xiaoxue_admin
|
eec7cb6b34
|
feat: PDF support via pdftoppm extraction
|
2026-06-23 02:44:25 +08:00 |
xiaoxue_admin
|
1bcda1ab8c
|
fix: 模板只有1页导致list index out of range崩溃
- 重生成标准双页模板(t_Schema + Page1)
- merge_output 硬编码列索引改为防御性类型检查
|
2026-06-22 17:40:17 +08:00 |
xiaoxue_admin
|
7a29633921
|
fix: 移除自定义字典(内置已覆盖),加 PaddleOCR None 防御
- finance_dict.txt 格式错误导致 rec_postprocess IndexError
- 内置 ppocr_keys_v1.txt (6623 chars) 已含全部财务大写字符
- 加 OCR 结果 None/空值防御性处理
- GPU 检测函数增加 paddle.is_compiled_with_cuda() 检查
- config.yaml use_gpu=false 直到 GPU 包装好
|
2026-06-22 07:50:49 +08:00 |
xiaoxue_admin
|
11a9c598fd
|
KOCR v4.0 — 金蝶 K3 凭证 OCR 填表工具
- 自动调参: 自动分析照片类型(闪光灯/偏暗/模糊/正常),按类型选最优参数
- 大小写金额交叉验证: chinese_amount_to_number 大写→数字,自动比对合计
- 双管线识别: PPStructure TableMaster → 回退 DB+SVTR
- 外置配置: config.yaml 集中管理所有参数,部署只需改这一个文件
- 模块化拆分: preprocessor / recognizer / parser / postprocessor / excel_writer
|
2026-06-22 04:33:08 +08:00 |