Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Python with eclipse - OCR Pytesseract(pytesseract.pytesseract.TesseractNotFoundError: tesseract is not installed or it's not in your path)
Python with eclipse - OCR Pytesseract [message #1810772] Mon, 19 August 2019 14:21 Go to next message
Badri Panda is currently offline Badri PandaFriend
Messages: 1
Registered: August 2019
Junior Member
HI

I am learning python in eclipse and i am practicing OCR.

from PIL import Image
import pytesseract
im = Image.open(r"handwritten1.png")
text = pytesseract.image_to_string(im, lang = 'eng')
print (text)



I am using Pytesseract in my code which i got from internet. But i am getting the below error:

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


I installed Pytesseract using CMD(windows8) in python3.7 and i have provided the path in Eclipse as well as in windows environment variables.

Please guide me, how to proceed.

Thanks
Badri Panda

Re: Python with eclipse - OCR Pytesseract [message #1810781 is a reply to message #1810772] Mon, 19 August 2019 14:51 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
Pydev's about page:

https://www.pydev.org/about.html

Suggests to use

http://stackoverflow.com/questions/tagged/pydev

for asking questions.


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Expand data in gridview Eclipse Java
Next Topic:make.exe missing
Goto Forum:
  


Current Time: Thu Apr 25 23:11:33 GMT 2024

Powered by FUDForum. Page generated in 0.10635 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top