QualityAssessmentForOcrOperation class
Note: This is a technology preview feature. The functionality will be improved and completed in future versions.
An operation for image quality assessment for OCR. Use the apply method of the ImageOperation interface to apply the operation to the image.
abstract static class IImagingCoreAPI.QualityAssessmentForOcrOperation {
public Point[] DocumentBoundary;
public QualityAssessmentForOcrBlock[] qualityAssessmentForOcrBlocks;
}
Properties
Name | Type | Description |
---|---|---|
DocumentBoundary | Point[] | [in, optional] Document boundary defined by the four vertex points of the bounding quadrangle. The vertices are indexed clockwise starting from the bottom left. |
qualityAssessmentForOcrBlocks | QualityAssessmentForOcrBlock[] | [out] The quality assessment blocks. |
02.03.2022 12:59:15