Skip to content

PrathameshGandule/DL_textExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DL_textExtractor

This api extracts 3 main fields from given image

  • to start the server on port 3000, execute
git clone https://github.com/PrathameshGandule/DL_textExtractor.git
cd DL_textExtractor
npm install
node app.js

vscode terminal image

  • send a POST request to localhost:3000/api/drivingLicense/upload

  • use POSTMAN client to upload the image through form-data in body

  • upload only 1 image through variable named image

  • use sample images taken from web provided in sampleImages folder

  • This tool is finetuned to extract text from Driving license from Maharashtra

  • Make sure the only image of DL is there in your image and it should be clear

postman client image

Happy Coding !!!

About

This api extracts 3 main fields from given image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors