🎨 Improve boot

This commit is contained in:
Daniel 2023-06-16 09:18:44 +08:00
parent dfb5be0679
commit 200499aad4
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 5 additions and 4 deletions

View file

@ -129,7 +129,7 @@ func Tesseract(imgAbsPath string) string {
return ret
}
func initTesseract() {
func InitTesseract() {
ver := getTesseractVer()
if "" == ver {
return