I have a pdf file (some part of it given below), and want to extract text from it. I have used PDFTextStream, but it doesn't work with this file. (However it worked with other file, that has simple text).
What other OCR libraries are capable of doing it?
Please Help. Thank you.
I tried with PDFBox and it produced satisfactory results.
Here is the code to extract text from PDF using PDFBox: