Skip to content

Detect the text in your screen using openCV for instant translation via Google Translate

License

Notifications You must be signed in to change notification settings

iformas/ScreenTranslator

Repository files navigation

Screen Translator

Screen Translator for Windows, detects the text in your screen using Emgu CV for instant translation via Google Translate.
Builds can be found here


Requeriments

OCR Training Data

This software requires OCR training data for screen text recognition in the folder “tessdata”.
Training data samples for different languages can be found here

.NET Framework 4.5.2

This software requires .NET Framework 4.5.2 or adove.

languages.json

You need to create a file called langueges.json containing the languages info

Example 1

[{"name":"Spanish","gTranslateKey":"es","ocrKey":"spa"},{"name":"English","gTranslateKey":"en","ocrKey":"eng"}]

Example 2

[{"name":"Spanish","gTranslateKey":"es”},{"name":"English","gTranslateKey":"en","ocrKey":"eng"}]

Where

  • Name: Unique long language name.
  • gTranslateKey: Represents the language supported by google translate API.
  • orcKey: Represents the language supported by openCV placed in “tessdata” folder.

About

Detect the text in your screen using openCV for instant translation via Google Translate

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages