From 7ceb534fa2e5cf2fe70a55a206b6170852dafeb0 Mon Sep 17 00:00:00 2001 From: Matthias Bisping Date: Sat, 5 Feb 2022 20:31:13 +0100 Subject: [PATCH] readme updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60fd801..45de78b 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ The below image shows a parsed table, where each table cell has been detected in The redaction detection utility detects previous redactions in PDFs (filled black rectangles). ```bash -python scripts/annotate.py 0 --type redaction +python scripts/annotate.py data/test_pdf.pdf 2 --type redaction ``` The below image shows the detected redactions with green outlines.