Skip to content
Snippets Groups Projects
Commit 7d2b68c3 authored by Luis Salamanca's avatar Luis Salamanca
Browse files

solving problems when calling from notebook

parent 3737288f
No related branches found
No related tags found
No related merge requests found
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
...@@ -175,8 +175,6 @@ def plot_labelled_boxes(img,label_textlines, list_allcoords_textlines, thick_l = ...@@ -175,8 +175,6 @@ def plot_labelled_boxes(img,label_textlines, list_allcoords_textlines, thick_l =
'2nd column', 'Text in header', 'Not Identified'] '2nd column', 'Text in header', 'Not Identified']
colors = ['red', 'blue', 'black', 'green', 'magenta', 'cyan', 'yellow', color_nid] colors = ['red', 'blue', 'black', 'green', 'magenta', 'cyan', 'yellow', color_nid]
return img_boxes, groups, colors return img_boxes, groups, colors
def plot_margins(img, side_margins, topb_margins, gap_line = 2, thick_l = 6): def plot_margins(img, side_margins, topb_margins, gap_line = 2, thick_l = 6):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment