https://github.com/creatcodebuild/webact
Text Recognition made easy on Web
https://github.com/creatcodebuild/webact
Last synced: 9 months ago
JSON representation
Text Recognition made easy on Web
- Host: GitHub
- URL: https://github.com/creatcodebuild/webact
- Owner: CreatCodeBuild
- Created: 2016-07-19T13:35:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-17T09:52:57.000Z (over 9 years ago)
- Last Synced: 2025-01-11T23:39:51.197Z (about 1 year ago)
- Language: Python
- Size: 6.59 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
2. 整理前端代码
3. browser side semantic checking
4. browser side image compression, to make it faster
5. 更合理的UI