Community

still-Images test on the ABBYY.RTR.SDK.Anroid

Hello. I've used ABBYY.RTR.SDK.Anroid. (extended-version)

Because I wanted to evaluate your OCR-engine accuracy, I used IRecognitionCoreAPI.

This is my test code, but I got always return null. (textBlocks have null for all still-images) I don't know what I missed . Could you explain why it happened?

recognitionCoreAPI engine.createRecognitionCoreAPI();
recognitionCoreAPI.getTextRecognitionSettings().setRecognitionLanguage( Language.Japanese );
recognitionCoreAPI.getTextRecognitionSettings().setAreaOfInterest(new Rect(0, 0, bitmap.getWidth(), bitmap.getHeight()));
IRecognitionCoreAPI.TextBlock[] textBlocks = recognitionCoreAPI.recognizeText(bitmap, callback );

Was this article helpful?

0 out of 0 found this helpful

Comments

1 comment

  • Avatar
    Permanently deleted user

    As we understood Aleksey Lebedev has already answered your question on GitHub.

    0

Please sign in to leave a comment.