腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
pytesser
出现
导入
错误
、
当我运行以下代码时:from
pytesser
import * im = Image.open(image_fileimage_file_to_string(image_file, graceful_errors=True)print textTraceback (most recent call last): File "C:
浏览 9
提问于2016-08-13
得票数 2
回答已采纳
3
回答
Python3.4中的
Pytesser
:没有定义名称'image_to_string‘?
、
首先,我想说的是,我知道
pytesser
不适用于Python3.4,但我从上看到
pytesser
也适用于python3。我刚刚安装了
pytesser
,我正在尝试读取一个文件。from
pytesser
import *image = Image.open('/Users/William/Documents/Science/PYTHON
浏览 0
提问于2014-01-02
得票数 2
回答已采纳
1
回答
没有名为Image windows ananconda的模块
、
、
from PIL import Imageim = Image.open(image_filerecent call last): from
pytesser
import * File "C
浏览 7
提问于2017-02-01
得票数 0
回答已采纳
1
回答
如何在Debian上安装
pytesser
?
、
、
我从
pytesser
from
pytesser
import *
导入
所有东西我安装了pytesseract和tesseract-ocrapt-get install tesseract-ocr我的装置怎么了?
浏览 0
提问于2017-08-17
得票数 1
回答已采纳
1
回答
安装了
pytesser
,但无法
导入
、
、
、
、
我正在尝试安装
PyTesser
,以便在脚本中作为OCR使用。README在其.zip源中说:
PyTesser
在此版本中没有安装功能。使用其他脚本将
pytesser
.zip解压缩到目录中。然后我将
pytesser
_v0.0.1.zip提取到C:\Python27\Lib\site-packages\
pytesser
中。但是,当我尝试在VS2013中
导入
它(使用from
pytesser
import *)时,我会得到一个No module named
pyte
浏览 1
提问于2015-08-16
得票数 0
2
回答
PIL
导入
图像和
pytesser
导入
时出错
、
、
、
然而,在运行这段代码时,我得到了这个
错误
。from
pytesser
import *我遵循了在code(dot)google(dot)com/archive/p/
pytesser
/downloads安装OCR 和
PyTesser
库的说明(对不起,因为<10 rep我不能发布超过2个链接)。gyazo(dot)com/333f8a3333e87895
浏览 6
提问于2017-08-20
得票数 0
3
回答
Python - Tesseract
、
我正在尝试使用Python中的Tesseract模块从图像中提取文本:image = Image.open('fnord.tif') # Open imageobject using PILfnord在处理上述异常的过程中\
pytesser
.py", line 49, in image_file_to_stri
浏览 1
提问于2015-06-27
得票数 2
6
回答
安装
pytesser
、
、
、
我是python的新手,我想安装和使用
pytesser
OCR库。我安装的所有其他模块都使用了easy_install,它工作得很好。但
pytesser
是第一个我必须使用Google Code的.zip文件手动安装的软件。from
pytesser
import *Traceback (most recent call last): File"&
浏览 2
提问于2013-03-22
得票数 9
回答已采纳
1
回答
OCR简介
有人给了我一堆令人惊叹的信息。这是扫描公告的200MB .tiff图像,可以追溯到40年代。我想将其数字化,但我对光学字符识别一无所知。一些早期的材料人类几乎无法阅读,更不用说机器了。它也是希伯来语。谢谢。
浏览 6
提问于2011-05-01
得票数 7
回答已采纳
1
回答
Python2.7.9中的
Pytesser
-打印图像(Image_to_string)
错误
、
、
、
我正在使用
Pytesser
进行python OCR。我已经安装了PIL和
Pytesser
,并且运行了以下代码:image = Image.open('C:\\Users\\panzer400\\Desktop\\fnord.tif')然后这个
错误
出现
了 File "<pyshell#
浏览 4
提问于2015-03-12
得票数 0
1
回答
缺少文件“tesseract.log”(Python2.7,Windows)
、
、
然后,我以self.py的形式编写了以下脚本:from
pytesser
.
pytesser
import * text = image_file_to_string(image_file, graceful_errors=True)但我得到了以下
错误
File "C:\Python27\lib\site-packages\
py
浏览 3
提问于2016-09-20
得票数 0
1
回答
利用
Pytesser
从图像中提取文本
、
、
、
我安装了
Pytesser
从图像中提取文本。from PIL import Image print image_to_string from PIL import Image image = Image.open('C:/Users/Anmol/Desktop/PYTHON/text_imag
浏览 1
提问于2017-03-03
得票数 0
1
回答
如何使
pytesser
(Tesseract)工作?
、
、
、
我试图让
pytesser
(可下载的)在我的mac上工作,但我没有成功。tesseract_exe_name= 'my lib path/
pytesser
/tesseract' # Name of executable to be called at command line 这就是
浏览 4
提问于2014-09-28
得票数 0
7
回答
OSError:[Errno 2]没有使用
pytesser
的这样的文件或目录
、
、
、
这是我的问题,我想使用
pytesser
来获取图片的内容。我的操作系统是MacOS10.11,并且我已经安装了PIL、
pytesser
、tesseract-ocr引擎和其他支持库,如libpng等。但是当我运行我的代码时,如下所示,发生了
错误
。from
pytesser
import *image = Image.open('/Users/Grant/Desktop/1.png')p
浏览 0
提问于2016-02-25
得票数 11
1
回答
在Ubuntu 14.04上安装
pytesser
、
、
我想使用
pytesser
,我想在系统中做同样的更改,这样我就可以将它作为一个模块从系统中的任何地方
导入
。我试着使用()上的建议,但这对我没有用。
浏览 4
提问于2016-06-04
得票数 1
回答已采纳
2
回答
模块丢失,而试图
导入
的模块已经在那里。
、
、
、
from PIL import Imageim = Image.open(image_fileimage_file_to_string(image_file, graceful_errors=True)print (text) 请参阅
错误
我的问题在init.py内部非常简单,如何
导入
util.py和errors.p
浏览 4
提问于2017-09-02
得票数 0
回答已采纳
2
回答
PyTesser
简单使用
错误
、
我在
pytesser
_v0.0.1文件夹中,试图在python解释器中运行代码:print image_file_to_string('fnord.tif')Traceback (most recent call last): File "
pytesser
.py", line 44, in image_file_to_
浏览 2
提问于2013-08-19
得票数 5
回答已采纳
2
回答
在
Pytesser
3中找不到
错误
、
、
、
import
pytesser
3a = Image.open("C:\\Users\\dell\\Desktop\\test.png") print(b) File "C:\Users\dell\AppData
浏览 2
提问于2017-07-25
得票数 1
2
回答
请在尝试识别之前调用SetImage。
、
、
为此,我在python中使用
pytesser
,已经安装了tesseract,但运行的代码如下:im = Image.open('phototest.tif')print textTesseract Open Source OCR Engine with Leptonica Please
浏览 4
提问于2014-06-09
得票数 4
回答已采纳
0
回答
python import : ModuleNotFoundError:没有名为'
pytesser
‘的模块
、
、
、
因此,当我尝试
导入
pytesser
时,它会显示ModuleNotFoundError: No module named '
pytesser
'。我正在尝试执行一个简单的以下程序:print (sys.path)from
pytesser
import * File "SampleImageContentRecognition.py&
浏览 8
提问于2017-12-02
得票数 1
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Oracle导入导出的常见错误
imp/exp导入导出的一些错误
steam登录出现错误?错误排查与解决方案
为什么最近常出现错误
淘宝客服怎样避免出现错误!
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
云直播
活动推荐
运营活动
广告
关闭
领券