Package com.itextpdf.pdfocr.logs
Class PdfOcrLogMessageConstant
java.lang.Object
com.itextpdf.pdfocr.logs.PdfOcrLogMessageConstant
Class that bundles all the log message templates as constants.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The constant CANNOT_ADD_DATA_TO_PDF_DOCUMENT.static final String
The constant CANNOT_READ_DEFAULT_FONT.static final String
The constant CANNOT_READ_INPUT_IMAGE.static final String
The constant COULD_NOT_FIND_CORRESPONDING_GLYPH_TO_UNICODE_CHARACTER.static final String
The constant NUMBER_OF_PAGES_IN_IMAGE.static final String
The constant PDF_LANGUAGE_PROPERTY_IS_NOT_SET.static final String
The constant PROVIDED_FONT_PROVIDER_IS_INVALID.static final String
The constant START_OCR_FOR_IMAGES. -
Method Summary
-
Field Details
-
CANNOT_READ_INPUT_IMAGE
The constant CANNOT_READ_INPUT_IMAGE.- See Also:
-
PROVIDED_FONT_PROVIDER_IS_INVALID
The constant PROVIDED_FONT_PROVIDER_IS_INVALID.- See Also:
-
CANNOT_READ_DEFAULT_FONT
The constant CANNOT_READ_DEFAULT_FONT.- See Also:
-
CANNOT_ADD_DATA_TO_PDF_DOCUMENT
The constant CANNOT_ADD_DATA_TO_PDF_DOCUMENT.- See Also:
-
START_OCR_FOR_IMAGES
The constant START_OCR_FOR_IMAGES.- See Also:
-
NUMBER_OF_PAGES_IN_IMAGE
The constant NUMBER_OF_PAGES_IN_IMAGE.- See Also:
-
COULD_NOT_FIND_CORRESPONDING_GLYPH_TO_UNICODE_CHARACTER
The constant COULD_NOT_FIND_CORRESPONDING_GLYPH_TO_UNICODE_CHARACTER.- See Also:
-
PDF_LANGUAGE_PROPERTY_IS_NOT_SET
The constant PDF_LANGUAGE_PROPERTY_IS_NOT_SET.- See Also:
-