Sample video
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]
- 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
- Windows 10 or higer
- 64bit os
- Net Framework 4.7.2 or higer
- Visual Studio 2022 Visual C++ (x64) - vcredist_x64.exe
- After setting in the quick settings, press Trnaselate on the remote control to start translation
- Or Preferences tab -> Set the OCR language according to the language of the game to be translated
- Remote control -> Click Search and select the area where the lines appear
- Click Apply on MORT main form
- Remote control -> Real-time translation by pressing Translate
- Visaul Studio 2019 이상
- Tesseract OCR 5.2.0
- NHocr 0.21
- Build the project first
- Can't run after build. The reason is that there are no essential files required for run
- Unzip the latest build files into the release folder to get the required files
- MORT_CORE.DLL , MORT_WIN10OCR.DLL, nhocr.DLL To modify This dll, please refer to the related projects below
-
MORT Core - MORT_CORE_DLL
-
MORT Win OCR - MORT_WIN10OCR.DLL
-
MORT NHocr - nhocr.DLL