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

Put org in ignore as it has many FPs #1200

Merged
merged 4 commits into from
Oct 31, 2023
Merged

Conversation

omri374
Copy link
Contributor

@omri374 omri374 commented Oct 31, 2023

Revert the addition of ORG entities as they emit too many false positives.

Note: The docker based e2e tests are failing as they use the analyzer in PyPI and not the one based on this branch.

@omri374 omri374 requested review from SharonHart and navalev October 31, 2023 21:46
@@ -5,7 +5,7 @@
def test_given_image_then_text_entities_are_recognized_correctly(image_analyzer_engine):
# Image with PII entities
image = get_resource_image("ocr_test.png")
analyzer_results = image_analyzer_engine.analyze(image)
analyzer_results = image_analyzer_engine.analyze(image, score_threshold=0.4)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is due to the change making case insensitive a default choice.

@omri374 omri374 merged commit 22619f3 into main Oct 31, 2023
@omri374 omri374 deleted the omri/put_org_in_ignorelist branch October 31, 2023 21:48
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

Successfully merging this pull request may close these issues.

1 participant