ds-EkaCare commited on
Commit
e83dc6e
·
verified ·
1 Parent(s): 444252f

Add positioning intro: image redaction, CPU-light, Indian context, pluggable OCR

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -7,6 +7,15 @@ tags: [pii, redaction, document-ai]
7
 
8
  # document-pii-redactor model weights
9
 
 
 
 
 
 
 
 
 
 
10
  Single repo holding the models used by the document-pii-redactor GitHub repo
11
  (https://github.com/eka-care/document-pii-redactor), organized by modality. You
12
  can use the document-pii-redactor repo directly to use these models — it has
 
7
 
8
  # document-pii-redactor model weights
9
 
10
+ Most PII redactors stop at plain text. These models power
11
+ [document-pii-redactor](https://github.com/eka-care/document-pii-redactor),
12
+ which also redacts **document images** and is light enough to deploy on
13
+ **CPU**. They are trained to understand **Indian names, documents, and
14
+ contexts**, and the text model works across **Indian languages**. The
15
+ image pipeline defaults to **Tesseract OCR** to keep memory low — and any
16
+ OCR (Textract, Google Vision, …) plugs straight in for even better
17
+ redaction accuracy.
18
+
19
  Single repo holding the models used by the document-pii-redactor GitHub repo
20
  (https://github.com/eka-care/document-pii-redactor), organized by modality. You
21
  can use the document-pii-redactor repo directly to use these models — it has