Tiger任务管理系统-13

集成Tess4j :增加OCR 图片识别能力

复制代码
/recognition/chinese/and/english
复制代码
// 设置字体库路径
iTesseract.setDatapath(tess4jConfiguration.getDataPath());
// 设置语言
iTesseract.setLanguage(tess4jConfiguration.getChineseTrainData());

关键代码已经贴出,详细请进入开源项目

附上Tiger任务开源链接 Tiger任务管理系统源码

上一篇:Tiger任务管理系统-12-CSDN博客

下一篇:明天见