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

RuntimeError: #-instructions 1 does not match expected value 2 for PDF operation: d #669

Open
FelipeErmeson opened this issue Jan 2, 2025 · 1 comment
Labels
bug Something isn't working PDF parsing

Comments

@FelipeErmeson
Copy link

Bug

When trying to convert a PDF, a runtime error occurred.
...

Steps to reproduce

from docling.document_converter import DocumentConverter
converter = DocumentConverter()
result = converter.convert('./docs-docling/65d22881-e84c-4464-8bef-b85b97dd7d31.pdf')

...

Docling version

2.14.0
...

Python version

3.7.10
...
65d22881-e84c-4464-8bef-b85b97dd7d31.pdf

@FelipeErmeson FelipeErmeson added the bug Something isn't working label Jan 2, 2025
@trinanjan12
Copy link

#670 Did something similar to this, again works fine with pypdfium2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working PDF parsing
Projects
None yet
Development

No branches or pull requests

3 participants