asked on January 15, 2014
Hi
Seeking to apply ocr pdf documents, reviewing ocrengine have the sdk Laserfiche
but it only works with images, this ocrengine works with pdfs? as I can get the text of pdfs?.
This the code I'm using.
OcrEngine motorOcr = OcrEngine.LoadEngine();
motorOcr.AutoOrient = true;
motorOcr.Decolumnize = true;
motorOcr.OptimizationMode = OcrOptimizationMode.Accuracy;
motorOcr.Run(Document.GetDocumentInfo(Convert.ToInt32(id), varSession));
thanks.
0
0