From d5f445b5e198018a6db5ba6ff947c16bff49753c Mon Sep 17 00:00:00 2001 From: Matthias Bisping Date: Sat, 5 Feb 2022 16:17:39 +0100 Subject: [PATCH] readme updated --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c0b947..82d0664 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,13 @@ redaction_contours = find_redactions(page) ``` +### As a CLI tool -### Example outputs from demo script: +Core API functionalities can be used through a CLI. -#### Table parsing +#### Table Parsing The tables parsing utility detects and segments tables into individual cells. ```bash @@ -53,7 +54,7 @@ python scripts/annotate.py 1 --type table ``` -#### Detect redactions +#### Redaction Detection The redaction detection utility detects previous redactions in PDFs (black filled rectangles). ```bash