How do I determine programmatically if a PDF is searchable?

Viewed 6157

I have a CSV with a list of URLs with PDFs:

  • Some of these PDFs are searchable.
  • Some of these PDFS aren't searchable.

I want to determine which PDFs are searchable from my list of PDFs. Is there an easy way to do this?

1 Answers
Related