Add better table detection image

pull/2/head
Vinayak Mehta 2018-09-12 02:29:25 +05:30
parent dc533e73e2
commit 094be1a1dd
2 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ def plot_geometry(filepath, pages='1', mesh=False, geometry_type=None, **kwargs)
for img, table_bbox in geometry.images:
for t in table_bbox.keys():
cv2.rectangle(img, (t[0], t[1]),
(t[2], t[3]), (255, 0, 0), 3)
(t[2], t[3]), (255, 0, 0), 20)
plt.imshow(img)
plt.show()
elif geometry_type == 'joint':

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB