Skip to main content
howardw44249704
Participant
July 20, 2017
Answered

Finding Non OCR files

  • July 20, 2017
  • 1 reply
  • 540 views

I have tens of thouands of PDF files. Some dont have OCR for indexing. How do I find these file quickly ?

    This topic has been closed for replies.
    Correct answer try67

    That's tricky. It's possible to run an Action that checks where a file contains any "real" text in it, and if not outputs its name to a list, but it can't process that many files at once. You will need to either do it in batches or use a more robust application for this type of processing.

    1 reply

    try67
    Community Expert
    try67Community ExpertCorrect answer
    Community Expert
    July 20, 2017

    That's tricky. It's possible to run an Action that checks where a file contains any "real" text in it, and if not outputs its name to a list, but it can't process that many files at once. You will need to either do it in batches or use a more robust application for this type of processing.