Skip to content

feat: add DoclingParser for GenericLoader compatibility#28

Open
s1v4-d wants to merge 1 commit intodocling-project:mainfrom
s1v4-d:feature/docling-parser-issue-10
Open

feat: add DoclingParser for GenericLoader compatibility#28
s1v4-d wants to merge 1 commit intodocling-project:mainfrom
s1v4-d:feature/docling-parser-issue-10

Conversation

@s1v4-d
Copy link
Copy Markdown

@s1v4-d s1v4-d commented Jan 3, 2026

Introduce BaseBlobParser implementation to enable use with LangChain's GenericLoader. Refactors DoclingLoader to use DoclingParser internally.

Closes #10

Introduce BaseBlobParser implementation to enable use with
LangChain's GenericLoader. Refactors DoclingLoader to use
DoclingParser internally.

Closes docling-project#10

Signed-off-by: s1v4-d <leelasaisivasubrahmanyamdurga@gmail.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jan 3, 2026

DCO Check Passed

Thanks @s1v4-d, all your commits are properly signed off. 🎉

@mergify
Copy link
Copy Markdown

mergify bot commented Jan 3, 2026

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🔴 Require two reviewer for test updates

This rule is failing.

When test data is updated, we require two reviewers

  • #approved-reviews-by >= 2

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?(!)?:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The Docling Loader is not compatible with GenericLoader.

1 participant