Created
January 1, 2024 16:21
-
-
Save DELAGREEN/b89175baac4bad69f1ddd6036fb22f15 to your computer and use it in GitHub Desktop.
tesseract_teacheng
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Создание файла с разметкой | |
| D:\REP\projects\drawing_text_recognition\tesseract\tesseract.exe D:\REP\projects\drawing_text_recognition\teatch_img\1.png testfile --psm 6 -l rus+eng lstmbox | |
| после этого размертку можно поправить при необходимости | |
| Создание тренировочной БД | |
| D:\REP\projects\drawing_text_recognition\tesseract\tesseract.exe D:\REP\projects\drawing_text_recognition\teatch_img\1.png testfile.box --psm 6 -l rus+eng lstm.train |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks