项目作者: GirkovArpa

项目描述 :
Screencapture with OCR with Tesseract for the backend and Sciter for the front.
高级语言: Rust
项目地址: git://github.com/GirkovArpa/live-ocr-window.git
创建时间: 2020-10-29T01:25:53Z
项目社区:https://github.com/GirkovArpa/live-ocr-window

开源协议:The Unlicense

下载


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.