mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-07-26 21:00:55 -05:00
* Initial commit with old paths (will need to fix) * Fixing paths * Adding in notebook and updating documentation * Adding in WIP notebook and docs * Adding example notebook * Clearing some output to reduce file size * Linting fix v1 * Linting v2 * Add rounding to integration test to account for minor differences in real testing * Fixing typo with wrong variable name * Removing check for exact or rounded conf * Updating logic for comparing ocr_results * Minor fixes on DICOM verify code based on PR comments * Changing results and gt format from dictionary to list of dictionaries * Updating notebook * Updating docstring format * Linting fix * Changing fixture scope for mock_engine * Update docs/image-redactor/evaluating_dicom_redaction.md Co-authored-by: Omri Mendels <omri374@users.noreply.github.com> * Docstring updates * Improving efficiency of _remove_duplicate_entities * Add handling for divide by zero in recall and precision calculations * Making precision and recall calculation functions public * Moving common fixtures to conftest * PR comments Co-authored-by: Omri Mendels <omri374@users.noreply.github.com>