add `-strip` to cli docs
parent
934065ada6
commit
3ac9318300
|
|
@ -24,6 +24,7 @@ You can print the help for the interface by typing ``camelot --help`` in your fa
|
||||||
Output file format.
|
Output file format.
|
||||||
-z, --zip Create ZIP archive.
|
-z, --zip Create ZIP archive.
|
||||||
-split, --split_text Split text that spans across multiple cells.
|
-split, --split_text Split text that spans across multiple cells.
|
||||||
|
-strip, --strip_text Characters that should be stripped from a string before assigning it to a cell.
|
||||||
-flag, --flag_size Flag text based on font size. Useful to
|
-flag, --flag_size Flag text based on font size. Useful to
|
||||||
detect super/subscripts.
|
detect super/subscripts.
|
||||||
-M, --margins <FLOAT FLOAT FLOAT>...
|
-M, --margins <FLOAT FLOAT FLOAT>...
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue