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