Open burkaslarry opened 7 years ago
Sir
I work for receipt scanning , using your Tesseract-OCR-iOS , 4.0.0 . When I go to using multiple tessdata for scanning multiple languages , importing these traindata as below ;
var tesseract = G8Tesseract(language: "eng", engineMode: .tesseractOnly)
viewDidLoad () { tesseract?.language = "eng+chi_tra+chi_sim"
}
it goes to the error :
actual_tessdata_numentries <= TESSDATA_NUM_ENTRIES:Error:Assert failed:in file ../../ccutil/tessdatamanager.cpp
how multiple language features should be initialised in this case ?
It seems that 4.0.0 isn't yet supported, see #343. Use 3.04/3.05
Sir
I work for receipt scanning , using your Tesseract-OCR-iOS , 4.0.0 . When I go to using multiple tessdata for scanning multiple languages , importing these traindata as below ;
viewDidLoad () { tesseract?.language = "eng+chi_tra+chi_sim"
}
it goes to the error :
actual_tessdata_numentries <= TESSDATA_NUM_ENTRIES:Error:Assert failed:in file ../../ccutil/tessdatamanager.cpp
how multiple language features should be initialised in this case ?