CalculateSkew

AsposeOcr.CalculateSkew method

Calculates the skew angles of an images. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF, stream, folder, arrays, archives.

public List<SkewOutput> CalculateSkew(OcrInput images)
ParameterTypeDescription
imagesOcrInputThe container with sources.OcrInput

Return Value

List of skew angles in degrees SkewOutput.

See Also