docling-project / docling-project/docling
Is there any way to make the output of table images as text?
Open
question
triage/close-stale
- Dominant language
- Python
- Stars
- 66.4k
- Forks
- 4.8k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 84
Description
Since markdown text is more friendly than HTML format, I wonder if Docling can convert table image into pure texts?
The expected table after Docling would be like :
```
| AA | BB | CC |
|----|----|----|
| 10 | 20 | 30 |
```
Contributor guide
Assessment
This issue has not been assessed yet.