コミュニティ

Scan issue with Cloud OCR SDK

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人中0人がこの記事が役に立ったと言っています

コメント

3件のコメント

  • Avatar
    Permanently deleted user

    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):

    alt text

    alt text

    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.

    0
  • Avatar
    Permanently deleted user

    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

    0
  • Avatar
    Permanently deleted user

    Simply add profile=textExtraction in the ProcessingSettings.java file in the line 6:

    return String.format("language=%s&profile=textExtraction&exportFormat=%s", language, outputFormat);
    
    0

サインインしてコメントを残してください。