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 34933c6 commit ae838c1Copy full SHA for ae838c1
vision/cloud-client/document_text/doctext.py
@@ -115,7 +115,6 @@ def render_doc_text(filein, fileout):
115
parser.add_argument('-out_file', help='Optional output file', default=0)
116
args = parser.parse_args()
117
118
- parser = argparse.ArgumentParser()
119
render_doc_text(args.detect_file, args.out_file)
120
# [END vision_document_text_tutorial_run_application]
121
# [END vision_document_text_tutorial]
0 commit comments