langchain/libs/community/langchain_community/document_loaders/parsers
Vimpas 337fed80a5
community: 🐛 PDF Filter Type Error (#27154)
Thank you for contributing to LangChain!

 **PR title**: "community: fix  PDF Filter Type Error"


  - **Description:** fix  PDF Filter Type Error"
  - **Issue:** the issue #27153 it fixes,
  - **Dependencies:** no
- **Twitter handle:** if your PR gets announced, and you'd like a
mention, we'll gladly shout you out!



- [x] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/

Additional guidelines:
- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to pyproject.toml files (even optional
ones) unless they are required for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
- If you are adding something to community, do not re-import it in
langchain.

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
2024-12-13 23:30:29 +00:00
..
html
language
__init__.py
audio.py community: add AzureOpenAIWhisperParser (#27796) 2024-10-31 12:37:41 -04:00
doc_intelligence.py doc-loader: retain Azure Doc Intelligence API metadata in Document parser (#28382) 2024-12-10 11:22:58 -05:00
docai.py
generic.py
grobid.py
msword.py
pdf.py community: 🐛 PDF Filter Type Error (#27154) 2024-12-13 23:30:29 +00:00
registry.py
txt.py
vsdx.py