Community

how to recognize a part of the image

Is it possible to set a "clipping window" for recognition process, if I know the area of interest for me?

Was this article helpful?

0 out of 0 found this helpful

Comments

3 comments

  • Avatar
    Permanently deleted user

    You can always crop your image on your side and pass it to the processImage method.

    Also if the region you want to recognize contains the text only, you can use the processTextField method and specify the coordinates in its region parameter.

    0
  • Avatar
    Permanently deleted user

    Well, it is relatively easy to crop single page .png file ( in my case ), but can be tricky enough for multi-page .pdf.
    processTextField (as far as I can understand from documentation)is well suited for single-value field record, and will not retain text's geometry...

    0
  • Avatar
    Permanently deleted user

    In ABBYY FineReader Engine it is also easy to do by adding text blocks manually. This feature is not implemented in ABBYY Cloud OCR SDK.

    0

Please sign in to leave a comment.