From 628146a41b7578c60b8f570d922b6d77b3b8ea1c Mon Sep 17 00:00:00 2001 From: shenleban tongying Date: Mon, 7 Aug 2023 07:58:32 -0400 Subject: [PATCH] Update ocr.md --- website/docs/howto/ocr.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/website/docs/howto/ocr.md b/website/docs/howto/ocr.md index bba02de6..8d5967ad 100644 --- a/website/docs/howto/ocr.md +++ b/website/docs/howto/ocr.md @@ -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 Win+Q 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.