Hello all,
I have built a document storage application on bubble and would like to add a new feature. First you should know that this application is built for car dealerships to deal with all their paperwork. The application is finished but I’d like to automate. Starting with the service department since they deal with thousands of Repair Orders every month.
Has anyone had success using OCR to scan uploaded PDFs and save the Key-value pairs data to the files? In my application have a Data Type “Service Deals” and two of the subordinate data types include: “Invoice # /Repair Order” as text, and “First” and “Last Name” as text. I’d like the OCR to scan the PDF and automatically save the “Invoice #” as well as the “First” and “Last Name”.
Does anyone have any advice that has successfully done this? I am integrated with the AWS Textract and receiving the data back to my app. However, it is quite slow, and I can’t figure out how to get the key value pairs to save to each page scanned.
Any help would be appreciated!
Jase