wms/nflg-qms-pdf-extract/src/main/java
曹鹏飞 9eccd96b00 feat(pdf-extract): 新增PDF尺寸区域提取功能
- 在PdfExtractionService中实现从PDF URL中提取尺寸数据
- 通过URL读取PDF字节流并加载文档进行文本位置解析
- 利用文本分组和维度识别器提取尺寸信息列表
- 在QmsInspectionStandardController添加GET接口,支持通过URL参数提取尺寸数据
- 在QmsInspectionStandardControllerService中添加对应服务方法调用pdfExtractionService接口
2026-05-08 09:03:02 +08:00
..
extraction refactor(pdf-extract): 移除旧pdfInfo字段,改用独立pdf属性存储位置信息 2026-05-06 16:51:03 +08:00
model refactor(pdf-extract): 移除旧pdfInfo字段,改用独立pdf属性存储位置信息 2026-05-06 16:51:03 +08:00
service feat(pdf-extract): 新增PDF尺寸区域提取功能 2026-05-08 09:03:02 +08:00