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
#2,070 9 comments 0 reactions 0 assignees View on GitHub
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

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.