- 授权协议: 未知
- 开发语言: C/C++
- 操作系统: Linux
- 软件首页: http://weocr.ocrgrid.org/
- 软件文档: http://weocr.ocrgrid.org/non-interactive.html
软件介绍
WeOCR 是一个基于浏览器的文字识别服务,用户通过上传图片,WebOCR 从图片中识别出文本信息并返回结果给用户。WeOCR 本身是不包含文字识别引擎的,它支持各种不同的文字识别引擎。
- Receive a document image from each client computer, pass the image to the back-end OCR engine, generate HTML data from the result data, and send the data back to the client.
- Uncompress the incoming image file if required.
- Limit the size of the input data to protect the server from huge data.
- Examine the integrity of image file headers.
- Convert the input image into a common image format (PNM).
- Limit the number of jobs to prevent the server from processing too many documents at once and to maintain acceptable server response.
- Terminate the OCR engine after a specified time has passed, if the engine continues running (in vain) due to unexpected input data or bugs in the engine.
- Support server search function using spec files in XML.
Tomcat架构解析
刘光瑞 / 人民邮电出版社 / 2017-5 / 79.00元
本书全面介绍了Tomcat的架构、各组件的实现方案以及使用方式。包括Tomcat的基础组件架构以及工作原理,Tomcat各组件的实现方案、使用方式以及详细配置说明,Tomcat与Web服务器集成以及性能优化,Tomcat部分扩展特性介绍等。读者可以了解应用服务器的架构以及工作原理,学习Tomcat的使用、优化以及详细配置。一起来看看 《Tomcat架构解析》 这本书的介绍吧!
