We are scanning RC book with ABBY Cloud OCR SDK. But some fields of RC Book not scanning with this SDK.
We are capturing proper photo with 13MP camera.
Can you tell us what is the issue behind this?
We are scanning RC book with ABBY Cloud OCR SDK. But some fields of RC Book not scanning with this SDK.
We are capturing proper photo with 13MP camera.
Can you tell us what is the issue behind this?
0 out of 0 found this helpful
Comments
3 comments
Have you already tried the textExtraction profile for your images? This profile is suitable for extracting all text from the input image. My results are below (there are only a few recognition errors, the extra characters are due to the colored background of the card):
It is recommended to take a photo of the area of interest without other objects and colored background. Also there should be enough light (preferably daylight). Please refer to the Best Practices section where you can find our tips how to take a picture to achieve the best recognition results.
We are using Mobile OCR SDK for this.
is it possible to use text Extraction profile for images?
Can you give us reference link how to use in code for android?
Thanks, Ankit
Simply add profile=textExtraction in the ProcessingSettings.java file in the line 6:
Please sign in to leave a comment.