资源简介
python3.6版本的可用pytesser,详细使用参考压缩包里的README/ Usage:章节
![](http://www.nz998.com/pic/50736.jpg)
代码片段和文件信息
“““Test for exceptions raised in the tesseract.exe logfile“““
class Tesser_General_Exception(Exception):
pass
class Tesser_Invalid_Filetype(Tesser_General_Exception):
pass
def check_for_errors(logfile = “tesseract.log“):
inf = file(logfile)
text = inf.read()
inf.close()
# All error conditions result in “Error“ somewhere in logfile
if text.find(“Error“) != -1:
raise Tesser_General_Exception(text)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 273 2007-05-06 00:11 pytesser_v0.0.1\AUTHORS
文件 48 2007-05-06 00:22 pytesser_v0.0.1\ChangeLog
文件 424 2018-03-09 23:55 pytesser_v0.0.1\errors.py
文件 1410 2007-05-04 20:30 pytesser_v0.0.1\fnord.tif
文件 20607 2007-05-04 20:49 pytesser_v0.0.1\fonts_test.png
文件 558 2007-05-06 00:08 pytesser_v0.0.1\LICENSE
文件 337 2007-05-06 00:17 pytesser_v0.0.1\NOTICE
文件 38668 2006-06-16 19:17 pytesser_v0.0.1\phototest.tif
文件 2631 2018-03-09 23:53 pytesser_v0.0.1\pytesser.py
文件 2768 2018-03-10 00:37 pytesser_v0.0.1\README
文件 2772 2006-06-17 01:18 pytesser_v0.0.1\tessdata\blackText.params
文件 1012 2006-06-17 01:17 pytesser_v0.0.1\tessdata\configs\api_config
文件 760 2006-06-17 01:17 pytesser_v0.0.1\tessdata\configs\api_resaljet
文件 412 2006-06-30 20:56 pytesser_v0.0.1\tessdata\configs\box.train
文件 97 2006-06-17 01:17 pytesser_v0.0.1\tessdata\configs\inter
文件 815 2006-06-17 01:17 pytesser_v0.0.1\tessdata\configs\oldapi_config
文件 816 2006-06-17 01:17 pytesser_v0.0.1\tessdata\configs\oldbox.train
文件 1785 2006-06-17 01:17 pytesser_v0.0.1\tessdata\configs\variable_config
文件 1068 2006-06-17 01:17 pytesser_v0.0.1\tessdata\configs\var_api_config
文件 1071 2006-06-17 01:17 pytesser_v0.0.1\tessdata\configs\var_box.train
文件 12 2006-06-17 01:17 pytesser_v0.0.1\tessdata\confsets
文件 235 2007-01-18 02:08 pytesser_v0.0.1\tessdata\DangAmbigs
文件 132988 2006-06-17 01:17 pytesser_v0.0.1\tessdata\fmtable.cls
文件 751 2006-06-17 01:17 pytesser_v0.0.1\tessdata\fnetwts
文件 720 2006-06-17 01:17 pytesser_v0.0.1\tessdata\freq-dawg
文件 676716 2006-06-17 01:17 pytesser_v0.0.1\tessdata\inttemp
文件 1369167 2006-06-17 01:17 pytesser_v0.0.1\tessdata\netwts
文件 561 2006-06-17 01:17 pytesser_v0.0.1\tessdata\newdiff.asccodes
文件 39772 2006-06-17 01:17 pytesser_v0.0.1\tessdata\normproto
文件 548 2006-06-17 01:17 pytesser_v0.0.1\tessdata\pffmtable
............此处省略22个文件信息
相关资源
- 验证码识别(pytesseract+ matplotlib)
- dlib-19.8.1-cp36-cp36m-win_amd64.whl 支持w
- pycharm pymssql python3.6
- 《Python 3.6 入门指南》中文版
- python3.6 API
- pytesser_v0.0.1.zip
- Django-ERP-for-python3.6-django2.1.2
- Ubuntu18.04LTS下安装 Caffe-GPU版本及 Ana
- 利用 Python 进行数据分析 原书第二版
- python3.6模块集合-piprequestssetuptoolspyg
- Python3.6 中文文档.pdf
- python3.6+Django2.0 图书管理系统
- python3.6 绿色版
- python3.6.1 32位
- python3.6.4中文文档说明chm&pdf;双格式
- Python-3.6.2.tgz
- python3.6.5.zip
-
python3.6 ba
semap安装包 - torch-1.1.0-cp36-cp36m-linux_aarch64.whl
- scipy-1.0.1-cp36-cp36m-win_amd64.whl
- python3.6 64位安装包
- 《neural networks and deep learning》《神经
- tensorflow1.12.0及其依赖库离线安装包
- scipy-1.4.1-cp36-cp36m-linux_aarch64.whl
- python-3.6.7-amd64.exe
- Python-3.6.6.tgz
- python3.6.5版本
- python 3.6 geopandas依赖包
- 基于python3.6、Django二手车线上商城项
- tensorflow-2.0.0rc0-cp36-cp36m-linux_aarch64.w
评论
共有 条评论