Click or drag to resize

OcrFactory Class

Static factory methods for creating OCR interfaces.
Inheritance Hierarchy
SystemObject
  Opait.Ocr.ApiOcrFactory

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
public static class OcrFactory

The OcrFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateProcessor
Creates a new instance of then OCR processor class.
Public methodStatic memberLoadProject
Load a project from XML file.
Public methodStatic memberProcessFileAsync
Processes a specific source file into a specified destination file.
Public methodStatic memberProcessJobAsync
Processes a specific job once against its watched folder.
Public methodStatic memberProcessProjectAsync
Processes a specific project once against its watched folders.
Top
See Also