Преглед на файлове

solve the error of 676table

chencheng преди 1 година
родител
ревизия
469ce3d3ed
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  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)