docling-project / docling-project/docling

IndexError while processing a PDF file

Open
#1,000 4 comments 1 reaction 1 assignee Claimed by @cau-git View on GitHub
bug pdf parsing
Dominant language
Python
Stars
66.4k
Forks
4.8k
Avg merge
2d 21h
Merged PRs (30d)
84

Description

### Bug

...

### Steps to reproduce
JUST RUNNING the code below in Google COLAB (or VSCODE):
from docling.document_converter import DocumentConverter

source = "LAB_CLINICAL_EXAMS.pdf"

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

...

### Docling version
FROM COLAB:
Docling version: 2.23.0
Docling Core version: 2.19.1
Docling IBM Models version: 3.3.2
Docling Parse version: 3.3.1
Python: cpython-311 (3.11.11)
Platform: Linux-6.1.85+-x86_64-with-glibc2.35

...

### Python version
Python from Google COLAB:
Python: cpython-311 (3.11.11)

...

ATTENTION:
PDF File is a sensitive file (not included), received for a Clinical Analysis Laboratory

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.