From 220d6ad29cfd290a0f16696e8c450d08d76e02e7 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Mon, 29 Oct 2018 01:03:36 +0530 Subject: [PATCH] Fix cli doc --- docs/user/cli.rst | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/user/cli.rst b/docs/user/cli.rst index 0dd677c..384b985 100644 --- a/docs/user/cli.rst +++ b/docs/user/cli.rst @@ -9,28 +9,28 @@ You can print the help for the interface by typing ``camelot --help`` in your fa :: -Usage: camelot [OPTIONS] COMMAND [ARGS]... + Usage: camelot [OPTIONS] COMMAND [ARGS]... - Camelot: PDF Table Extraction for Humans + Camelot: PDF Table Extraction for Humans -Options: - --version Show the version and exit. - -p, --pages TEXT Comma-separated page numbers. Example: 1,3,4 - or 1,4-end. - -pw, --password TEXT Password for decryption. - -o, --output TEXT Output file path. - -f, --format [csv|json|excel|html] - Output file format. - -z, --zip Create ZIP archive. - -split, --split_text Split text that spans across multiple cells. - -flag, --flag_size Flag text based on font size. Useful to - detect super/subscripts. - -M, --margins ... - PDFMiner char_margin, line_margin and - word_margin. - -q, --quiet Suppress warnings. - --help Show this message and exit. + Options: + --version Show the version and exit. + -p, --pages TEXT Comma-separated page numbers. Example: 1,3,4 + or 1,4-end. + -pw, --password TEXT Password for decryption. + -o, --output TEXT Output file path. + -f, --format [csv|json|excel|html] + Output file format. + -z, --zip Create ZIP archive. + -split, --split_text Split text that spans across multiple cells. + -flag, --flag_size Flag text based on font size. Useful to + detect super/subscripts. + -M, --margins ... + PDFMiner char_margin, line_margin and + word_margin. + -q, --quiet Suppress warnings. + --help Show this message and exit. -Commands: - lattice Use lines between text to parse the table. - stream Use spaces between text to parse the table. + Commands: + lattice Use lines between text to parse the table. + stream Use spaces between text to parse the table.