Enumeration OCRSupportedType

Supported OCR types for OCRJob.

Enumeration Members

SEARCHABLE_IMAGE: "searchable_image"

Ensures that text is searchable and selectable. This option keeps the original image, deskews it as needed, and places an invisible text layer over it.

SEARCHABLE_IMAGE_EXACT: "searchable_image_exact"

Ensures that text is searchable and selectable. This option keeps the original image and places an invisible text layer over it. Recommended for cases requiring maximum fidelity to the original image.

Generated using TypeDoc