Skip to content

jiguang123/WebAct

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

WebAct

Text Recognition made easy on Web 网页技术实现的文字识别

Deployment 部署须知

Dependencies 依赖:Python2.7.12, Flask 0.11.1, OpenCV 3.0.0-rc1 建议部署人员建立本地化的运行环境,而不是使用系统全局的环境,以免造成冲突

Code & API

see source code comments 参见源代码注释

Design

The current architecture 目前的架构

####1. Frond End 前端 index.html, index.js + web worker

####2. Python 后端,负责 Web Server 和图像处理 Python Flask Web Server + OpenCV Image Processing Module

Test

There is no test. 没有测试

To do, I re-evaluated my priorities.

  1. 整理前端代码
  2. browser side semantic checking
  3. browser side image compression, to make it faster
  4. 更合理的UI

About

Text Recognition made easy on Web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.5%
  • Tcl 19.8%
  • JavaScript 16.9%
  • C 9.0%
  • CSS 7.2%
  • C++ 2.4%
  • Other 0.2%