Uses of Class
science.aist.imaging.tesseract.domain.OCRMode
-
Packages that use OCRMode Package Description science.aist.imaging.tesseract.domain science.aist.imaging.tesseract.imageprocessing.opticalcharacterrecognition.tesseract -
-
Uses of OCRMode in science.aist.imaging.tesseract.domain
Methods in science.aist.imaging.tesseract.domain that return OCRMode Modifier and Type Method Description static OCRMode
OCRMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static OCRMode[]
OCRMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OCRMode in science.aist.imaging.tesseract.imageprocessing.opticalcharacterrecognition.tesseract
Methods in science.aist.imaging.tesseract.imageprocessing.opticalcharacterrecognition.tesseract with parameters of type OCRMode Modifier and Type Method Description void
TesseractOCR. setMode(OCRMode m)
Set the Mode type (how to perform the image)
-