layout-detection / domain /errors /extraction_error.py
masamasa4's picture
Deploy layout-analysis from monorepo
c7368f9 verified
raw
history blame contribute delete
98 Bytes
class FigureExtractionError(Exception):
"""Raised when figure extraction from a PDF fails."""