How to use OCR Key-Value Pairs in Bubble?

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

I suggest to use pdf.co
This is a great tool to parse PDF.
However, if you have simple parsing like that, there’s a lot of API that can work too. (docparser for example)

2 Likes

Thanks for the direction. I’ll give this a go and let you know how it works out!

Mb it’s too late, but for such usecase you can try DocsParse: