Skip to main content
Participant
September 22, 2017
Question

find non-searchable PDF (images)

  • September 22, 2017
  • 2 replies
  • 1705 views

I have several thousands PDF. Some of them contain searchable text (OCR), some are converted Word-Documents (searchable) and some are scanned images.

How can I find (and copy to another folder) only the non-searchable "scanned image PDF's" ?

    This topic has been closed for replies.

    2 replies

    Legend
    September 22, 2017

    It's a technique a programmer could use. There isn't an out-of-the-box solution.

    Bernd Alheit
    Community Expert
    Community Expert
    September 22, 2017

    In Acrobat Reader use File > Save as Other > Text...

    When the text file is empty then there is no text in the PDF file.

    TimoJ25Author
    Participant
    September 22, 2017

    @Bernd: I can't see how that could help me to find the image PDF's in thousands of PDF's?
    I'm looking for a batch process, otherwise I have to open all PDF by hand.

    try67
    Community Expert
    Community Expert
    September 22, 2017

    sorry forgot to mention: I have Acrobat Pro XI


    That's a different story... In that case you can use an Action that checks the number of words in each file. If the number is zero it can output the file's path to the console window.