Skip to main content

Retrieve basic details from a billing document

Retrieve basic details from a billing document(invoice, receipt, or purchase order). Additional information can be captured by configuring the "Fields to capture" section.

Supported languages: English

Common use cases

  • Accounts payable invoice processing

Application

  • Intelligent Document Processing

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Billing documentBilling document to retrieve details from. Accepted document formats are PNG, JPEG, TIFF, or PDFFileYesInvoice_123.pdf

Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data library section. These variables in the Data library section are the outputs of previous Wrk Actions in the Wrkflow.

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Document numberInvoice number or receipt number for the billing document provided.Text(Short)NoINV-20230512-001
DateThe date when the billing document is issued in ISO 8601 formatDateYes2023-05-12
Due dateThe date by which the payment is due in ISO 8601 formatDateNo2023-06-01
TermsPayment terms or conditions for the billing documentText(Short)NoNet 30
Supplier nameName of the supplier or company issuing the billing documentText(Short)YesABC Corporation
Supplier addressAddress of the supplier or company issuing the billing documentText(Short)No123 Main Street, City, State, ZIP
Bill to nameName of the customer or entity to be billedText(Short)NoXYZ Company
Bill to addressAddress of the customer or entity to be billedText(Short)No456 Elm Avenue, City, State, ZIP
Ship to nameName of the person or company to whom the shipment is madeText(Short)NoJohn Doe
Ship to addressAddress where the shipment will be deliveredText(Short)No789 Oak Lane, City, State, ZIP
Purchase or reference no.Reference number provided by the customer or clientText(Short)NoPR-20230512-001
Vendor VAT numberVAT (Value Added Tax) identification numberText (Short)NoGB123456789
SubtotalTotal amount of the billing document before tax and additional chargesNumberNo1000.00
Tax amountAmount of tax applied to the billing documentNumberNo200.00
Total amountFinal total amount due on the billing document, including taxNumberYes1200.00
Amount dueThe amount due on the billing documentNumberNo0.00
Amount paidThe amount paid on the billing documentNumberNo1200.00
Currency of the total amountCurrency in which the total amount is expressedText(Short)NoUSD

Note: Values configured in the"Fields to capture" section can be used to extract additional detail based on partial label names.

Example: In the sample invoice below the "Notes" text "Please deliver to the back entrance" can be captured by adding a field named "Notes" with the data type Text (Short). Since additional detail can be captured with partial label matches in our example, we can also pick up the Notes field if a Fields to capture was created called "Note".

Outcomes

NameDescription
SuccessThis status is selected if details are extracted from the billing document provided.
No ResultThis status is selected in the event of the following scenarios:If less than 4 are going to be returned to the user than return a no results
Impossible to CompleteThis status is selected in the event of the following scenarios:Document is not in in an accepted format

Requirements

  • N/A