8000 move import re [(#2303)](https://github.com/GoogleCloudPlatform/pytho… · busunkim96/python-vision@0e645b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e645b6

Browse files
dizcologynnegrey
authored andcommitted
1 parent 5c2af34 commit 0e645b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/detect/detect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"""
3535

3636
import argparse
37-
import re
3837

3938

4039
# [START vision_face_detection]
@@ -674,6 +673,7 @@ def detect_document_uri(uri):
674673
# [START vision_text_detection_pdf_gcs]
675674
def async_detect_document(gcs_source_uri, gcs_destination_uri):
676675
"""OCR with PDF/TIFF as source files on GCS"""
676+
import re
677677
from google.cloud import vision
678678
from google.cloud import storage
679679
from google.protobuf import json_format

0 commit comments

Comments
 (0)
0