1 Star 0 Fork 0

xuxiaolong/OCR-Corrector

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 557 Bytes
一键复制 编辑 原始数据 按行查看 历史
tt 提交于 2020-08-11 11:23 . refactor for convenience
from setuptools import setup
setup(
name="ocr_corrector",
version="1.0",
description="ocr correct service",
author="Tian",
author_email="tiantian91091317@gmail.com",
url="https://github.com/tiantian91091317/OCR-Corrector",
license="LGPL",
packages=['ocr_corrector', 'ocr_corrector.bert_modeling',
'ocr_corrector.utils', 'ocr_corrector.api_call'],
package_dir={'ocr_corrector':'corrector'},
package_data={'ocr_corrector.bert_modeling':['vocab.txt','bert_config.json'],
'ocr_corrector':['data/*', 'config/config.json', 'config/kwds*']}
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xxllp/OCR-Corrector.git
git@gitee.com:xxllp/OCR-Corrector.git
xxllp
OCR-Corrector
OCR-Corrector
master

搜索帮助