wms/nflg-qms-pdf-extract
曹鹏飞 9eccd96b00 feat(pdf-extract): 新增PDF尺寸区域提取功能
- 在PdfExtractionService中实现从PDF URL中提取尺寸数据
- 通过URL读取PDF字节流并加载文档进行文本位置解析
- 利用文本分组和维度识别器提取尺寸信息列表
- 在QmsInspectionStandardController添加GET接口,支持通过URL参数提取尺寸数据
- 在QmsInspectionStandardControllerService中添加对应服务方法调用pdfExtractionService接口
2026-05-08 09:03:02 +08:00
..
src/main/java feat(pdf-extract): 新增PDF尺寸区域提取功能 2026-05-08 09:03:02 +08:00
pom.xml feat(pdf-extract): 实现PDF尺寸和公差的提取识别功能 2026-05-06 15:49:28 +08:00