From d3d68f814b1f29d2d3a0802444e64b5f23bd53ee Mon Sep 17 00:00:00 2001 From: Sadra Barikbin Date: Tue, 12 Dec 2023 10:12:00 +0330 Subject: [PATCH 1/2] Update containers.py --- kraken/containers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kraken/containers.py b/kraken/containers.py index 587ff1124..794f26c6e 100644 --- a/kraken/containers.py +++ b/kraken/containers.py @@ -26,7 +26,7 @@ class ProcessingStep: Attributes: id: Unique identifier - category: Category of processing step that has been performat. + category: Category of processing step that has been performed. description: Natural-language description of the process. settings: Dict describing the parameters of the processing step. """ From 0cb624402ccf106ab70f3452abe9b2756807382c Mon Sep 17 00:00:00 2001 From: Sadra Barikbin Date: Tue, 12 Dec 2023 10:14:35 +0330 Subject: [PATCH 2/2] Update blla.py --- kraken/blla.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kraken/blla.py b/kraken/blla.py index 050a2abb7..260ea6559 100644 --- a/kraken/blla.py +++ b/kraken/blla.py @@ -286,7 +286,7 @@ def segment(im: PIL.Image.Image, :force: 'lines': [ - {'baseline': [[x0, y0], [x1, y1], ..., [x_n, y_n]], 'boundary': [[x0, y0, x1, y1], ... [x_m, y_m]]}, + {'baseline': [[x0, y0], [x1, y1], ..., [x_n, y_n]], 'boundary': [[x0, y0], [x1, y1], ... [x_m, y_m]]}, {'baseline': [[x0, ...]], 'boundary': [[x0, ...]]} ] 'regions': [