Skip to content

Screencapture with OCR with Tesseract for the backend and Sciter for the front.

License

Notifications You must be signed in to change notification settings

GirkovArpa/live-ocr-window

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live OCR Window

Hover a transparent window over the part of the screen you want to capture at regular intervals, and have OCR results outputted to a text file.

Preview

screenshot of window

The OCR results are outputted to a textfile named output.txt.

Getting Started (Windows x64)

  1. Install Vcpkg.

  2. Run vcpkg.exe vcpkg install tesseract:x64-windows-static.

  3. Download the file sciter.dll and place it in this folder. See the Sciter license.

  4. Download the file eng.traineddata and place it in this folder.

  5. Install the Rust toolchain.

  6. Run RUSTFLAGS=-Ctarget-feature=+crt-static cargo run.

When done, click the X button to close the program and you may then view the results in output.txt.