Skip to content

Commit 3381cc2

Browse files
authored
Add -v for INFO level logging to the example use of extract_tables (#108)
1 parent 862391a commit 3381cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ downloading this dataset and extracting it into a directory named ``data`` and
150150
then running the command below. Double check that the paths in the command
151151
match wherever you have downloaded the data::
152152

153-
$ extract_tables --train-pdf data/paleo/ml/train.pdf.list.paleo.not.scanned --gt-train data/paleo/ml/gt.train --test-pdf data/paleo/ml/test.pdf.list.paleo.not.scanned --gt-test data/paleo/ml/gt.test --datapath data/paleo/documents/ --model-path data/model.pkl
153+
$ extract_tables -v --train-pdf data/paleo/ml/train.pdf.list.paleo.not.scanned --gt-train data/paleo/ml/gt.train --test-pdf data/paleo/ml/test.pdf.list.paleo.not.scanned --gt-test data/paleo/ml/gt.test --datapath data/paleo/documents/ --model-path data/model.pkl
154154

155155
The resulting model of this example command would be saved as
156156
``data/model.pkl``.

0 commit comments

Comments
 (0)