Skip to content

Commit

Permalink
Update blla.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sadra-barikbin committed Jan 2, 2024
1 parent 91f6a6d commit a3ef836
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit a3ef836

Please sign in to comment.