问题标签 [pytesser]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - 使用 Pytesser 从图像中提取文本
我已经安装了 Pytesser 从图像中提取文本
上面的命令正在工作,但是当我输入代码时
我得到错误:
**
回溯(最后一次调用):文件“C:\Users\Anmol\Desktop\PYTHON\text_image.py”,第 23 行,在 image_to_string(image) 文件“C:\Python27\lib\site-packages\pytesser.py ",第 31 行,在 image_to_string call_tesseract(scratch_image_name, scratch_text_name_root) 文件 "C:\Python27\lib\site-packages\pytesser.py",第 21 行,在 call_tesseract proc = subprocess.Popen(args) 文件 "C:\Python27 \lib\subprocess.py",第 390 行,在init errread,errwrite) 文件 "C:\Python27\lib\subprocess.py",第 640 行,在 _execute_child startupinfo) WindowsError: [错误 2] 系统找不到文件指定的**
Plzz 指导我做什么,因为我是 Python 新手。
python-2.7 - 如何在 windows 8.1(win64) 中安装 Pytesseract (visual studio 2012+python+anaconda)
我在安装 tesseract orc 后使用此代码。
Traceback(最近一次调用最后一次):文件“C:\Users\Uzel\Documents\Visual Studio 2012\Projects\module3.py”,第 28 行,在 from tesseract import image_to_string ImportError: cannot import name image_to_string
我有这个错误。我试过 pytesseract 但我无法管理。我们能不能解决这个问题。如何?谢谢你。
python - Pytesseract 转换期间的“ValueError:无法过滤调色板图像”
对于 Pytesseract 的以下代码,此错误代码有问题。(Python 3.6.1,Mac OSX)
从 PIL 导入 pytesseract 导入请求 从 PIL 导入图像 从 io 导入 ImageFilter 导入 StringIO,BytesIO
错误:
看起来很简单,但不起作用。任何帮助将不胜感激。
python - 将图像转换为字符串时出现pytesseract错误
我不断收到以下代码错误:
错误是:
我不确定这是安装问题还是其他问题。我阅读了OSError: [Errno 2] No such file or directory using pytesser的答案,但他们没有帮助我。
python - Pytesseract 不接受 pyautogui 截图,Windows,Python 3.6
我想要做的是用 pyautogui 制作一个数字的屏幕截图,然后用 pytesseract 将数字转换为字符串。代码: import pyautogui import time import PIL from PIL import Image import pytesseract
现在看来 pytesseract 不接受 pyautogui 创建的屏幕截图。代码运行良好,没有问题,但打印一个空字符串。但是,如果我在绘画中创建图像,并将其作为“output.png”保存到正确的文件夹中,就像截屏一样,它确实可以工作。
有人知道我在哪里遗漏了什么吗?
python - ImportError:没有名为“tesserwrap”的模块
Tesseract 已安装在我的系统中,尝试安装 tesserwrap 但出现错误
使用命令安装 Tesseract -
尝试使用命令安装 Tesserwrap 模块-
有没有其他方法可以安装 Tesserwrap?
python-2.7 - OCR - pytesseract 问题
我正在尝试应用以下代码:
但作为回报我得到
* 我已经尝试安装 tesseract-ocr
但它最终对我来说:
#当我尝试不同的代码时:
与上述相同的故事:
问题是——如何从上述问题中走出来 | 以及为什么我第一次看到这些问题