---
name: Bug Report
about: Create a report to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---
## Describe the Bug
A clear and concise description of what the bug is.
## To Reproduce
Steps to reproduce the behavior:
1. Configure '...'
2. Run command '...'
3. Process file '...'
4. See error
## Expected Behavior
A clear and concise description of what you expected to happen.
## Actual Behavior
What actually happened.
## Error Messages
```
Paste any error messages here
```
## Environment
- OS: [e.g., macOS 14.0, Windows 11, Ubuntu 22.04]
- Python version: [e.g., 3.11.5]
- Document Parser MCP version: [e.g., 1.0.0]
- Docling version: [run `pip show docling`]
## Configuration
```yaml
# Paste relevant parts of your config.yaml here
```
## Sample Document
If applicable, describe the type of document that caused the issue:
- Format: [e.g., PDF, DOCX]
- Size: [e.g., 5MB]
- Pages/Length: [e.g., 50 pages]
- Source: [e.g., scanned, born-digital]
## Additional Context
Add any other context about the problem here.
## Logs
```
Paste relevant log output here
```