Community

FineReader Engine : Find OCR file only

There are bunch of PDF files in folder, i want to identify only OCR PDF file for processing.

Is there any way to identify only OCR PDFs file.

Was this article helpful?

0 out of 0 found this helpful

Comments

1 comment

  • Avatar
    Permanently deleted user

    Hi!

    Do you mean PDF with text layer by OCR PDF?

    If so you can check SourceHasTextualContent property of FRDocument Object. It indicates whether at least one of the source pages contained text layer. This property is only changed when pages are added to the document or deleted from it.

    Please note, that the text layer of the source may not correspond exactly to the image or may contain completely irrelevant text.

    0

Please sign in to leave a comment.