readme updated
This commit is contained in:
parent
3d4b924426
commit
d5f445b5e1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user