Uses of Enum
com.itextpdf.pdfocr.tesseract4.TextPositioning
-
Uses of TextPositioning in com.itextpdf.pdfocr.tesseract4
Modifier and TypeMethodDescriptionfinal TextPositioning
Tesseract4OcrEngineProperties.getTextPositioning()
Defines the way text is retrieved from tesseract output usingTextPositioning
.static TextPositioning
Returns the enum constant of this type with the specified name.static TextPositioning[]
TextPositioning.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionTesseract4OcrEngineProperties.setTextPositioning
(TextPositioning positioning) Defines the way text is retrieved from tesseract output usingTextPositioning
.