12-12-2014, 02:15 AM
(This post was last modified: 12-12-2014, 02:23 AM by BoredCoder.
Edit Reason: too many painkillers
)
Hi odySSeys,
I did both... I have tesseract installed still, but am just using the package because i couldn't be stuffed changing all the paths and parameters in the installed version.
If you're having problems still, make sure you change the temp path to a writeable location. C:\ isn't writeable unless running the script as administrator on Win7/8, so you might want to change it to mydocs or something like that.
So in Tesseract.au3 file find the bit:
Global $tesseract_temp_path = "C:\"
Change to
Global $tesseract_temp_path = "C:\Users\yourusername\Documents\"
Where yourusername is your user profile folder name.
That might fix your problem.
Cheers
I did both... I have tesseract installed still, but am just using the package because i couldn't be stuffed changing all the paths and parameters in the installed version.
If you're having problems still, make sure you change the temp path to a writeable location. C:\ isn't writeable unless running the script as administrator on Win7/8, so you might want to change it to mydocs or something like that.
So in Tesseract.au3 file find the bit:
Global $tesseract_temp_path = "C:\"
Change to
Global $tesseract_temp_path = "C:\Users\yourusername\Documents\"
Where yourusername is your user profile folder name.
That might fix your problem.
Cheers