Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
seanpedrickcase
/
document_redaction
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7c7fd7c
document_redaction
/
tools
3 contributors
History:
55 commits
seanpedrickcase
Removed default custom header values so as not to cause errors
7f5a542
3 months ago
__init__.py
Safe
0 Bytes
Initial commit
10 months ago
auth.py
Safe
1.64 kB
Included entrypoint.sh
3 months ago
aws_functions.py
Safe
7.31 kB
Added option for running redact function through CLI (i.e. not going through Gradio UI or API). Test functions for running this through AWS Lambda.
3 months ago
aws_textract.py
Safe
9.62 kB
Only shows AWS options when AWS functions enabled. Can now upload previous review files to continue review later. Some review debugging.
3 months ago
cli_redact.py
Safe
4.73 kB
Allowed for overwriting of default output folder in choose_and_run_redactor function.
3 months ago
custom_csvlogger.py
Safe
6.65 kB
Created custom csvlogger to try to overcome AWS Lambda's incompatibility with multithread locks
3 months ago
custom_image_analyser_engine.py
Safe
38.9 kB
Only shows AWS options when AWS functions enabled. Can now upload previous review files to continue review later. Some review debugging.
3 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
3 months ago
file_conversion.py
Safe
17.4 kB
Added option for running redact function through CLI (i.e. not going through Gradio UI or API). Test functions for running this through AWS Lambda.
3 months ago
file_redaction.py
Safe
89.4 kB
Allowed for overwriting of default output folder in choose_and_run_redactor function.
3 months ago
helper_functions.py
Safe
11.6 kB
Removed default custom header values so as not to cause errors
3 months ago
load_spacy_model_custom_recognisers.py
Safe
6.07 kB
Comprehend now uses custom spacy recognisers on top of defaults. Added zoom functionality to annotator. Fixed some pdf mediabox issues and redacted image output issues.
3 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
3 months ago
redaction_review.py
Safe
8.01 kB
Added option for running redact function through CLI (i.e. not going through Gradio UI or API). Test functions for running this through AWS Lambda.
3 months ago