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

Class AssembledUnit

docling/datamodel/base_models.py:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200
201
202class AssembledUnit(BaseModel):
203 elements: List[PageElement] = []
204 body: List[PageElement] = []
205 headers: List[PageElement] = []
206
207
208class ItemAndImageEnrichmentElement(BaseModel):

Callers 3

ConversionResultClass · 0.90
__call__Method · 0.90
_assemble_documentMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected