Skip to content

Commit

Permalink
remove v2 tool facility
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Aug 30, 2024
1 parent 43c600f commit 32b2e9c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 19 deletions.
2 changes: 0 additions & 2 deletions ocrd_kraken/binarize.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
from ocrd_models.ocrd_page import AlternativeImageType, OcrdPage, to_xml
from ocrd_modelfactory import page_from_file

from ocrd_kraken.config import OCRD_TOOL


class KrakenBinarize(Processor):

Expand Down
10 changes: 0 additions & 10 deletions ocrd_kraken/cli.py

This file was deleted.

5 changes: 0 additions & 5 deletions ocrd_kraken/config.py

This file was deleted.

3 changes: 1 addition & 2 deletions ocrd_kraken/recognize.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

from ocrd import Processor
from ocrd_utils import (
getLogger,
coordinates_of_segment,
coordinates_for_segment,
bbox_from_polygon,
Expand All @@ -32,13 +31,13 @@
WordType,
GlyphType,
CoordsType,
to_xml
)
from ocrd_models.ocrd_page_generateds import (
ReadingDirectionSimpleType,
TextLineOrderSimpleType
)


class KrakenRecognize(Processor):

@property
Expand Down

0 comments on commit 32b2e9c

Please sign in to comment.