Uses of Enum Class
com.datalogics.PDFL.PageSegmentationMode
Packages that use PageSegmentationMode
-
Uses of PageSegmentationMode in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return PageSegmentationModeModifier and TypeMethodDescriptionOCRParams.getPageSegmentationMode()The page segmentation mode.static PageSegmentationModeReturns the enum constant of this class with the specified name.static PageSegmentationMode[]PageSegmentationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.datalogics.PDFL with parameters of type PageSegmentationModeModifier and TypeMethodDescriptionvoidOCRParams.setPageSegmentationMode(PageSegmentationMode mode) The page segmentation mode.