Mendix-OCR implementation

1
In my app im capturing images with phonegap widget and now i need to implement an OCR solution. But i couldnt find a solution or an implementation for Mendix platform. Are there any existing example or any advice for this? Kind Regards,
asked
1 answers
2

I think you will need to keep OCR separate from Mendix application, as a replaceable library component. There are a few open source projects that provide OCR as Java jars. Once you have made your selection, in Mendix you can write a java action that does the OCR.

http://code.google.com/p/tesseract-ocr/

answered