wget http://tesseract-ocr.googlecode.com/files/tesseract-3.00.tar.gz
tar -zxvf tesseract-3.00.tar.gz
rm -f tesseract-3.00.tar.gz
git clone https://android.googlesource.com/platform/external/jpeg libjpeg
git checkout e0eadaa39b72e33f032220246c771d7302ebeaf8
cd ..
export TESSERACT_PATH=${PWD}/tesseract-3.00
Above mentioned are some Linux commands. I need the corresponding Windows commands of the above mentioned ones. Please help.
You need at least
wget,tarandgitinstalled anyway. As far as I knowgitcomes with half of Cygwin anyway so you’d have the other commands (and abash) available.In any case:
wget→wgettar→tarrm -f→del /fgit→gitcd ..→cd ..export→set: