docling-project / docling-project/docling
StringConstraints() takes no arguments
Open
bug
triage/close-stale
- Dominant language
- Python
- Stars
- 66.4k
- Forks
- 4.8k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 84
Description
### Bug
I created a virtual environment and pip install docling. When I run the given example code, it failed and returned the above error.
from docling.document_converter import DocumentConverter
source = "https://arxiv.org/pdf/2408.09869" # file path or URL
converter = DocumentConverter()
doc = converter.convert(source).document
print(doc.export_to_markdown()) # output: "### Docling Technical Report[...]"
Contributor guide
Assessment
This issue has not been assessed yet.