Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
OCRValidator |
OCRValidator.containing(java.lang.String expectedText)
This method verifies that an extracted text from an image contains the specified
text.
|
OCRValidator |
OCRValidator.endingWith(java.lang.String endString)
This method verifies that an extracted text from an image ends with
the expected text.
|
OCRValidator |
OCRValidator.equalsTo(java.lang.String expectedText)
This method verifies that an extracted text from a region of an image contains
the specified text.
|
OCRValidator |
OCRValidator.matchingRegex(java.lang.String regex)
This method verifies that an extracted text from an image matches
the given regular expressiong.
|
OCRValidator |
OCRValidator.startingWith(java.lang.String startString)
This method verifies that an extracted text from an image starts with
the expected text.
|
OCRValidator |
ImageValidator.withText()
This method prepares the test system to extract text from images using OCR.
|
OCRValidator |
ImageValidator.withTextInRegion(ImageRegion inImageRegion)
This method prepares the test system to extract text from images using OCR.
|
Copyright (C) PDFUnit.com. See here for license.