Forum Discussion
Vinay Bhatia
Dec 07, 2017Brass Contributor
Solution for OCR Forms Processing and Entity Extraction
Need to propose a solution that will ingest scanned copies of Forms and extract entities and fields. For e..g extract Invoice Number, Date, Customer Name, Product Names, Raw Material Names etc from ...
Deleted
Vinay Bhatia I was wondering if you found anything on this issue. I also have a similar goal and am trying to use Computer Vision API from cognitive services.
Thank You.
VinayB
Jun 12, 2019Copper Contributor
Deleted It's been more than a year since we created the solution. From what I can recollect,
we used an image classification to find whether scanned image is of type Form 1 or Form 2.
We then used Azure Computer Vision API to extract text within the image.
And then, we used a combination of LUIS and some RegEx String manipulation to extract Field Values.