Skip to content

Application to extracts text from image using AWS Rekognition service

Notifications You must be signed in to change notification settings

daniel-oliveiravas/image-text-extractor-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Text Extractor Service

Application to extract text from images using AWS Rekognition service

Run

npm run dev

Usage

curl -X POST --data-binary @filepath http://localhost:8080/api/v0/image/extract -H 'Content-Type: image/jpeg';

Response format

Check out the 'Response Syntax section' in Rekognition's documentation https://docs.aws.amazon.com/rekognition/latest/dg/API_DetectText.html

About

Application to extracts text from image using AWS Rekognition service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published