docling-project / docling-project/docling-core
Enable easy handling of extracted table in PDF file
Open
- Dominant language
- HTML
- Stars
- 282
- Forks
- 214
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 21
Description
Hi the tool is amazing so far but I'm wondering if you can make extracted table text into a dictionary or something that is easier to be used in actual use case. For example, a table with 2 column - 'name' and 'gender', if the table is large, it's hard to parse and make use of it for LLM. However, if it could be converted into
`{'name':'michael',
'gender': 'male'}`
Thanks so much!!
Contributor guide
Assessment
This issue has not been assessed yet.