|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Extracts all signatures from a given PDF document or text.
VerificationFilterParameters| Method Summary | |
List |
extractSignatureHolders(PdfDataSource pdf,
List blocks,
VerificationFilterParameters parameters)
Extracts the signatures from the given PDF. |
List |
extractSignaturHolders(TextDataSource text,
VerificationFilterParameters parameters)
Extracts the text signatures from the given free-text. |
| Method Detail |
public List extractSignatureHolders(PdfDataSource pdf,
List blocks,
VerificationFilterParameters parameters)
throws VerificationFilterException
pdf - The PDF.blocks - The List of Incremental Update blocks. Usually this comes from a
preprocessing step.parameters - The algorithm parameters.
VerificationFilterException - Thrown if something goes wrong.
public List extractSignaturHolders(TextDataSource text,
VerificationFilterParameters parameters)
throws VerificationFilterException
text - The free-text.parameters - The algorithm parameters.
VerificationFilterException - Thrown if something goes wrong.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||