| 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 FlipDirection | 
Constants.HORIZONTALLY
Flipping direction for images. 
 | 
static FlipDirection | 
Constants.VERTICALLY
Flipping direction for images. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static FlipDirection | 
FlipDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static FlipDirection[] | 
FlipDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FlipDirection | 
OCRValidator.getFlipDirection()  | 
| Modifier and Type | Method and Description | 
|---|---|
ImageValidator | 
ImageValidator.flipped(FlipDirection flipDirection)  | 
| 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.