My Requirement Need to process invoice details. #13564
Unanswered
nazerhussain86
asked this question in
Help: Coding & Implementations
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am required to process the invoice pdf file
whatever readable or scanned pdf
I need to extract text line by line and need specific info like invoice number, invoice date, shipper address, and product description.
I need assistance from your side to fulfill my requirement
I have the invoice details skeleton
i need for
general details -
"ImporterName":
"BillTo":
"BillToAddress":
"SoldTo":
"SoldToAddress":
"ShipTo":
"ShipToAddress":
"Exporter":
"ExporterAddress":
"PaymentMethodCode":
"Consignee":
"ConsigneeAddress":
"Buyer":
"BuyerAddress":
"ForwardingAgent":
"ForwardingAgentAddress":
"ShipDate":
"ShipVia":
"Mawb":
"SubAwb": "
"Requester":
"TermsofSale":
"FreightTerms": ,
"ShipdocNo":
"Incoterms":
"InvoiceTo":
"InvoiceAddress":
"InvoiceNo": ",
"PurchaseOrderNo":
"Date":
"NameOfSupplier":
"SupplierDetailsAddress":
"SupplierCountry":
"SellerName":
"SellerAddress":
"NatureOfTransaction":
"TermsOfPayment":
"TermsOfInvoice":
"InvoiceCharges":
"InvoiceValue":
"InvoiceCurrency":
"CommercialTaxRegistration":
"ExporterEinNo": null,
"TransportationReferenceNo":
Invoice description like
"LineItems"
"MaterialNumber":
"ItemDescription":
"GenericDescription":
"UnitPrice":
"Quantity":
"UnitOfQty":
"ManufactureAddress":
"ManufacturesCountryCode":
"ManufacturesName":
"Brand":
"ModelGradeSpecs":
"CountryOfOrig":
"CTH":
I need to train these kinds of details from the invoice extracted text line by line
I have used easy OCR and getting text from PDF files either in scanned or readable format
Beta Was this translation helpful? Give feedback.
All reactions