Update README

pull/2/head
Vinayak Mehta 2016-10-18 18:27:24 +05:30
parent 5c6a74fb2a
commit ed44d603f5
2 changed files with 13 additions and 7 deletions

View File

@ -37,9 +37,12 @@ options:
-W, --wmargin <wmargin> Word margin. Insert blank spaces between chars -W, --wmargin <wmargin> Word margin. Insert blank spaces between chars
if distance between words is greater than word if distance between words is greater than word
margin. [default: 0.1] margin. [default: 0.1]
-S, --print-stats List stats on the parsing process. -J, --split_text Split text lines if they span across multiple cells.
-T, --save-stats Save stats to a file. -K, --flag_size Flag substring if its size differs from the whole string.
-X, --plot <dist> Plot distributions. (page,all,rc) Useful for super and subscripts.
-X, --print-stats List stats on the parsing process.
-Y, --save-stats Save stats to a file.
-Z, --plot <dist> Plot distributions. (page,all,rc)
camelot methods: camelot methods:
lattice Looks for lines between data. lattice Looks for lines between data.

View File

@ -69,15 +69,18 @@ Camelot comes with a CLI where you can specify page numbers, output format, outp
-l, --log Log to file. -l, --log Log to file.
-o, --output <directory> Output directory. -o, --output <directory> Output directory.
-M, --cmargin <cmargin> Char margin. Chars closer than cmargin are -M, --cmargin <cmargin> Char margin. Chars closer than cmargin are
grouped together to form a word. [default: 2.0] grouped together to form a word. [default: 1.0]
-L, --lmargin <lmargin> Line margin. Lines closer than lmargin are -L, --lmargin <lmargin> Line margin. Lines closer than lmargin are
grouped together to form a textbox. [default: 0.5] grouped together to form a textbox. [default: 0.5]
-W, --wmargin <wmargin> Word margin. Insert blank spaces between chars -W, --wmargin <wmargin> Word margin. Insert blank spaces between chars
if distance between words is greater than word if distance between words is greater than word
margin. [default: 0.1] margin. [default: 0.1]
-S, --print-stats List stats on the parsing process. -J, --split_text Split text lines if they span across multiple cells.
-T, --save-stats Save stats to a file. -K, --flag_size Flag substring if its size differs from the whole string.
-X, --plot <dist> Plot distributions. (page,all,rc) Useful for super and subscripts.
-X, --print-stats List stats on the parsing process.
-Y, --save-stats Save stats to a file.
-Z, --plot <dist> Plot distributions. (page,all,rc)
camelot methods: camelot methods:
lattice Looks for lines between data. lattice Looks for lines between data.