Skip to content
/ DetectText Public

Connect with 3 Cloud providers for detecting text from images

Notifications You must be signed in to change notification settings

xke/DetectText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detect Text

Connect with 3 Cloud providers for detecting text from images. Choose the best default provider based on your use cases.

Most of the source code is contained within this file: https://github.com/xke/DetectText/blob/master/index.js.

Fully using this code requires having accounts for Amazon Web Services, Google Cloud Platform, and Microsoft Azure. It also requires having access keys for Google Cloud Vision, Azure Computer Vision, and AWS Rekognition on the corresponding platforms. In this example, additional features for image archiving and email sending are implemented with AWS S3 and SES. The Amazon access keys must have permission to write to an S3 bucket of your choosing, and to send email via SES.

To try it on your machine:

  • Reference config.example.json to create a file config.json that contains your access keys etc.
  • npm install
  • npm start
  • Go to http://localhost:5555 and upload an image

You can also watch a demo and code walkthrough within this ~1 hour video course: http://bit.ly/xianke-linkedin-learning.

About

Connect with 3 Cloud providers for detecting text from images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published