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 1625f81 commit 24306d5Copy full SHA for 24306d5
vision/cloud-client/detect/detect.py
@@ -34,7 +34,6 @@
34
"""
35
36
import argparse
37
-import re
38
39
40
# [START vision_face_detection]
@@ -674,6 +673,7 @@ def detect_document_uri(uri):
674
673
# [START vision_text_detection_pdf_gcs]
675
def async_detect_document(gcs_source_uri, gcs_destination_uri):
676
"""OCR with PDF/TIFF as source files on GCS"""
+ import re
677
from google.cloud import vision
678
from google.cloud import storage
679
from google.protobuf import json_format
0 commit comments