← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #269051]: tessdata folder not found at

 

Question #269051 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/269051

Cameron Jones posted a new comment:
I figured that would be the case. 
I assume you also have linked everything correctly so that the environment variables all work?
ex:
"
echo export LD_LIBRARY_PATH=/usr/local/lib >> /etc/profile
echo export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig >> /etc/profile
echo export TESSDATA_PREFIX=/home/<username>/Downloads/tesseract-ocr >> /etc/profile

# To set for current session
export LD_LIBRARY_PATH=/usr/local/lib
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
export TESSDATA_PREFIX=/home/<username>/Downloads/tesseract-ocr

ldconfig -v
"

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.