- 新增DimensionIdentifier用于识别PDF中的尺寸和多种公差格式 - 支持对称公差、非对称公差、配合公差和螺纹标注的正则匹配 - 实现基于TextGroup的文本预处理和位置判断,提高识别准确度 - 创建DimensionResult作为尺寸识别结果的封装实体 - 增加PdfExtractionService服务实现PDF解析、文本分组和尺寸提取流程 - 新增配置类PdfExtractConfig,提供文本分组和尺寸识别组件的Spring Bean - 增加nflg-qms-pdf-extract模块及相关依赖管理,完成PDF尺寸提取的整体集成 |
||
|---|---|---|
| .qoder/repowiki/zh | ||
| nflg-qms-admin | ||
| nflg-qms-pdf-extract | ||
| nflg-wms-admin | ||
| nflg-wms-auth | ||
| nflg-wms-common | ||
| nflg-wms-gateway | ||
| nflg-wms-repository | ||
| nflg-wms-scheduled | ||
| nflg-wms-shipment | ||
| nflg-wms-srm-receive | ||
| nflg-wms-starter | ||
| .apifox-helper.properties | ||
| .gitignore | ||
| lombok.config | ||
| pom.xml | ||
| readme.md | ||
readme.md
需要安装的软件
- wkhtmltoimage
用于将HTML转为图片,打印标签需要
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox-0.12.6-1.centos7.x86_64.rpm
yum localinstall wkhtmltox-0.12.6-1.centos7.x86_64.rpm