Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
seanpedrickcase
/
document_redaction
like
5
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6ac4be4
document_redaction
/
tools
3 contributors
History:
75 commits
seanpedrickcase
Greatly improved regex for direct matching with custom entities
6ac4be4
2 months ago
__init__.py
Safe
0 Bytes
Initial commit
11 months ago
auth.py
2.65 kB
Allowed for Cognito login in situations where client secret is not provided
3 months ago
aws_functions.py
Safe
7.37 kB
Fixed issue where redactions were sometimes not removing text underneath boxes. You can now redact in different colours from review page
3 months ago
aws_textract.py
Safe
11.8 kB
Fix bug to identify all handwriting labels. Now only concatenates entity_type boxes if they have different labels.
2 months ago
cli_redact.py
Safe
4.73 kB
Allowed for overwriting of default output folder in choose_and_run_redactor function.
4 months ago
custom_csvlogger.py
Safe
6.65 kB
Created custom csvlogger to try to overcome AWS Lambda's incompatibility with multithread locks
4 months ago
custom_image_analyser_engine.py
Safe
39.6 kB
Greatly improved regex for direct matching with custom entities
2 months ago
data_anonymise.py
Safe
20.9 kB
Added support for AWS Comprehend for PII identification. OCR and detection results now written to main output
5 months ago
file_conversion.py
33.2 kB
Uploaded pdfs with review files will now include all pages that don't have redactions. Slightly improved deny list matching.
2 months ago
file_redaction.py
Safe
100 kB
Greatly improved regex for direct matching with custom entities
2 months ago
helper_functions.py
Safe
11.8 kB
Refactor redaction functionality and enhance UI components: Added support for custom recognizers and whole page redaction options. Updated file handling to include new dropdowns for entity selection and improved dataframes for entity management. Enhanced the annotator with better state management and UI responsiveness. Cleaned up redundant code and improved overall performance in the redaction process.
3 months ago
load_spacy_model_custom_recognisers.py
Safe
6.69 kB
Greatly improved regex for direct matching with custom entities
2 months ago
presidio_analyzer_custom.py
Safe
4.94 kB
Added support for AWS Comprehend for PII identification. OCR and detection results now written to main output
5 months ago
redaction_review.py
13.9 kB
Fixed bug where pages suggested for whole redaction are one lower than requested
2 months ago