File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 10
10
from ocrd_cis .ocropy .recognize import OcropyRecognize
11
11
from ocrd_cis .ocropy .segment import OcropySegment
12
12
from ocrd_cis .ocropy .train import OcropyTrain
13
- from ocrd_cis .ocropy .rec import OcropyRec
14
13
15
14
16
15
@click .command ()
@@ -57,10 +56,3 @@ def ocrd_cis_ocropy_segment(*args, **kwargs):
57
56
@ocrd_cli_options
58
57
def ocrd_cis_ocropy_train (* args , ** kwargs ):
59
58
return ocrd_cli_wrap_processor (OcropyTrain , * args , ** kwargs )
60
-
61
- @click .command ()
62
- @click .option ('-f' , '--fromdir' , default = os .getcwd ())
63
- @click .option ('-t' , '--todir' , default = os .getcwd ())
64
- @click .option ('-m' , '--model' , default = 'en-default.pyrnn.gz' )
65
- def ocrd_cis_ocropy_rec (fromdir , todir , model ):
66
- return OcropyRec (fromdir , todir , model )
You can’t perform that action at this time.
0 commit comments