ImageTransformer

Stateless utility for geometric image transformations (rotations, flips) used to correct image orientation before OCR processing.

Types

Link copied to clipboard

Defines the possible image transformations that can be applied to correct image orientation.

Functions

Link copied to clipboard

Applies a rotation angle (0, 90, 180, 270) to the given image.

Link copied to clipboard

Rotates the image 180 degrees.

Link copied to clipboard

Rotates the image 270 degrees clockwise.

Link copied to clipboard

Rotates the image 90 degrees clockwise.

Link copied to clipboard

Transforms an image using the specified transformation type.