Uses of Class
cn.net.pap.common.tesseract.util.OCRUtils.OCRException
Packages that use OCRUtils.OCRException
-
Uses of OCRUtils.OCRException in cn.net.pap.common.tesseract.util
Methods in cn.net.pap.common.tesseract.util that throw OCRUtils.OCRExceptionModifier and TypeMethodDescriptionstatic List<OCRUtils.OCRResult>OCRUtils.recognizeWithCoordinates(String tessdataPath, String imagePath, String language) 执行 OCR 识别并返回带坐标的结果static List<OCRUtils.OCRResult>OCRUtils.recognizeWithCoordinates(String tessdataPath, String imagePath, String language, int pageSegMode) 执行 OCR 识别并返回带坐标的结果(高级配置)static List<OCRUtils.OCRResult>OCRUtils.recognizeWithWordCoordinates(String tessdataPath, String imagePath, String language) 获取字级别的 OCR 结果