zyc 3 年 前
コミット
cb0624eac5
1 ファイル変更2 行追加2 行削除
  1. 2 2
      utils/PaddleOCR/deploy/hubserving/ocr_system/module.py

+ 2 - 2
utils/PaddleOCR/deploy/hubserving/ocr_system/module.py

@@ -111,11 +111,11 @@ class OCRSystem:
                 text, score = rec_res[dno]
                 if score > 0.8:
                     text_list.append(text)
-                    print(text)
+                    # print(text)
                     self.getInformation(text, kwargs['invoice_type'])
 
             inv_text = ''.join(text_list)
-            print(inv_text)
+            # print(inv_text)
             self.getInformationAgain(inv_text, kwargs['invoice_type'])
             all_results.append({
                 'no': self.inv_no,