Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
sadra-barikbin committed Dec 16, 2023
2 parents b53b463 + 36e348a commit dda6436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kraken/blla.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down
2 changes: 1 addition & 1 deletion kraken/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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.
"""
Expand Down

0 comments on commit dda6436

Please sign in to comment.