feat: 新增tesseract OCR服务接口
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.klp.service;
|
||||
|
||||
public interface ITesseractOcrService {
|
||||
|
||||
/**
|
||||
* 识别网络图片
|
||||
* @param imageUrl 图片URL
|
||||
* @return 识别结果
|
||||
*/
|
||||
String recognizeText(String imageUrl) throws Exception;
|
||||
}
|
||||
Reference in New Issue
Block a user