134
Views
0
Comments
[Tesseract OCR] Optical Character Recognition
tesseractocr
Reactive icon
Forge asset by Henrique Batista
Application Type
Reactive

Hi,


I am using the following component for OCR

 

https://www.outsystems.com/forge/component-overview/8168/tesseract-ocr
after uploading the Image and getting recognized, I am getting output text in the OCRResult Structure


Then for saving each field into the entity I am splitting text and saving data (firstName = firstName, lastName = lastName).  but for a different document, I need to change split logic, again and again, because of indexing. 

It should recognize automatically the firstName and lastName and save them into the related attributes. what will be the better approach to do this? 

Does anyone have an idea?


Thanks

Shriyash

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.