Tesseract-OCR-iOS icon indicating copy to clipboard operation
Tesseract-OCR-iOS copied to clipboard

Multiple language support ?

Open burkaslarry opened this issue 7 years ago • 1 comments

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 ;

screen shot 2017-10-11 at 11 15 54 am
var tesseract = G8Tesseract(language: "eng", engineMode: .tesseractOnly)

viewDidLoad () { tesseract?.language = "eng+chi_tra+chi_sim"

}

it goes to the error :

actual_tessdata_num_entries_ <= TESSDATA_NUM_ENTRIES:Error:Assert failed:in file ../../ccutil/tessdatamanager.cpp

how multiple language features should be initialised in this case ?

burkaslarry avatar Oct 11 '17 03:10 burkaslarry

It seems that 4.0.0 isn't yet supported, see #343. Use 3.04/3.05

raisen avatar Nov 02 '17 08:11 raisen