From cd66e2f5b2b79aa65bf10cb6da90a37a95355b0f Mon Sep 17 00:00:00 2001 From: denis Date: Thu, 21 May 2026 08:21:14 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20bash/image=5Fto=5Ftext.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash/image_to_text.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bash/image_to_text.md diff --git a/bash/image_to_text.md b/bash/image_to_text.md new file mode 100644 index 0000000..a6da43c --- /dev/null +++ b/bash/image_to_text.md @@ -0,0 +1,8 @@ + +# Конвертирование изобаржений в текст + +```bash + +for i in dd.txt-??.png; do tesseract "$i" "text-$i" -l eng; done + +``` \ No newline at end of file