Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support additional information about ROIs #8

Open
xtrojak opened this issue Oct 18, 2023 · 2 comments
Open

Support additional information about ROIs #8

xtrojak opened this issue Oct 18, 2023 · 2 comments

Comments

@xtrojak
Copy link
Collaborator

xtrojak commented Oct 18, 2023

While we cannot influence how the AI algorithm identifies textual content, using multiple services has its advantages. There are often cases when only one out of three services identifies a string correctly, but the other two might out-vote it. However, if we knew something more about the expected content, such as the expected set of words or whether we are expecting a number (of what length), this could help to assign "weights" to individual results.

This needs to be support also on the specification side (in annotation step).

@xtrojak
Copy link
Collaborator Author

xtrojak commented Oct 23, 2023

Perhaps difflib.get_close_matches can be used to choose the most similar word from a set of words.

@xtrojak
Copy link
Collaborator Author

xtrojak commented Nov 8, 2023

Implemented Digits in #33.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant