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
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
コメント
1件のコメント
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:
サインインしてコメントを残してください。