回答編集履歴
1
追記
answer
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
`symbols`内の`boundingBox`の座標値を取得すればよいかと思います。
|
2
|
+
参考:[AnnotateImageResponse](https://cloud.google.com/vision/docs/reference/rest/v1/AnnotateImageResponse)
|
2
3
|
```Python
|
3
4
|
import json
|
4
5
|
from PIL import Image, ImageDraw
|