docling-project / docling-project/docling
are there any specific settings that i have to enable inorder to get the text from images? give me a code snippet
Open
question
- Dominant language
- Python
- Stars
- 66.4k
- Forks
- 4.8k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 84
Description
are there any specific settings that i have to enable inorder to get the text from images?
the below code is unable to extract text from the images which are there in the ppt
from docling.document_converter import DocumentConverter
source = "22804.pptx" # Local file or URL
converter = DocumentConverter()
result = converter.convert(source)
print(result.document.export_to_markdown())
Contributor guide
Assessment
This issue has not been assessed yet.