MCPcopy Create free account
hub / github.com/Paper2Poster/Paper2Poster / DocumentLimits

Class DocumentLimits

docling/datamodel/settings.py:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22class DocumentLimits(BaseModel):
23 max_num_pages: int = sys.maxsize
24 max_file_size: int = sys.maxsize
25 page_range: PageRange = DEFAULT_PAGE_RANGE
26
27
28class BatchConcurrencySettings(BaseModel):

Callers 4

convert_allMethod · 0.90
InputDocumentClass · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected