Skip to content

Commit ed3b66e

Browse files
Robert Sachunskyfinkf
authored andcommitted
fix 4a1d2e3
1 parent 1c21be1 commit ed3b66e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ocrd_cis/ocropy/cli.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from ocrd_cis.ocropy.recognize import OcropyRecognize
1111
from ocrd_cis.ocropy.segment import OcropySegment
1212
from ocrd_cis.ocropy.train import OcropyTrain
13-
from ocrd_cis.ocropy.rec import OcropyRec
1413

1514

1615
@click.command()
@@ -57,10 +56,3 @@ def ocrd_cis_ocropy_segment(*args, **kwargs):
5756
@ocrd_cli_options
5857
def ocrd_cis_ocropy_train(*args, **kwargs):
5958
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)

0 commit comments

Comments
 (0)