We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
export_to_markdown with ImageRefMode.EMBEDDED generate error. ...
converter = DocumentConverter() result = converter.convert(file_path) result.document.export_to_markdown( image_mode=ImageRefMode.EMBEDDED, )
generate error:
<!-- 🖼️❌ Image not available. Please use `PdfPipelineOptions(generate\_picture\_images=True)` -->
Where it's possible to add PdfPipelineOptions with export_to_markdown() ? ...
PdfPipelineOptions
export_to_markdown()
Docling version: 2.12.0 Docling Core version: 2.11.0 Docling IBM Models version: 3.1.0 Docling Parse version: 3.0.0 ...
Python 3.12.7 ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug
export_to_markdown with ImageRefMode.EMBEDDED generate error.
...
Steps to reproduce
generate error:
Where it's possible to add
PdfPipelineOptions
withexport_to_markdown()
?...
Docling version
Docling version: 2.12.0
Docling Core version: 2.11.0
Docling IBM Models version: 3.1.0
Docling Parse version: 3.0.0
...
Python version
Python 3.12.7
...
The text was updated successfully, but these errors were encountered: