I need to have iPhone users upload images and get the OCRed results back to a database. About 5,000 image captures. Suggested approach?
Automation Question
Was this article helpful?
0 out of 0 found this helpful
I need to have iPhone users upload images and get the OCRed results back to a database. About 5,000 image captures. Suggested approach?
0 out of 0 found this helpful
Comments
2 comments
You can try ABBYY Cloud OCR SDK for your usage scenario, for example, we would recommend the following approach:
1. Use the processImage method and export the recognized text to the XML format (with information about all found text blocks, their coordinates and values, etc.). Please see the Output XML Document article for detailed description of the output XML.
2. Apply some post-processing to this XML file and parse the words by coordinates to find the field values and put this data to your database in needed order.
Information about our prices is available here: Billing Terms and Plans and Pricing.
Please sign in to leave a comment.