IOcrStats Interface |
Namespace: Opait.Ocr.Api
public interface IOcrStats
The IOcrStats type exposes the following members.
Name | Description | |
---|---|---|
FilesFailed |
Gets the number of failed documents.
| |
FilesProcessed |
Gets the number of successfully processed documents.
| |
PagesDeleted |
Gets the number of pages deleted by blank page detector.
| |
PagesProcessed |
Gets the total number of pages processed.
| |
PagesRotated |
Gets the number of pages rotated by orientation detector.
|
Name | Description | |
---|---|---|
Append |
Append the specified statistics to this one.
| |
Clear |
Clears the OCR statistics.
| |
Format |
Formats the OCR statistics as a multiline text string.
|