Uses of Class
cn.net.pap.common.tesseract.util.OCRUtils.OCRResult
Packages that use OCRUtils.OCRResult
-
Uses of OCRUtils.OCRResult in cn.net.pap.common.tesseract.util
Methods in cn.net.pap.common.tesseract.util that return types with arguments of type OCRUtils.OCRResultModifier 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 结果Method parameters in cn.net.pap.common.tesseract.util with type arguments of type OCRUtils.OCRResultModifier and TypeMethodDescriptionstatic voidOCRUtils.processComponentLevelResults(org.bytedeco.tesseract.TessBaseAPI api, List<OCRUtils.OCRResult> results) 处理行级别结果