Peter W. J. Staar
Peter W. J. Staar
We need to benchmark docling against [dp-bench](https://huggingface.co/datasets/upstage/dp-bench).
### Requested feature We have much finer grained bbox information using the docling-parse-v2, which could be easily leveraged by layout and table model for improved accuracy.
### Requested feature We need to have a way to add a timeout parameter when processing a document. Currently, it happens in very rare cases that certain documents will take...
We need to support the Bee agent framework: [link](https://github.com/i-am-bee/bee-api/issues/49)
**Checklist:** - [ ] **Commit Message Formatting**: Commit titles and messages follow guidelines in the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summary). - [ ] Documentation has been updated, if necessary. - [ ] Examples...
Adding a backend to convert excel workbooks. Resolves #258. **Checklist:** - [x] **Commit Message Formatting**: Commit titles and messages follow guidelines in the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summary). - [x] Documentation has been...
### Is there an existing issue for the same feature request? - [X] I have checked the existing issues. ### Is your feature request related to a problem? ```Markdown To...
### Requested feature Support for capturing Word document comments: 1. reviewer comments 2. annotations added in Microsoft Word
### Requested feature Add a backend to convert boxnotes into DoclingDocument. We can be inspired by the following [code](https://github.com/alexwennerberg/boxnotes2html/blob/main/boxnotes2html/boxnote.py)