Skip to content

bq-xiao/ocr-demo

Repository files navigation

OCR Demo

Python版本:Python 3.8.6

依赖Python库

pip install easyocr
pip install twisted
pip install logging
pip install django

How to start OCR server

# python.exe ocr_engine.py
# usage: ocr_engine.py -p <port>

# python.exe ocr_engine.py -p 8001
2020-11-04 18:08:23,224 - easyocr.easyocr - WARNING - CUDA not available - defaulting to CPU. Note: This module is much faster with a GPU.
2020-11-04 18:08:26,092 - __main__ - INFO - TCP server started on port(s): 8001 ...

How to start client

# python.exe ocr_client.py
# usage: ocr_client.py -h <host> -p <port> -i <image>
# python.exe ocr_client.py -h localhost -p 8001 -i chinese.jpg
2020-11-04 18:08:30,410 - __main__ - INFO - Start time: 2020-11-04 18:08:30
2020-11-04 18:08:34,069 - __main__ - INFO - Got response: 愚园路西东315309Yuyuan Rd.WE

2020-11-04 18:08:34,069 - __main__ - INFO - End time: 2020-11-04 18:08:34

更详细的安装和使用教程关注作者头条号。

关注作者

头条号:云计算AND容器技术

云计算AND容器技术

Releases

No releases published

Packages

No packages published