langchain/tests/unit_tests/document_loader/parsers
Eugene Yurtsev ae0c3382dd
Add MimeType based parser (#4376)
# Add MimeType Based Parser

This PR adds a MimeType Based Parser. The parser inspects the mime-type
of the blob it is parsing and based on the mime-type can delegate to the sub
parser.

## Before submitting

Waiting on adding notebooks until more implementations are landed. 

## Who can review?

Community members can review the PR once tests pass. Tag
maintainers/contributors who might be interested:


@hwchase17
@vowelparrot
2023-05-09 10:22:56 -04:00
..
__init__.py Add MimeType based parser (#4376) 2023-05-09 10:22:56 -04:00
test_generic.py Add MimeType based parser (#4376) 2023-05-09 10:22:56 -04:00