From 38cf63d9755b5b59b3044aa1976f8902ab06b3a1 Mon Sep 17 00:00:00 2001 From: xiaoyifang <105986+xiaoyifang@users.noreply.github.com> Date: Thu, 3 Feb 2022 18:09:06 +0800 Subject: [PATCH] Update How to use ocr together with GoldenDict.md --- howto/How to use ocr together with GoldenDict.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/howto/How to use ocr together with GoldenDict.md b/howto/How to use ocr together with GoldenDict.md index 17ec24ce..59ec4e8c 100644 --- a/howto/How to use ocr together with GoldenDict.md +++ b/howto/How to use ocr together with GoldenDict.md @@ -5,7 +5,9 @@ the technique used there is old and can not work crossplatform . with the help of another great tool [Capture2Text](https://sourceforge.net/projects/capture2text/) ,GoldenDict can work with ocr seamlessly. # Note -Capture2Text has offered Windows precompiled executable files.I think it would be easier and possible to make it work on Linux as some afforts have tried. +Capture2Text has offered Windows precompiled executable files.I have ported it to Linux https://github.com/xiaoyifang/Capture2Text + +Thanks to: - [Capture2Text Linux Port](https://github.com/GSam/Capture2Text ) - [another on nixos](https://github.com/sikmir/nur-packages/blob/7c876e3fb20160781207a8f652fb052647e6da0d/pkgs/misc/capture2text/default.nix) from [sikmir](https://github.com/goldendict/goldendict/issues/1445#issuecomment-1022972220)