Christoph Auer
Christoph Auer
Hello, could you please upload the `net.pkl` model file hosted on baidu (https://pan.baidu.com/s/1MjsgE2fu86qmWZpVD7a8Aw) to another file hoster, or maybe as a github artifact? It is pretty cumbersome to download from...
Signed-off-by: Christoph Auer
**Issue resolved by this Pull Request:** Resolves #126 **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...
### Bug On a Windows 11 installation using ARM64 CPU (UTM virtual machine on macOS host), docling silently crashes without generating output when a document is converted with OCR enabled...
### Requested feature We need to extend the CLI with some arguments to control the log level, to catch lower-level issues when docling CLI does not work as expected. Proposal:...
### Requested feature Docling can currently export to JSON, Markdown and Doctags. Exporting to plain HTML would be a useful addition, because it renders nicely on any browser and correctly...
As suggested in [this discussion](https://github.com/DS4SD/docling/discussions/142), we should add a placeholder feature for page breaks, the same way we support placeholders for pictures. - The placeholder text for page breaks should...
We want to move from pickled objects saved by `torch` or `torch.jit` to safetensors format for the weights of `docling-ibm-models`. This has various advantages, such as better security, and also...
### Requested feature Docling can currently produce image output for pages, tables and pictures, but not for formulas. We want to add an option to the PDF pipeline to allow...
**Checklist:** - [ ] Documentation has been updated, if necessary. - [ ] Examples have been added, if necessary. - [x] Tests have been added, if necessary.