Hi,
I am performing a test with Aspose.OCR on a good quality 400 dpi B/W scanned image, but not getting any usefull results at all. Am I doing something wrong? My test image is attached and I used the code below for the test:
// Initialize an instance of OcrEngine
OcrEngine ocrEngine = new OcrEngine();
// Set the Image property by loading the image from file path location or an instance of MemoryStream
ocrEngine.Image = ImageStream.FromFile(“1.tif”);
// Process the image
if (ocrEngine.Process())
{
// Display the recognized text
Console.WriteLine(ocrEngine.Text);
}
The result I am getting is: ]’}i’I’’][’][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][’
'
][][][d e r l
Also the processing time was more then a full minute for this single page, is this normal?