langchain/tests/integration_tests/document_loaders
Tim Asp 23231d65a9
Add PyMuPDF PDF loader (#1426)
Different PDF libraries have different strengths and weaknesses. PyMuPDF
does a good job at extracting the most amount of content from the doc,
regardless of the source quality, extremely fast (especially compared to
Unstructured).

https://pymupdf.readthedocs.io/en/latest/index.html
2023-03-03 20:59:28 -08:00
..
__init__.py Add new iFixit document loader (#1333) 2023-02-27 20:40:20 -08:00
test_ifixit.py Add new iFixit document loader (#1333) 2023-02-27 20:40:20 -08:00
test_pdf.py Add PyMuPDF PDF loader (#1426) 2023-03-03 20:59:28 -08:00