- 新增OCR文字识别模块:支持最新 PP-OCRv5

- OCR文本识别:支持文字方向检测与自动校正
This commit is contained in:
dengwenjie
2025-05-26 16:24:24 +08:00
parent 8dc5f83f47
commit 1914e2c316
59 changed files with 2523 additions and 892 deletions

View File

@@ -15,7 +15,7 @@ import lombok.Data;
public class DetectorModelConfig {
/**
* 模型名称
* 模型
*/
private DetectorModelEnum modelEnum;