Skip to content

stegru/gpii-screentool-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screen snipping tool (proof of concept)

Select an area on the screen, and displays the text.

demo

It is possible to then perform various functions with the text, such as translation, dictionary lookup or speech.

How it works

  • A screenshot is taken, and displayed above other windows (this allows drawing on the screen, without other windows interfering).
  • When a rectangular selection is made, it's OCR'd (by tesseract).
  • The text is displayed.

The parts

  • UI is electron.
  • OCR engine in .NET (the node.js wrapper of tesseract isn't good with Windows)

About

PoC screen snipping tool for GPII

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published