質問編集履歴
2
他前提追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -13,7 +13,8 @@
|
|
13
13
|
|
14
14
|
|
15
15
|
<書いたコード>
|
16
|
+
windowsで実施
|
16
|
-
python
|
17
|
+
python3系
|
17
18
|
|
18
19
|
```
|
19
20
|
def text_detection(image_path):
|
1
他前提追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -43,4 +43,11 @@
|
|
43
43
|
with open("result.json", "w") as js:
|
44
44
|
js.write(res_text)
|
45
45
|
|
46
|
-
以上、対策がわかればご教示いただければ幸いです。
|
46
|
+
以上、対策がわかればご教示いただければ幸いです。
|
47
|
+
|
48
|
+
なお、
|
49
|
+
import requests
|
50
|
+
import json
|
51
|
+
import base64
|
52
|
+
|
53
|
+
およびAPIキーは記述している前提です。
|