Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
The OCRAnalysisResults type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Contrast |
Gets whether the contrast filter is recommended. Can be added manually
using AddContrast(Int32) method.
|
![]() | Deskew |
Gets whether the deskew filter is recommended. Can be added manually
using AddDeskew method.
|
![]() | Dilate |
Gets whether the dilate filter is recommended. Can be added manually
using AddDilate method.
|
![]() | GammaCorrection |
Gets whether the gamma correction filter is recommended. Can be added manually
using AddGammaCorrection(Double) method.
|
![]() | Grayscale |
Gets whether the deskew filter is recommended. Can be added manually
using AddGrayscale method.
|
![]() | Median |
Gets whether the median filter is recommended. Can be added manually
using AddMedian method.
|
![]() | RemoveHorizontalLines |
Gets whether the horizontal lines remover is recommended. Can be added manually
using AddHorizontalLinesRemover method.
|
![]() | RemoveVerticalLines |
Gets whether the vertical lines remover is recommended. Can be added manually
using AddVerticalLinesRemover method.
|
See Also