feat: 新增tesseract OCR服务接口
This commit is contained in:
@@ -296,3 +296,8 @@ flowable:
|
||||
check-process-definitions: false
|
||||
# 关闭历史任务定时任务job
|
||||
async-history-executor-activate: false
|
||||
|
||||
# 图像识别 OCR 配置(语言包绝对路径)
|
||||
tesseract:
|
||||
data-path: D:/tessdata # Windows开发环境
|
||||
# datapath: /opt/tessdata # Linux生产环境
|
||||
|
||||
Reference in New Issue
Block a user