Determine if PDF file has searchable text in PHP -


we have hundreds of pdf files on server. of them contain searchable text , others not.

i asked find out searchable , not.

does know of way read in bunch of pdfs , determine if pdf document contains text searchable/selectable or if pdf contains non-selectable/searchable text needs ocrd?

i don't need read in text; need able detect possibly tags or keywords, suggests there fonts or in raw data.

are there tags in searchable pdf make easy detect?

thanks

you modify code(pdf2text) suit purposes, believe. or this answer might right spot well.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -