yuanquderzi / Invoice_recognition_systemLinks
使用FastAPI构建发票识别系统后端服务,支持并发。使用ERFNet模型训练发票轮廓检测,进行畸变矫正,OCR识别,模板匹配,支持倾斜发票识别。准确率99.9%。
☆11Updated 4 months ago
Alternatives and similar repositories for Invoice_recognition_system
Users that are interested in Invoice_recognition_system are comparing it to the libraries listed below
Sorting:
- nlp标注平台 前端/后端☆17Updated 3 years ago
- 修正文档扭曲/模糊/阴影等情况,使用onnx模型简单轻量部署,未来持续跟进最新最好的文档矫正方案和模型,Correct document distortion using a lightweight ONNX model for easy deployment. We wi…☆81Updated 9 months ago
- 卡证和文档检测和矫正☆73Updated last year
- chinese document classification of layoutlmv3 and layoutxlm☆44Updated 2 years ago
- ☆26Updated 3 years ago
- 文档图像处理工具(Document image processing tool),包括漂白 / 文字方向矫正 / 清晰增强 / 笔记去噪美化 / 去阴影 / 扭曲矫正 / 切边增强(DocBleach / TextOrientationCorrection / DocSha…☆94Updated last year
- Document photo perspective transformation correction,利用unet网络进行 文档照片透视纠偏☆49Updated 4 years ago
- 印章检测和印章文字识别☆20Updated last year
- 轻量模型的图像分析web服务,包括倾斜矫正OCR,公章(印章)检测+识别,车牌识别。api方案使用FastAPI+Gunicorn,提供gradio展示。☆102Updated last year
- PaddleOCR 输出结果的行对齐,表格制式图像OCR行对齐☆47Updated 3 years ago
- 在TableBank的基础上,进一步标注到单元格精度,利用目标检测/分割实现单元格定位。☆14Updated 5 years ago
- 该项目是为了使用layoutlmv3针对中文图片训练和推理。 其中主要解决三个问题: 1.数据标准化成可以的训练数据集格式 2.layoutlmv3-base-chinese 分词修改 2.超过512长度的文本切分和滑窗操作