wms/nflg-qms-pdf-extract
曹鹏飞 ba571b994c refactor(pdf-extract): 移除旧pdfInfo字段,改用独立pdf属性存储位置信息
- 在PositionedTextStripper中添加elements字段的Getter以便外部访问
- 删除QmsInspectionStandard相关类中旧的pdfInfo字段及相关JSON序列化逻辑
- 新增QmsInspectionStandardItemContent、VO、QO类中pdfPageNum、pdfX、pdfY、pdfWidth和pdfHeight属性
- 在QmsInspectionStandardControllerService和QmsInspectionStandardItemControllerService中调整属性赋值逻辑,改用新字段替代pdfInfo
- 优化部分代码导入,移除未使用的JSONUtil和TextPosition引用
2026-05-06 16:51:03 +08:00
..
src/main/java refactor(pdf-extract): 移除旧pdfInfo字段,改用独立pdf属性存储位置信息 2026-05-06 16:51:03 +08:00
pom.xml feat(pdf-extract): 实现PDF尺寸和公差的提取识别功能 2026-05-06 15:49:28 +08:00