Skip to content

12019/easyocr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

recognition

HTTP API

Setuping is easy on CentOS7.

yum install epel-release
yum install opencv*
yum install libmicrohttpd*
yum install libcurl*
yum install boost
yum install boost-devel
yum install clang*
yum install openssl*

cd src
make
./easyocr 80 /var/www/html/pics/

About

OCR server base on OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.6%
  • Makefile 0.4%