Community

ABBYY OCR Does not recognize FRENCH characters

Hi, I can't manage to make FineReader engine recognize the french accent characters :

loader = new FREngine.InprocLoader();

engine = loader.InitializeEngine("XXXXXXXXXXXXXXXXXX");

IRecognizerParams rp = engine.CreateRecognizerParams();

rp.SetPredefinedTextLanguage("French");

document = engine.CreateFRDocumentFromImage(@"D:\test.pdf");

document.Process();

document.Export(@"D:\test.docx", FREngine.FileExportFormatEnum.FEF_DOCX, null);

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.