From 5491f511e2ffa9378de57a82e9a7416635c343ee Mon Sep 17 00:00:00 2001 From: Matthias Bisping Date: Sat, 5 Feb 2022 16:19:27 +0100 Subject: [PATCH] readme updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dac6467..ee3a5f5 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Core API functionalities can be used through a CLI. The tables parsing utility detects and segments tables into individual cells. ```bash -python scripts/annotate.py 1 --type table +python scripts/annotate.py data/test_pdf.pdf 2 --type redaction ```