https://github.com/robocorp/example-signature-match-assistant
Robocorp assistant that takes two files in and finds if they have matching signatures using Base64.ai
https://github.com/robocorp/example-signature-match-assistant
Last synced: 4 months ago
JSON representation
Robocorp assistant that takes two files in and finds if they have matching signatures using Base64.ai
- Host: GitHub
- URL: https://github.com/robocorp/example-signature-match-assistant
- Owner: robocorp
- License: apache-2.0
- Created: 2023-02-05T18:37:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T11:08:12.000Z (over 3 years ago)
- Last Synced: 2025-02-26T16:50:24.717Z (over 1 year ago)
- Language: RobotFramework
- Size: 4.1 MB
- Stars: 2
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Find similar signatures in image documents
This bot spawns an Assistant UI which asks for two images that may contain signatures.
Then it checks for and displays similar ones, including their confidence score. (levels
can be adjusted)
The two requested images are the following:
- **Query**: The image that contains signatures you want to test. (like a contract or
check -- eg. [signature-check](devdata/signatures/signature-check.png))
- **Reference**: A document you trust to have a valid signature belonging to the entity
you're checking against. (like a passport or driver license -- eg.
[signature-license](devdata/signatures/signature-license.jpg))
## Tasks
### `Check Signature Matching In Images`
Start an Assistant loop for checking similar signatures found in the provided images.
Ability to customize acceptance criteria (confidence and similarity thresholds).
*Image selection* window:

*Results* window:

## Remarks
This robot uses the [`RPA.DocumentAI.Base64AI`](https://robocorp.com/docs/libraries/rpa-framework/rpa-documentai-base64ai)
library and this requires a 3rd-party service and credentials (Vault) configuration.