Py学习  »  NGINX

使用wsgi和nginx运行时出现“tesseract未安装或不在您的路径中”错误

Kavishka Gihan • 3 年前 • 1521 次点击  

我试图在Python中使用PyteSeract,但最终总是出现以下错误:

    raise TesseractNotFoundError()
pytesseract.pytesseract.TesseractNotFoundError: tesseract is not installed or it's not in your path

但是,我的系统上安装了PyteSeract和Tesseract。

产生此错误的示例代码:

import cv2
import pytesseract

img = cv2.imread('1d.png')
print(pytesseract.image_to_string(img))

如何解决此TesseRactNotFound错误?

Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/127977
 
1521 次点击  
文章 [ 8 ]  |  最新文章 3 年前