feat: 删除冗余接口

This commit is contained in:
JR
2025-08-02 16:40:16 +08:00
parent bac9fbd1fb
commit 9f89ef9fcb
14 changed files with 106 additions and 646 deletions

View File

@@ -27,21 +27,6 @@ public class ImageRecognitionVo implements Serializable {
*/
private String recognitionType;
/**
* 识别结果
*/
private String recognizedText;
/**
* 结构化识别结果JSON格式
*/
private Map<String, Object> structuredResult;
/**
* BOM信息列表
*/
private List<BomItemVo> bomItems;
/**
* 识别结果属性列表
*/