CalculateSkew
CalculateSkew(MemoryStream)
Calculates the skew angle of an image.
public float CalculateSkew(MemoryStream stream)
Parameter | Type | Description |
---|---|---|
stream | MemoryStream | Memory stream containing the image. |
Return Value
Skew angle in degrees.
See Also
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR
CalculateSkew(string)
Calculates the skew angle of an image.
public float CalculateSkew(string fullPath)
Parameter | Type | Description |
---|---|---|
fullPath | String | Full path to the image. |
Return Value
Skew angle in degrees.
See Also
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR