随笔 - 60  文章 - 8  评论 - 12  阅读 - 73050
11 2014 档案
php 读取二进制文件
摘要:$file_pointer = fopen($file, "r");$file_read = fread($file_pointer, filesize($file));//$file_read = fread($file_pointer, 1);fclose($file_pointer);$str... 阅读全文
posted @ 2014-11-24 11:20 Flameman 阅读(5545) 评论(0) 推荐(0)
Tesseract-OCR使用记录
摘要:Tesseract是一个开源的OCR(Optical Character Recognition,光学字符识别)引擎,可以识别多种格式的图像文件并将其转换成文本,目前已支持60多种语言(包括中文)。Tesseract最初由HP公司开发,后来由Google维护,目前发布在Googel Project上... 阅读全文
posted @ 2014-11-19 11:15 Flameman 阅读(1295) 评论(0) 推荐(0)

< 2025年7月 >
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
3 4 5 6 7 8 9

点击右上角即可分享
微信分享提示