Christoph Auer

Results 170 comments of Christoph Auer

@sanmai-NL I am not entirely sure what your request is. The escaped unicode in the string representation will actually print as a symbol, such as in: ``` > s =...

@JTCorrin We will continue tracking this problem in https://github.com/DS4SD/docling/issues/594, which has provided a sample that fails.

@giuliastro Could you please provide us a sample PDF which causes this problem? We need one to investigate this problem.

@Tendo33 @cenit @uninstall-your-browser this feature is already supported, you can configure the pipeline to extract pictures, and change arguments to the `export_to_markdown()` method. Please refer to [this](https://github.com/DS4SD/docling/issues/199#issuecomment-2452962850) post.

@uninstall-your-browser we will put file references for images on our TODO list and work on it soon.

@chakravarthik27 Thanks, we would welcome that you make a contribution for this issue! As a starting point, it would require extension of [this](https://github.com/DS4SD/docling-core/blob/main/docling_core/types/doc/document.py#L1273) method.

@charlescearl could you share the document you see trouble with, or is that private/confidential data?

@niderhoff in your case, the error is seen because you are using an input file format `txt` that is not recognized as a supported format by Docling. The following PR...

> Wouldn't it be an option to treat .txt as markdown since it's just markdown without the markup? Yes we could easily add pure text as you outline, let us...