MCPcopy Create free account
hub / github.com/LLMQuant/quant-mind / PdfParseError

Class PdfParseError

quantmind/preprocess/format/pdf.py:17–18  ·  view source on GitHub ↗

Raised when PyMuPDF refuses to open the byte stream.

Source from the content-addressed store, hash-verified

15 """Raised when a PDF cannot be parsed into a complete page sequence."""
16
17
18@dataclass(frozen=True)
19class BoundingBox:
20 """A rectangle in top-left-origin PDF page coordinates."""
21

Callers 2

_extract_text_syncFunction · 0.85
pdf_to_markdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected