Aspose.OCRfor.NET是一个光学识别组件,可在ASP.NET的Web应用、Web服务和应用程序中增加OCR功能,提供了简单的类用来控制识别任务,支持BMP和TIFF。
示例代码:
INotifierprocessorPage=Notifier.Page();processorPage.Elapsed+=delegate{totalPages++;};ocrEngine.AddNotifier(processorPage);Aspose.OCRfor.NET是一个光学识别组件,可在ASP.NET的Web应用、Web服务和应用程序中增加OCR功能,提供了简单的类用来控制识别任务,支持BMP和TIFF。
示例代码:
INotifierprocessorPage=Notifier.Page();processorPage.Elapsed+=delegate{totalPages++;};ocrEngine.AddNotifier(processorPage);
评论