Skip to content

Commit 611646a

Browse files
committed
[feat] enable non max suppression redact privateai
1 parent 47abea7 commit 611646a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

edenai_apis/apis/privateai/privateai_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def ocr__anonymization_async__launch_job(
7373
"entity_detection": {
7474
"accuracy": "high" if not is_multilingual else "high_multilingual",
7575
"return_entity": True,
76+
"enable_non_max_suppression": True,
7677
**entity_detection_params,
7778
},
7879
}

0 commit comments

Comments
 (0)