Uses of Class
com.qoppa.ocr.OCRException

Packages that use OCRException
com.qoppa.ocr   
 

Uses of OCRException in com.qoppa.ocr
 

Methods in com.qoppa.ocr that throw OCRException
static void OCRBridge.initialize(String tesseractLibraryPath, String tesseractDataPath)
          Initializes the Tesseract bridge with the path to the native libraries and the path to the language data files.
 String TessJNI.performOCR(String language, BufferedImage image)
          Performs OCR on an image and returns an hOCR result string.
 String TessJNI.performOCR(String language, PDFPage pdfPage, int dpi)
          Performs OCR on a PDF page and returns an hOCR result string.