diff --git a/camelot/plotting.py b/camelot/plotting.py index 99365b1..7a94b53 100644 --- a/camelot/plotting.py +++ b/camelot/plotting.py @@ -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': diff --git a/docs/benchmark/agstat/agstat-table-detection-camelot.png b/docs/benchmark/agstat/agstat-table-detection-camelot.png index 38bf911..9752a1b 100755 Binary files a/docs/benchmark/agstat/agstat-table-detection-camelot.png and b/docs/benchmark/agstat/agstat-table-detection-camelot.png differ