An open API service indexing awesome lists of open source software.

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

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:
![Image selection](devdata/screens/image-selection.png)

*Results* window:
![Results](devdata/screens/results.png)

## 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.