Skip to content

Commit

Permalink
Readme 주 언어 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
killkimno committed May 9, 2023
1 parent 70b6052 commit 8c21043
Showing 1 changed file with 42 additions and 35 deletions.
77 changes: 42 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,51 +17,58 @@ Sample video

# MORT #

MORT는 OCR을 이용해 화면상에 나온 대사를 추출 , DB나 기계번역을 이용해 번역본을 출력해주는 프로그램입니다.
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.

[최신 버전 다운로드 및 릴리즈 노트 - https://blog.naver.com/killkimno/70179867557]
[Latest version download and release notes - https://blog.naver.com/killkimno/70179867557]

## 지원 기능 ##
* 실시간 번역
## Features ##
* Realtime translate
* OCR - TesseractOCR , Windows OCR, NHOcr
* 번역기 - 네이버 파파고, 구글 웹, 구글 시트, 이지트랜스, 딥플
* DB를 이용한 준한글화
* 다중 OCR 영역
* 이미지 보정
* 실시간 번역

## 요구 사항 ##
* 윈도우 10 이상
* 64비트 OS
* 넷 프레임 워크 4.7.2 이상
* 필요 재배포 패키지 Visual Studio 2022 Visual C++ (x64) - vcredist_x64.exe
* Machine translation - Naver Papago, Google Web, Google Sheet, ezTrans, DeepL
* Language Patch with using DB
* Multiple OCR areas
* Img adjust

## System Requirement ##
* Windows 10 or higer
* 64bit os
* Net Framework 4.7.2 or higer
* Visual Studio 2022 Visual C++ (x64) - vcredist_x64.exe
- https://aka.ms/vs/17/release/vc_redist.x64.exe
## 사용법 ##
#### 기본 사용법 ####
1. 빠른설정에서 설정을 한 후 리모컨에서 Trnaslate를 눌러 번역 시작
2. 또는 기본설정 탭 -> OCR 언어를 번역할 게임의 언어에 맞춰 설정
3. 리모컨 -> Search 클릭 후 대사가 나오는 영역 선택
4. MORT 메인 폼에서 적용 클릭
5. 리모컨 -> Translate를 눌러 실시간 번역
#### 사용자 메뉴얼 링크 ####


## 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 ####

* https://blog.naver.com/killkimno/221904784013


## 프로젝트 개발하기 ##
### 개발 환경 ###
## Develop the project
### Development environment ###

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

### 빌드 및 실행 환경 만들기 ###
1. 프로젝트를 먼저 빌드합니다
2. 실행하면 에러가 뜹니다. 이유는 실행에 필요한 필수 파일이 없기 때문입니다
3. 필수 파일을 받기 위해 최신 빌드 파일을 릴리즈 폴더에 압축을 풉니다
### 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
- https://drive.google.com/drive/folders/0BxO-Nrmd-kR7dVp5TWpMQ09jMFU?resourcekey=0-bx6_8OEv3WAGzz9Au9fxNg
4. DLL 폴더의 MORT_CORE.DLL , MORT_WIN10OCR.DLL, nhocr.DLL 을 수정할려면 아래 관련된 프로젝트를 참고하시기 바랍니다
### 관련 프로젝트 ###
4. MORT_CORE.DLL , MORT_WIN10OCR.DLL, nhocr.DLL To modify This dll, please refer to the related projects below

### Related Project ###

* MORT Core - MORT_CORE_DLL
- https://github.com/killkimno/MORT_CORE
Expand All @@ -72,10 +79,10 @@ MORT는 OCR을 이용해 화면상에 나온 대사를 추출 , DB나 기계번
* MORT NHocr - nhocr.DLL
- https://github.com/killkimno/MORT_NHOCR

## 그 외 ##
### 개발 상황 트렐로 ###
## ETC ##
### Development Plans Trello ###

- https://trello.com/b/gPa1EL5x/mort

### 문의 디스코드 ###
### Discord ###
- [Discord](https://discord.com/invite/ha5yNy9) ![Discord Badge](https://discord.com/api/guilds/742743719958151298/widget.png?style=shield)

0 comments on commit 8c21043

Please sign in to comment.