Explorar o código

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

Tinger %!s(int64=2) %!d(string=hai) anos
pai
achega
5448f2a510
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)