Hello, I would like to use OCR with polish language. According to infos, I downloaded additional language file pack, unzipped it and copied file "polish" into my application directory. Than I use the following code (it's almost exact copy from help file):
sLanguageFile := 'polish'; if FileExists(IncludeTrailingPathDelimiter(ExtractFilePath(Application.ExeName)) + sLanguageFile) = False then raise Exception.create('Language file not found: ' + sLanguageFile); OCR := IEVisionLib.createOCR(sLanguageFile);
There's no error by compilation and no error while running. Just nothing happens (OCR is not processed). With the standard value: IEVisionLib.createOCR(OCR_English_Language) OCR works correctly, but of course without recognition of our special language characters.
i registered ImageEn for recive trial version for test this pack i need 1 language file for example for change if work this file then purchasing this pleas send to me 1 language file for example tnx