27 lines
550 B
Markdown
27 lines
550 B
Markdown
---
|
|
name: Bug report
|
|
about: Report an issue to help improve Docling
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
### Bug
|
|
<!-- Describe the buggy behavior you have observed. -->
|
|
...
|
|
|
|
### Steps to reproduce
|
|
<!-- Describe the sequence of steps for reproducing the bug. -->
|
|
...
|
|
|
|
### Docling version
|
|
<!-- Copy the output of `docling --version`. -->
|
|
...
|
|
|
|
### Python version
|
|
<!-- Copy the output of `python --version`. -->
|
|
...
|
|
|
|
<!-- ⚠️ ATTENTION: When sharing screenshots, attachments, or other data make sure not to include any sensitive information. -->
|