docling-project / docling-project/docling

Add LangChain ChainVlmOptions to complete the conversion of Vlm documents with the help of langchian

Open
#1,733 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
66.4k
Forks
4.8k
Avg merge
2d 21h
Merged PRs (30d)
84

Description

### Requested feature
Add LangChain ChainVlmOptions to complete the conversion of Vlm documents with the help of langchian

### Alternatives
Like this
```python
ChainVlmOptions(
chain=sample_chain
messages=[SystemMessage(content="Identify the text in all the images uploaded by the user”)]
response_format=ResponseFormat.AIMessage
)
```
to reccognize the text in the image

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.