Q: can i build a receipt ocr tool that will have a picture of a receipt as input and store, line items, line ...
item quantity, line item price and total price as output ?
Verified purchaser

Marcelo_Cogniflow
May 14, 2024A: Hi Lucian,
Currently, you can extract all the info from a receipt using our Public Experiment “Extract text from Image”:
https://app.cogniflow.ai/experiment/e3310034-1aae-ffd0-ab0c-aa9763eba215
You get a JSON response with a list of texts and their coordinates detected (from our test model page, you can download a CSV file with all the data extracted). If you want to build an end-to-end solution, you probably need some programming or other no-code tools to help you calculate the exact position of the text you want to extract, or maybe a regular expression can do the work. Different formats can make this a difficult problem. Some ways exist to train an AI to detect key value information that we are evaluating to add in the future to Cogniflow.
If you want to discuss this in a more personal way, please request a call here:
https://calendly.com/cogniflow/demo
Thanks,