The easiest way to get both text and images from a PDF in PHP?

I want to IMAGE both text and images of a PDF file using PHP. All libraries seem to be reading, and most other solutions either generate text, only create images, or are command line based. I am looking for a complete solution in PHP. Is it possible?

At the moment I am also open to other suggestions, for example, maybe there is a site with an API that you can send a file to? Or maybe someone can give instructions on a modern solution using the OpenOffice command line tool, which is even possible?

+3


source to share


1 answer


How about the Google Docs API? They have OCR that you could work with.



https://developers.google.com/google-apps/documents-list/#uploading_documents_using_optical_character_recognition_ocr

0


source







All Articles