BoredCoder   12-12-2014, 02:15 AM
#35
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
This post was last modified: 12-12-2014, 02:23 AM by BoredCoder. Edit Reason: too many painkillers
  
Users browsing this thread: 3 Guest(s)
Konloch Software - Bytecode Viewer - Reverse Engineering Forum
Copyright © 2014-2025 The Bytecode Club. Powered By MyBB.
CC0 Unless Specified Otherwise.