Skip to content

Commit ddaedc2

Browse files
authored
Update README.md
1 parent 3819e30 commit ddaedc2

1 file changed

Lines changed: 8 additions & 12 deletions

File tree

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Before running the app you have to download neccessary trained models from this
1616
For now **only** 3 languages are supported for recognition. _(it's pretty easy to fix but I'm too lazy for it~)_
1717

1818
### Usage
19-
There are 3 windows.
2019

2120
#### Main window
2221
![image](https://user-images.githubusercontent.com/35491968/202778601-b45f75d3-9c20-4a54-b3b2-fe3d32d1846e.png)
@@ -30,19 +29,16 @@ The buttons mean:
3029
- `R` - Only recognize the selected area (like `T` but without translating);
3130
- `X` - Exit the app.
3231

33-
#### Translated text window
32+
Also you can manually translate the selected text by pressing `~` on your keyboard or double clicking the title of the main window.
3433

34+
#### Translated text window
35+
![image](https://user-images.githubusercontent.com/35491968/202781158-a8f7a560-5609-416a-a249-16584900cb63.png)
3536

37+
You can resize and move it however and whenever you want. You can scroll this window to see the old translated text. The original (recognized) and the translated text are displayed.
3638

37-
There is a settings window with "Threshold" setting which is one of the main settings. You have to adjust this value manually for better recognition. Read more here: https://docs.opencv.org/4.x/db/d8e/tutorial_threshold.html
39+
#### Settings window
40+
![image](https://user-images.githubusercontent.com/35491968/202781828-8079f358-c184-4a92-86fb-0d5697a158cd.png)
3841

39-
---
42+
_(yes it looks ugly and is not completely in English yet)_
4043

41-
### Описание функций
42-
###### (квадратными скобками обозначены кнопки в главном окне)
43-
#### [L] - распознать текст на последней выделенной области (функция будет убрана или доработана).
44-
#### [T] - перевести текст с выделенной области
45-
#### [R] - распознать текст с выделенной области (без перевода)
46-
#### [ X ] - выход из программы
47-
#### Двойной клик по заголовку - действия, аналогичные нажатию на [T]
48-
#### Клавиша ~ (тильда) - аналогично [T]
44+
There is the "Threshold" setting which is one of the main settings. You have to adjust this value manually for better recognition. Learn more here: https://docs.opencv.org/4.x/db/d8e/tutorial_threshold.html

0 commit comments

Comments
 (0)