docling-project / docling-project/docling

StringConstraints() takes no arguments

Open
#2,139 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.