globalpolicy / ScreenTextFinder

A program to find texts on your screen using Tesseract OCR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScreenTextFinder

A program to find texts on your screen using Tesseract OCR

The project needs all the tesseract units (.pas files in the TesseractUnits folder). These are the wrappers for the tesseract OCR engine. Ref: https://github.com/r1me/TTesseractOCR4

The the program needs all the tesseract .dll files. The .dll files are not created by the project, but downloaded externally.
It also needs a training data file such as "eng.traineddata" for functioning. This is also not created by the project, but downloaded externally.
Both these external dependencies are in the TesseractDllAndTraining folder. Copy the contents to the Debug or Release folder while using the IDE to write code in the Debug or Release modes. The program needs these dependencies.

The program expects the tesseract .dlls and the training data files to be in the same directory it runs from.

Check the SRC branch for the project source
Check the BIN branch for the binary

About

A program to find texts on your screen using Tesseract OCR

License:MIT License


Languages

Language:Pascal 100.0%