Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Finding Non OCR files

New Here ,
Jul 19, 2017 Jul 19, 2017

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

541
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jul 20, 2017 Jul 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.

Translate
Community Expert ,
Jul 20, 2017 Jul 20, 2017
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines