feat: OCR接口

This commit is contained in:
JR
2025-08-02 10:38:28 +08:00
parent 16c8bc593a
commit 044a2269af
3 changed files with 33 additions and 7 deletions

View File

@@ -7,5 +7,5 @@ public interface ITesseractOcrService {
* @param imageUrl 图片URL
* @return 识别结果
*/
String recognizeText(String imageUrl) throws Exception;
String recognizeText(String imageUrl);
}