readme updated

This commit is contained in:
Matthias Bisping 2022-02-05 16:17:39 +01:00
parent 3d4b924426
commit d5f445b5e1

View File

@ -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 <path to pdf> 1 --type table
```
#### Detect redactions
#### Redaction Detection
The redaction detection utility detects previous redactions in PDFs (black filled rectangles).
```bash