Uses of Class
com.logicaldoc.ocr.OCR
-
Packages that use OCR Package Description com.logicaldoc.ocr com.logicaldoc.parser -
-
Uses of OCR in com.logicaldoc.ocr
Subclasses of OCR in com.logicaldoc.ocr Modifier and Type Class Description classAdvancedSpecific implementation that uses the OmniPage OCR.classOCRWebServiceSpecific implementation that uses the online OCR Web Services: http://www.ocrwebservice.com.classPowerPDFSpecific implementation that uses the Nuance Power PDF Advanced.classTesseractSpecific implementation that uses the Tesseract OCR.Methods in com.logicaldoc.ocr that return OCR Modifier and Type Method Description OCROCRManager. getCurrentEngine()OCROCRManager. getEngine(String name)Methods in com.logicaldoc.ocr that return types with arguments of type OCR Modifier and Type Method Description HashMap<String,OCR>OCRManager. getEngines() -
Uses of OCR in com.logicaldoc.parser
Methods in com.logicaldoc.parser that return OCR Modifier and Type Method Description static OCROCRUtil. newOCR()
-