feat: OCR接口
This commit is contained in:
@@ -7,5 +7,5 @@ public interface ITesseractOcrService {
|
||||
* @param imageUrl 图片URL
|
||||
* @return 识别结果
|
||||
*/
|
||||
String recognizeText(String imageUrl) throws Exception;
|
||||
String recognizeText(String imageUrl);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user