Добавить bash/image_to_text.md
This commit is contained in:
8
bash/image_to_text.md
Normal file
8
bash/image_to_text.md
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
# Конвертирование изобаржений в текст
|
||||
|
||||
```bash
|
||||
|
||||
for i in dd.txt-??.png; do tesseract "$i" "text-$i" -l eng; done
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user