jbdebard
jbdebard
### Bug When trying to work with .safetensor version of [ds4sd/docling-models](https://huggingface.co/ds4sd/docling-models) and provide the artifacts_path in `docling.datamodel.pipeline_options.PdfPipelineOptions`, the `StandardPdfPipeline` is looking for ``` python _layout_model_path = "model_artifacts/layout/beehive_v0.0.5_pt" _table_model_path = "model_artifacts/tableformer"...
## Issue I'm creating a burr graph out of a yaml config, with potential recursive map_action inside. It might become a bit complex and I would like to visualize the...