I am getting challenges in my task of parsing a PDF in java. Give me some solutions so that I can resolve it
For a project I want to parse the text inside the pdf to share that file to an android application from a java application on the computer but I tried to convert it into JSON But if the file contains images then it will become heavy But if I tried to extract the text from the PDF file it will not led to the desired output. I used Apache PDFbox and Pdf.co lib and API.