ocr-imagetotext
Reactive icon

OCR Tesseract JavaScript

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 10 Jun (4 weeks ago)
 by 
0.0
 (0 ratings)
ocr-imagetotext

OCR Tesseract JavaScript

Documentation
1.0.0

1. Focus on this client action:



2. Require script is managed dependency from 


3. Change the Tesseract library to the newest one for accuracy and performance:


4. In the javascript2, focus on this REST API URL and the parameter 'ind' (indonesia language, can be replace with 'en' for english, see https://tesseract-ocr.github.io/tessdoc/Data-Files-in-different-versions.html):


Its value is constructed, like this to leverage REST api that returns binary data:


5. The rest api producer is like this - return binary data saved inside the entity:


6. That's it, very simple just try.