Represents an exception thrown when an OCR operation fails, such as rendering a page for recognition or writing the recognized text layer back onto the page.
from nutrient_sdk import OcrExceptionInherits from: NutrientException
Construction
OcrException()Creates a new OcrException instance with default settings.
Properties
exception_reason
@propertydef exception_reason(self) -> strThe reason the exception was thrown.
Type: str
Read-only property.