Using Tesseract in a custom java action

0
Hi everybody,   Did any of you try to create a custom java action with Tesseract ? If so did it work?   In general would there be any reason why it should not work?   Thanks and best regards,   Matthias
asked
1 answers
2

The samples on Internet seems to work with Java only. So it can be used in Mendix. Don’t forget the trained data file and set the the Tesseract datapath to the Mendix resource folder with the trained data. Add the dependencies but watch the already available JARs in Mendix and avoid the SLF4j which is already included in Mendix.

answered