8000 GitHub - ukaserge/MORT: MORT 번역기 프로젝트 - Real-time game translator with OCR
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ukaserge/MORT

 
 

Repository files navigation

🌏한국어 | English

Hits GitHub downloads

ko-fi

Video Label

https://youtu.be/LHTErVnsaws

Sample video

MORT

MORT is a program that extracts dialogs from the screen in real time using OCR and outputs a translations using DB or machine translation.

Currently, English and Japanese translation/extraction can be extracted by default, and it can also be translated by linking with a hooking program using the save to clipboard function.

[Latest version download and release notes - https://blog.naver.com/killkimno/70179867557]

Features

  • Realtime translate
  • OCR - TesseractOCR , Windows OCR, NHOcr
  • Machine translation - Naver Papago, Google Web, Google Sheet, ezTrans, DeepL
  • Language Patch with using DB
  • Multiple OCR areas
  • Img adjust

System Requirement

How to use

Basic usage

  1. After setting in the quick settings, press Trnaselate on the remote control to start translation
  2. Or Preferences tab -> Set the OCR language according to the language of the game to be translated
  3. Remote control -> Click Search and select the area where the lines appear
  4. Click Apply on MORT main form
  5. Remote control -> Real-time translation by pressing Translate

User Manual

Develop the project

Development environment

  • Visaul Studio 2019 이상
  • Tesseract OCR 5.2.0
  • NHocr 0.21

Create a build and run environment

  1. Build the project first
  2. Can't run after build. The reason is that there are no essential files required for run
  3. Unzip the latest build files into the release folder to get the required files
  1. MORT_CORE.DLL , MORT_WIN10OCR.DLL, nhocr.DLL To modify This dll, please refer to the related projects below

Related Project

ETC

Development Plans Trello

Discord

About

MORT 번역기 프로젝트 - Real-time game translator with OCR

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%
0