cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Build Process Automation - Extract Dat (Pre-Trained) Bot Doesn't show Document Item Details

LUNGILEND
Explorer
0 Kudos
442

Hi Experts,

I am currently in the process of creating an automation process that extracts invoice information from a PDF document using the document extraction SDK.

Please see the process and the configuration :

The invoice to be processed :

The extraction results are as follows :

{ "type": "automationActivity", "name": "irpa_core.log", "label": "Log Message", "inputs": [ { "enrichment": { "sender": [], "receiver": [], "employee": [], "product": [] }, "headerFields": { "documentNumber": { "value": "INV-3337", "rawValue": "INV-3337", "page": 1, "confidence": 0.9258735775947571, "type": "string" }, "taxId": { "page": 1, "confidence": 0 }, "taxName": { "page": 1, "confidence": 0 }, "purchaseOrderNumber": { "value": "12345", "rawValue": "12345", "page": 1, "confidence": 0.8678941130638123, "type": "string" }, "shippingAmount": { "page": 1, "confidence": 0 }, "netAmount": { "value": 85, "rawValue": "$85.00", "page": 1, "confidence": 0.9254526495933533, "type": "number" }, "grossAmount": { "value": 93.5, "rawValue": "$93.50", "page": 1, "confidence": 0.9206950068473816, "type": "number" }, "currencyCode": { "value": "USD", "rawValue": "USD", "page": 1, "confidence": 0.8550271987915039, "type": "string" }, "receiverContact": { "page": 1, "confidence": 0 }, "documentDate": { "value": "2016-01-25", "rawValue": "January 25, 2016", "page": 1, "confidence": 0.9224281112353007, "type": "date" }, "taxAmount": { "value": 8.5, "rawValue": "8.50", "page": 1, "confidence": 0.9950037956237793, "type": "number" }, "taxRate": { "page": 1, "confidence": 0 }, "receiverName": { "value": "Test Business", "rawValue": "Test Business", "page": 1, "confidence": 0.9071013629436493, "type": "string" }, "receiverAddress": { "value": "123 Somewhere St Melbourne, VIC 3000", "rawValue": "123 Somewhere St Melbourne, VIC 3000", "page": 1, "confidence": 0.9092065095901489, "type": "string" }, "receiverTaxId": { "page": 1, "confidence": 0 }, "deliveryDate": { "page": 1, "confidence": 0 }, "paymentTerms": { "value": "within 30 days from date of invoice.", "rawValue": "within 30 days from date of invoice.", "page": 1, "confidence": 0.902917070048196, "type": "string" }, "deliveryNoteNumber": { "page": 1, "confidence": 0 }, "senderBankAccount": { "value": "12341234", "rawValue": "1234 1234", "page": 1, "confidence": 0.911482036113739, "type": "string" }, "senderAddress": { "value": "Suite 5A-1204 123 Somewhere Street Your City AZ 12345", "rawValue": "Suite 5A-1204 123 Somewhere Street Your City AZ 12345", "page": 1, "confidence": 0.9077570901976691, "type": "string" }, "senderName": { "value": "DEMO - Sliced Invoices", "rawValue": "DEMO - Sliced Invoices", "page": 1, "confidence": 0.8901074975728989, "type": "string" }, "dueDate": { "value": "2016-01-31", "rawValue": "Ja..." } } }, { "key": "Info", "value": 0 }, null ], "containerInstanceUid": "9feaa637-31e5-49f6-a35f-39157285cd01", "parentInstanceUid": "9feaa637-31e5-49f6-a35f-39157285cd01", "stepId": "6", "line": 9, "file": "extractPOInformation.js" }The system only shows the header information , and not the line items. Is there a reason for this?

Accepted Solutions (0)

Answers (0)