Aspose.OCR for .NET -


商业软件
Windows
C#

软件简介

Aspose.OCR for .NET 是一个光学识别组件,可在 ASP .NET 的 Web 应用、Web 服务和应用程序中增加 OCR
功能,提供了简单的类用来控制识别任务,支持 BMP 和 TIFF。

示例代码:

INotifier processorPage = Notifier.Page();
processorPage.Elapsed += delegate 
 {
 totalPages++;};
ocrEngine.AddNotifier(processorPage);