Procházet zdrojové kódy

solve the error of 676table

chencheng před 1 rokem
rodič
revize
469ce3d3ed
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 3 2
      server.py

+ 3 - 2
server.py

@@ -180,8 +180,9 @@ def table(image: TableInfo):
     if table.check_html():
         res, html = table_res(table.img)
         cv2.imwrite('table-out.jpg', table.img)
-    # print(table.total)
-    # print(table.empty)
+    print(table.html_arr)
+    print(table.total)
+    print(table.empty)
 
     if html:
         post_hander = PostHandler(html)