|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FoundBlock | |
---|---|
at.knowcenter.wag.egov.egiz.framework | |
at.knowcenter.wag.egov.egiz.pdf |
Uses of FoundBlock in at.knowcenter.wag.egov.egiz.framework |
---|
Methods in at.knowcenter.wag.egov.egiz.framework with parameters of type FoundBlock | |
---|---|
boolean |
FoundBlock.isSemanticallyEqual(FoundBlock other_block)
Tells, if this block is semantically equal to the other block. |
boolean |
FoundBlock.isStrictlySemanticallyEqual(FoundBlock other_block)
Tells, if this block is strictly semantically equal to the other block. |
Uses of FoundBlock in at.knowcenter.wag.egov.egiz.pdf |
---|
Methods in at.knowcenter.wag.egov.egiz.pdf that return FoundBlock | |
---|---|
static FoundBlock |
AbsoluteTextSignature.chooseMostPossibleBlock(List found_blocks)
Chooses the most possible (best choice) block of the list of blocks. |
static FoundBlock |
AbsoluteTextSignature.findLatestBlock(String text)
Finds the latest signature block for a given text. |
Methods in at.knowcenter.wag.egov.egiz.pdf with parameters of type FoundBlock | |
---|---|
static void |
AbsoluteTextSignature.checkBlockIntegrity(String text,
FoundBlock found_block)
Checks the integrity of a found block. |
static SignatureObject |
AbsoluteTextSignature.createSignatureObjectFromFoundBlock(String text,
FoundBlock found_block)
Creates a SignatureObject from a found block by extracting the corresponding values. |
static String |
AbsoluteTextSignature.cutOutBlock(String text,
FoundBlock block)
Cuts out the given found block from the text. |
static EGIZDate |
AbsoluteTextSignature.getDateFromFoundBlock(String text,
FoundBlock found_block)
Parses the EGIZDate from a found block and the given text. |
static String |
AbsoluteTextSignature.getDateValue(String text,
FoundBlock block)
Returns the value of the date field as String. |
protected static boolean |
AbsoluteTextSignature.isHorizontallyEqual(FoundBlock fb0,
FoundBlock fb1)
|
protected static boolean |
AbsoluteTextSignature.isHorizontallyLarger(FoundBlock fb0,
FoundBlock fb1)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |