We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481ab5a commit 1e85bdaCopy full SHA for 1e85bda
vision/cloud-client/crop_hints/crop_hints.py
@@ -67,7 +67,7 @@ def draw_hint(image_file):
67
vects[2].x, vects[2].y,
68
vects[3].x, vects[3].y], None, 'red')
69
im.save('output-hint.jpg', 'JPEG')
70
- print('Saved new image to output-crop.jpg')
+ print('Saved new image to output-hint.jpg')
71
# [END vision_crop_hints_tutorial_draw_crop_hints]
72
73
0 commit comments