AutoSkew
AutoSkew()
Enables the automatic image skew correction.
public static PreprocessingFilter AutoSkew()
Return Value
AutoSkewFilter object.
See Also
- class PreprocessingFilter
- namespace Aspose.OCR.Models.PreprocessingFilters
- assembly Aspose.OCR
AutoSkew(Rectangle)
Enables the automatic image part skew correction.
public static PreprocessingFilter AutoSkew(Rectangle area)
Parameter | Type | Description |
---|---|---|
area | Rectangle | Coordinates of the part of the image to be corrected. |
Return Value
AutoSkewFilter object.
See Also
- class PreprocessingFilter
- namespace Aspose.OCR.Models.PreprocessingFilters
- assembly Aspose.OCR