Hi,
I am using the following component for OCR
https://www.outsystems.com/forge/component-overview/8168/tesseract-ocrafter 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