parent
7e5804f87d
commit
d834faeac8
|
|
@ -33,7 +33,7 @@ camelot methods:
|
||||||
lattice Looks for lines between data.
|
lattice Looks for lines between data.
|
||||||
stream Looks for spaces between data.
|
stream Looks for spaces between data.
|
||||||
|
|
||||||
See 'camelot <method> -h' for more information on a specific method.
|
See 'camelot <method> -h' for more information on a specific method.
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ See 'camelot <method> -h' for more information on a specific method.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
lattice_doc = """
|
lattice_doc = """
|
||||||
Lattice method looks for lines between data to form a table.
|
Lattice method looks for lines between text to form a table.
|
||||||
|
|
||||||
usage:
|
usage:
|
||||||
camelot lattice [options] [--] <file>
|
camelot lattice [options] [--] <file>
|
||||||
|
|
@ -58,7 +58,7 @@ options:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
stream_doc = """
|
stream_doc = """
|
||||||
Stream method looks for spaces between data to form a table.
|
Stream method looks for whitespaces between text to form a table.
|
||||||
|
|
||||||
usage:
|
usage:
|
||||||
camelot stream [options] [--] <file>
|
camelot stream [options] [--] <file>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue