docling-project / docling-project/docling
Bug: Post Table Text not Included in Parsed Content
- Dominant language
- Python
- Stars
- 66.4k
- Forks
- 4.8k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 84
Description
### Bug
Post table text is sometimes not getting included in parsed content.
### Steps to reproduce
1. Parse this PDF. [test_docling-parser.pdf](https://github.com/user-attachments/files/18023734/test_docling-parser.pdf)
**Tried with below options but issue was persistent in all the cases.**
- `--no-ocr`
- `--full-ocr`
- `--table-mode accurate`
- `--table-mode fast`
- `--table-mode accurate, --no-ocr`
- `--table-mode fast, --no-ocr`
### Screenshots
**PDF Page Content**

**Parsed content by DocLing:**

### Docling version
Docling version: 2.8.3
Docling Core version: 2.7.0
Docling IBM Models version: 2.0.7
Docling Parse version: 2.1.2
### Python version
Python 3.11.8
Contributor guide
Assessment
This issue has not been assessed yet.