Package | Description |
---|---|
com.pdfunit |
This is the main package for testing PDF documents.
|
com.pdfunit.filter.image |
Classes to operate with regions of an image.
|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
abstract ImageRegion |
FlipDirection.flip(com.pdfunit.internal.spi.IImage actualImage,
ImageRegion imageRegion) |
ImageRegion |
Rotation.rotate(com.pdfunit.internal.spi.IImage image,
ImageRegion imageRegion) |
Modifier and Type | Method and Description |
---|---|
abstract ImageRegion |
FlipDirection.flip(com.pdfunit.internal.spi.IImage actualImage,
ImageRegion imageRegion) |
ImageRegion |
Rotation.rotate(com.pdfunit.internal.spi.IImage image,
ImageRegion imageRegion) |
Modifier and Type | Method and Description |
---|---|
ImageRegion |
ImageRegion.getFlippedHorizontally() |
ImageRegion |
ImageRegion.getFlippedVertically() |
ImageRegion |
ImageRegion.getRotated90() |
Modifier and Type | Method and Description |
---|---|
ImageRegion |
OCRValidator.getImageRegion() |
Modifier and Type | Method and Description |
---|---|
BarcodeValidator |
ImageValidator.withBarcodeInRegion(ImageRegion imageRegion)
This method prepares the test system to extract text from bar code images as
well as from QR code images.
|
BarcodeValidator |
ImageValidator.withQRCodeInRegion(ImageRegion imageRegion)
This method prepares the test system to extract text from QR code images as
well as from bar code images.
|
OCRValidator |
ImageValidator.withTextInRegion(ImageRegion inImageRegion)
This method prepares the test system to extract text from images using OCR.
|
Constructor and Description |
---|
BarcodeValidator(java.util.Collection<com.pdfunit.internal.spi.IImage> extractedImagesAllPages,
ImageRegion imageRegion,
ImageValidator backreference) |
OCRValidator(java.util.Collection<com.pdfunit.internal.spi.IImage> extractedImagesAllPages,
Rotation rotation,
FlipDirection flipDirection,
ImageRegion imageRegion,
ImageValidator backreference) |
Copyright (C) PDFUnit.com. See here for license.