In AA360, I need to extract particular value from the invoice.
For example ; Invoice No 123345
But this path (x and y) will get changes for pdf to pdfs. So i cant use extract Field activity. Please suggest any idea
In AA360, I need to extract particular value from the invoice.
For example ; Invoice No 123345
But this path (x and y) will get changes for pdf to pdfs. So i cant use extract Field activity. Please suggest any idea
Assuming, of course, no access to Doc Automation, you can try the PDF: Extract Text action to extract all data to a text file, and then parse the data.
Alternatively, if you have an account with one of the Gen AI models, you can create an Assistant and then call it from the Generative AI package. I have access to OpenAI, and have done this to upload files through the API and use this to find text: https://platform.openai.com/docs/assistants/tools/file-search
Lastly, I’ve worked with a couple of customers that use python to do the extraction. There are some good scripts out there that use the PDFQuery library in python to convert a PDF to XML and then search the nodes for the data you’re after.
Hi
You can try below options.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.