Hi Team,
I am trying to implement the OCR with Tesseract forge connector in OutSystems.
The component is working fine but my use case is little different.
1. This component is returning the lines of text in list format. After edit the text I want to store the result in different variables. Or direct to the Entity. But as it is returning all text in single variable I am not be able to create separate input fields for different lines.
2. As this component returning the value in line by line format in one variable I need to cutdown the result as a separate word for the use case mentioned above.
For brief information attaching the screenshots.
Can someone please help me to resolve this?