document_redaction / README.md
seanpedrickcase's picture
Initial commit
641ff3e
|
raw
history blame
930 Bytes
metadata
title: Document redaction
emoji: 🌍
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 4.27.0
app_file: app.py
pinned: false
license: mit

Introduction

Redact PDF files using image-based OCR or direct text analysis from pdfminer.six. Personal information identification performed using Microsoft Presidio.

Take an image-based or text-based PDF document and redact any personal information. 'Image analysis' will convert PDF pages to image and the identify text via OCR methods before redaction. 'Text analysis' will analyse only selectable text that exists in the original PDF before redaction. Choose 'Image analysis' if you are not sure of the type of PDF document you are working with.

WARNING: This is a beta product. It is not 100% accurate, and it will miss some personal information. It is essential that all outputs are checked by a human to ensure that all personal information has been removed.