1 Star 0 Fork 0

huwei / MedicalOCR

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

MedicalOCR

Step 1: Build appropriate environment

# install appropriate paddlepaddle by yourself
# https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/install/pip/windows-pip.html
conda create -n medical_ocr python=3.7
pip install -r requirements.txt

Note: If you have something wrong with "from shapely.geometry import Polygon",uninstall shapely and install appropriate shapely version using whl package. Reference https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely

Step 2: Download pre-trained inference model

# download detection pre-trained inference model
cd MedicalOCR/inference
wget https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_det_infer.tar && tar -xvf ch_ppocr_server_v2.0_det_infer.tar

# download direction classifier pre-trained inference model
wget https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar && tar -xvf ch_ppocr_mobile_v2.0_cls_infer.tar

# download recognition pre-trained inference model
wget https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_rec_infer.tar && tar -xvf ch_ppocr_server_v2.0_rec_infer.tar

空文件

简介

暂无描述 展开 收起
Python
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/debug-huwei/MedicalOCR.git
git@gitee.com:debug-huwei/MedicalOCR.git
debug-huwei
MedicalOCR
MedicalOCR
dev_hw

搜索帮助