Merge pull request #319 from Suyash458/fix-#298

[MRG] add -strip to cli docs
pull/2/head
Vinayak Mehta 2019-05-08 12:14:18 -04:00 committed by GitHub
commit a1b85d2c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ You can print the help for the interface by typing ``camelot --help`` in your fa
-split, --split_text Split text that spans across multiple cells. -split, --split_text Split text that spans across multiple cells.
-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.
-strip, --strip_text Characters that should be stripped from a
string before assigning it to a cell.
-M, --margins <FLOAT FLOAT FLOAT>... -M, --margins <FLOAT FLOAT FLOAT>...
PDFMiner char_margin, line_margin and PDFMiner char_margin, line_margin and
word_margin. word_margin.