I need to convert PDF files to text to extract information using Perl. But I am not getting the text file in positional format means the position of the elements in the PDF and text should be same. I tried CAM::PDF::PageText
but the output is very different.
I have come across posts referring to pdftotext and Poppler but I am not able to setup any of these in my Windows 10 64-bit system.
Please let me know if there are any other ways to solve this problem.