Uses of Enum
com.itextpdf.pdfocr.statistics.PdfOcrOutputType
Packages that use PdfOcrOutputType
-
Uses of PdfOcrOutputType in com.itextpdf.pdfocr.statistics
Methods in com.itextpdf.pdfocr.statistics that return PdfOcrOutputTypeModifier and TypeMethodDescriptionPdfOcrOutputTypeStatisticsEvent.getPdfOcrStatisticsEventType()
Gets the type of statistic event.static PdfOcrOutputType
Returns the enum constant of this type with the specified name.static PdfOcrOutputType[]
PdfOcrOutputType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.itextpdf.pdfocr.statistics with parameters of type PdfOcrOutputTypeModifierConstructorDescriptionPdfOcrOutputTypeStatisticsEvent
(PdfOcrOutputType type, com.itextpdf.commons.actions.data.ProductData productData) Creates instance of pdfOcr statistics event.