mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
6342217b93
**Description:** This PR moves the **PyMuPDF** PDF loader solution to be underneath **PyPDF**. This is because it is the the 2nd most popular PyPI package after **PyPDF**. Please refer to these numbers, at the time of writing as follows: PyPDF https://www.pepy.tech/projects/PyPDF2 160 million PyMuPDF https://www.pepy.tech/projects/pymupdf 60 million PDFPlumber https://www.pepy.tech/projects/pdfplumber 23 million PDFMiner https://www.pepy.tech/projects/pdfminer 16 million PyPDFium2 https://www.pepy.tech/projects/pypdfium2 8 million Unstructured https://www.pepy.tech/projects/unstructured 8 million Please note I am an active contributor to https://github.com/pymupdf/PyMuPDF Many thanks! ---- **Twitter handle:** @artifex |
||
---|---|---|
.. | ||
api_reference | ||
data | ||
docs | ||
scripts | ||
src | ||
static | ||
.gitignore | ||
.local_build.sh | ||
.yarnrc.yml | ||
babel.config.js | ||
code-block-loader.js | ||
docusaurus.config.js | ||
package.json | ||
README.md | ||
settings.ini | ||
sidebars.js | ||
vercel_build.sh | ||
vercel_requirements.txt | ||
vercel.json | ||
yarn.lock |
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide