sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #33590
[Question #269051]: tessdata folder not found at
New question #269051 on Sikuli:
https://answers.launchpad.net/sikuli/+question/269051
Hello,
I have the same question as many others. When I tried to extract a text it gives me the following error:
[error] TextRecognizer: init: tessdata folder not found at
[error] Region.text: text recognition is now switched off
Even after I tried every possible solution I still get the error. For example I tried to use
Settings.OcrDataPath = "your tessdata folder path"
tessdata folder exists in my path but it still says it doesn't.
Here is my code:
Settings.OcrDataPath = '/home/elifcan/downloads/libs'
Settings.OcrTextRead = True
Settings.OcrTextSearch = True
r=(Region(533,488,74,19))
id = r.text()
print id
here is the error: TextRecognizer: init: tessdata folder not found at /home/elifcan/downloads/libs/
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.