Skip to content
New issue

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

fix regression: current docling version fails for specific pdf while earlier version works #767

Open
samhita-alla opened this issue Jan 17, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@samhita-alla
Copy link

Bug

I'm trying to convert a PDF to Markdown format. Docling version 2.2.0 works as expected, but the latest version, 2.15.1, does not. The newer version only outputs image tags, whereas version 2.2.0 correctly includes both text and image tags in the output.

Steps to reproduce

from docling.document_converter import DocumentConverter

source = "..."  
converter = DocumentConverter()
result = converter.convert(source)
print(result.document.export_to_markdown())

Here's the PDF that didn't work for me: https://github.com/NVIDIA-AI-Blueprints/pdf-to-podcast/blob/main/samples/investorpres-main.pdf

Docling version

2.15.1

Python version

3.12.2

@samhita-alla samhita-alla added the bug Something isn't working label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant