Skip to content

alexgot1151/tftbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFT Bot

This repo contains tools and utilities for a screen-driven TFT bot.

Tesseract OCR setup (Windows)

  • Download and install the official Tesseract OCR Windows installer.
  • Confirm the tesseract.exe path after install. Common locations:
  • C:\Program Files\Tesseract-OCR\tesseract.exe
  • C:\Program Files (x86)\Tesseract-OCR\tesseract.exe
  • C:\Users\<you>\AppData\Local\Programs\Tesseract-OCR\tesseract.exe
  • Set the TESSERACT_CMD environment variable to the full path of tesseract.exe.

PowerShell example (current user):

[Environment]::SetEnvironmentVariable(
  "TESSERACT_CMD",
  "C:\Program Files\Tesseract-OCR\tesseract.exe",
  "User"
)

If you prefer the Windows UI, open "Edit the system environment variables", click "Environment Variables...", and add a new user variable named TESSERACT_CMD that points to the full tesseract.exe path.

Alternative: add the Tesseract install folder to your PATH instead of using TESSERACT_CMD.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages