| Package | Description | 
|---|---|
| com.pdfunit | 
 This is the main package for testing PDF documents. 
 | 
| com.pdfunit.validators | 
 Classes implementing validations on specific topics of PDF. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static Rotation | 
Constants.DEGREES_180
Rotation for images. 
 | 
static Rotation | 
Constants.DEGREES_270
Rotation for images. 
 | 
static Rotation | 
Constants.DEGREES_90
Rotation for images. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Rotation | 
Rotation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static Rotation[] | 
Rotation.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Rotation | 
OCRValidator.getRotation()  | 
| Modifier and Type | Method and Description | 
|---|---|
ImageValidator | 
ImageValidator.rotatedBy(Rotation rotation)  | 
| Constructor and Description | 
|---|
OCRValidator(java.util.Collection<com.pdfunit.internal.spi.IImage> extractedImagesAllPages,
            Rotation rotation,
            FlipDirection flipDirection,
            ImageRegion imageRegion,
            ImageValidator backreference)  | 
OCRValidator(java.util.Collection<com.pdfunit.internal.spi.IImage> extractedImagesAllPages,
            Rotation rotation,
            FlipDirection flipDirection,
            ImageValidator backreference)  | 
Copyright (C) PDFUnit.com. See here for license.