Skip to content

huynh268/gcp-text-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This directory contains a practice of text detection using Google Cloud Vison API based on https://cloud.google.com/vision/docs/fulltext-annotations.

Setup

$ pip install -r requirements.txt

Run

1. Authentication: running locally Google Cloud SDK

$ gcloud auth application-default login

The browser will open the new window to verify the account.

2. Activate Virtualenv

$ Source env/bin/activate

3. Run doxtext.py

$ python doctext.py orc.jpg -out_file out.jpg

4. Result:

ocr

out

About

Text detection using Google Cloud Vison API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages