This commit is contained in:
2021-09-17 18:03:47 +05:30
parent 19743356f1
commit a33ec819e7
+1 -1
View File
@@ -9,7 +9,7 @@ function ocrByServer(image) {
var data = new FormData();
data.append("image", image);
return fetch(
"/ocr",
"./ocr",
{
method: "POST",
body: data,