MCPcopy Create free account
hub / github.com/mindee/doctr / __init__

Method __init__

doctr/io/elements.py:611–615  ·  view source on GitHub ↗
(
        self,
        pages: list[Page],
    )

Source from the content-addressed store, hash-verified

609 pages: list[Page] = []
610
611 def __init__(
612 self,
613 pages: list[Page],
614 ) -> None:
615 super().__init__(pages=pages)
616
617 def render(self, page_break: str = "\n\n\n\n") -> str:
618 """Renders the full text of the element"""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected