|
@@ -130,8 +130,8 @@ if __name__ == '__main__':
|
|
|
#
|
|
|
# app.run(host='0.0.0.0', port=port, threaded=False, debug=False)
|
|
|
# log("OCR running")
|
|
|
- # file_path = "C:/Users/Administrator/Desktop/error1.png"
|
|
|
- file_path = "1.png"
|
|
|
+ file_path = "C:/Users/Administrator/Desktop/error1.png"
|
|
|
+ # file_path = "1.png"
|
|
|
|
|
|
with open(file_path, "rb") as f:
|
|
|
file_bytes = f.read()
|