Install GIT on your Computer for Version Control.
https://github.com/git-for-windows/git/releases/download/v2.25.0.windows.1/Git-2.25.0-64-bit.exe
With GIT you can get updates fast :)
- python (Installed Python 3.8.1) https://www.python.org/downloads/release/python-381/
- TesserAct (Installed Google Tesseract) https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-v5.0.0-alpha.20191030.exe
- Run setup.cmd for install packages
- Run start.cmd and follow instructions
- Run update.cmd for update to newest Bot Version
git clone https://github.com/VForsmann/TesseractBot
(in a terminal, cmd, whatever working)- Install or copy python intointo TesseractBot/python
- Install or copy TesserAct into TesseractBot/TesserAct
- run setup.cmd
- run start.cmd and follow instructions
- Normally you can open the terminal in that folder and call
git pull
- Maybe a Error occurs before, because you edited the files: call
git stash
and againgit pull