ssYanhuo / ocrweb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

运行

  1. 安装requirements.txt下相关包

    pip install -r requirements.txt
  2. 相关模型

  3. 运行main.py

    python main.py
  4. 打开http://127.0.0.1:9005/,即可

目录结构

.
├── main.py
├── README.md
├── resources
│   ├── rapidOCR.py
│   ├── ch_ppocr_mobile_v2_cls
│   ├── ch_ppocr_mobile_v2_det
│   ├── ch_ppocr_mobile_v2_rec
│   ├── __init__.py
│   └── models
├── static
│   ├── css
│   └── js
├── task.py
└── templates
    └── index.html

About


Languages

Language:Python 86.1%Language:HTML 10.1%Language:CSS 3.7%