is there any way how to covert PDF to HTML? I need a text from the file and when I tried PDFtoText library, I got the text, but unsorted and without any rules for parsing.
I noticed, that some PDFtoHTML online services works great with the file. So, any tips please? Here is the PDF file and I need only one specific row in the right column.
is there any way how to covert PDF to HTML? I need a text
Share
Try integrating the PDFtoHTML from the poppler project; that should support table recognition.