mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Update ocr.md
This commit is contained in:
parent
ce4656eda5
commit
628146a41b
|
@ -2,11 +2,7 @@
|
|||
|
||||
GoldenDict offered a functionality to translate the word under cursor on Windows in the past, but the technique used there is old and does not work crossplatformly.
|
||||
|
||||
However, any OCR program that allow you to set "after capturing action" can be easily used in conjunction with GoldenDict.
|
||||
|
||||
## Capture2Text release
|
||||
|
||||
[Capture2Text Download](https://github.com/xiaoyifang/Capture2Text/releases/tag/prerelease-20220806)
|
||||
However, any OCR program that allows you to set "after capturing action" can be easily used in conjunction with GoldenDict.
|
||||
|
||||
A few examples are provided below, but there are many options:
|
||||
|
||||
|
@ -16,6 +12,8 @@ Capture2Text can call executable after capturing, and you can set the executable
|
|||
|
||||
Detailed usage document: [Capture2Text](https://capture2text.sourceforge.net/)
|
||||
|
||||
[Capture2Text Download](https://github.com/xiaoyifang/Capture2Text/releases/tag/prerelease-20220806)
|
||||
|
||||
For example, change the Output action `Call Executable` to `path_to_the_GD_executable\GoldenDict.exe "${capture}"`
|
||||
|
||||
Then press <kbd>Win+Q</kbd> and select a region. After capturing a word, Capture2Text will forward the word to GoldenDict. If GoldenDict's scanpopup is enabled, it will show up.
|
||||
|
|
Loading…
Reference in a new issue