GirkovArpa / live-ocr-window

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:The Unlicense


Languages

Language:Rust 54.4%Language:CSS 27.4%Language:HTML 18.2%