Hi, I'm trying to do an ocr on java for a standalone project. I have already builded on eclipse the project on https://github.com/abbyysdk/ocrsdk.com/tree/master/Java/Abbyy.Ocrsdk.client. How can i add an image on this project and have the output on java? Thank you
Java OCR standalone
Was this article helpful?
0 out of 0 found this helpful
Comments
1 comment
Please sorry for delay in response.
After you have built the project, you can run it from the command line (Start -> Run -> type “cmd” and press Enter). Change the current directory to the bin folder where the TestApp.class file is, so that Java can find the main class (for example, C:\Java\Abbyy.Ocrsdk.client\bin). Now you can run the Java sample using one of the supported modes:
1) To process single- and multipage documents and convert them to txt, xml, pdf and other formats, use:
2) To process business cards to vCard, xml and csv, use:
3) To process printed and handprinted text snippets, use:
4) To recognize barcodes, use:
5) To process many different snippets on document, use:
6) For MRZ processing use:
Please sign in to leave a comment.