Skip to content

Instantly share code, notes, and snippets.

@DELAGREEN
Created January 1, 2024 16:21
Show Gist options
  • Select an option

  • Save DELAGREEN/b89175baac4bad69f1ddd6036fb22f15 to your computer and use it in GitHub Desktop.

Select an option

Save DELAGREEN/b89175baac4bad69f1ddd6036fb22f15 to your computer and use it in GitHub Desktop.
tesseract_teacheng
Создание файла с разметкой
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
@krakozyabra5
Copy link

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment