Click or drag to resize

IOcrStats Interface

Interface for reporting OCR job statistics.

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
public interface IOcrStats

The IOcrStats type exposes the following members.

Properties
  NameDescription
Public propertyFilesFailed
Gets the number of failed documents.
Public propertyFilesProcessed
Gets the number of successfully processed documents.
Public propertyPagesDeleted
Gets the number of pages deleted by blank page detector.
Public propertyPagesProcessed
Gets the total number of pages processed.
Public propertyPagesRotated
Gets the number of pages rotated by orientation detector.
Top
Methods
  NameDescription
Public methodAppend
Append the specified statistics to this one.
Public methodClear
Clears the OCR statistics.
Public methodFormat
Formats the OCR statistics as a multiline text string.
Top
See Also