- .ipynb_checkpoints
- apphelper
- application
- chineseocr
- crnn
- models
- results
- static
- templates
- test
- text
- tools
- train
- .gitignore
- app.py
- app_spec.yml
- chineseocr-master.zip
- config.py
- core.16924
- docker.sh
- Dockerfile
- handler.py
- img.jpeg
- LICENSE
- model.py
- OVERVIEW.md
- post-demo.py
- project_requirements.txt
- README.ipynb
- README.md
- requirements.txt
- setup-cpu.md
- setup.md
- test.ipynb
OVERVIEW.md @ac4cb2a — view markup · raw · history · blame
概述
该版本为测试版本,目前可以识别截屏图片上面的文字字符等。aappooo
输入
| 参数 | 描述 | 类型 |
|---|---|---|
| img | 一张带有文字的图片 | img |
输出
| 参数 | 描述 | 类型 |
|---|---|---|
| take_time | 完成文字识别耗时(s) | float |
| output | 识别出来的文字 | str |