Kristian Cailer
Results
2
comments of
Kristian Cailer
Running into the same issue--can we please get a review for this PR? 🙏
If you look at the PDF converter code, it's just a simple call to `pdfminer`: https://github.com/microsoft/markitdown/blob/3fcd48cdfc651cbf508071c8d2fb7d82aeb075de/packages/markitdown/src/markitdown/converters/_pdf_converter.py#L76-L78 `pdfminer`'s not as powerful as other PDF-to-text Python packages like [PyMuPDF](https://github.com/pymupdf/PyMuPDF), for example. Unless...