Prechádzať zdrojové kódy

v3.5: edge detect and image crop for dark background.

Tinger 2 rokov pred
rodič
commit
5448f2a510
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      blues/idc.py

+ 1 - 1
blues/idc.py

@@ -109,7 +109,7 @@ class IdcView(views.MethodView):
             save_img(raw_path, images[idx])
             return Response(data=info)
         else:
-            msg = "识别失败,建议使用深色背景\n识别结果:\n" + "\n".join(err_rec)
+            msg = "识别失败,建议使用深色背景"
             return Response(msg, info)