MCPcopy
hub / github.com/langroid/langroid / iterate_pages

Method iterate_pages

langroid/parsing/document_parser.py:339–341  ·  view source on GitHub ↗

Yield each page in the PDF.

(self)

Source from the content-addressed store, hash-verified

337 return parser.split([doc])
338
339 def iterate_pages(self) -> Generator[Tuple[int, Any], None, None]:
340 """Yield each page in the PDF."""
341 raise NotImplementedError
342
343 def get_document_from_page(self, page: Any) -> Document:
344 """

Callers 2

get_docMethod · 0.95
get_doc_chunksMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected