Rajesh G
Rajesh G
> PdfParser should output UTF-8 encoded text by default, so I'm not sure what all your mb_converts and utf8_decodes after the `getText()` are doing. > > What's the value of...
> We need to see at least some of the original output of `getText()`. It has the same value of what? ``` $pdf = $parser->parseFile($pdfFilePath); $pages = $pdf->getPages(); $text =...
[test1.pdf](https://github.com/smalot/pdfparser/files/14884073/test1.pdf) for the above pdf.. getText() has return empty Please help me If possible, i wish to return this in a table format.. so i can generate a csv/excel
> > [test1.pdf](https://github.com/smalot/pdfparser/files/14884073/test1.pdf) for the above pdf.. getText() has return empty > > There is no readable / editable text in the document; it is a scanned image. OCR would...