pdfOCR 4.0.0 API
|
Rotation information may be stored in image metadata. More...
Public Member Functions |
|
ImageData | ApplyRotation (ImageData imageData) |
Apply rotation to image data. More... |
|
Rotation information may be stored in image metadata.
Rotation information may be stored in image metadata. For OCR and adding image to document that rotation should be applied to the image, so that it is actually rotated, not via metadata properties. Interface ia responsible for extracting rotation from metadata and applying in to the image.
ImageData iText.Pdfocr.IImageRotationHandler.ApplyRotation | ( | ImageData | imageData | ) |
Apply rotation to image data.
Apply rotation to image data. If image is not rotated - does nothing.
imageData | to apply rotation to |
Implemented in iText.Pdfocr.Tesseract4.LeptonicaImageRotationHandler.