docling-project / docling-project/docling
Handling Scientific Notation
Open
enhancement
triage/close-stale
- Dominant language
- Python
- Stars
- 66.4k
- Forks
- 4.8k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 84
Description
### Requested feature
1. Docling currently doesnt seem to be handling scientific notations very well. When i pass it a PDF containing scientific notations it reads the values as is with a space in between.
For example : 2^7 is read as 2 7.
This is causing issues later when this data is passed to an LLM as it does not recognize this expression to be a scientific notation.
Contributor guide
Assessment
This issue has not been assessed yet.