Skip to content

Web Service (REST API) that serves endpoints for functionality related to an Optical Character Recognition (OCR).

Notifications You must be signed in to change notification settings

gopoma/clases-chrome-puppeteer

 
 

Repository files navigation

ocr-scraper

Web Service (REST API) that serves endpoints for functionality related to an Optical Character Recognition (OCR). Developed with Node.js and Puppeteer. A showcase of a Front End's implementation could be found at: https://dni-scraper.vercel.app/

Getting Started

In a terminal, install all the dependencies by executing the following command:

make install

Finally, run the development server:

make dev

or a production based server:

make prod

About

Web Service (REST API) that serves endpoints for functionality related to an Optical Character Recognition (OCR).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.8%
  • Dockerfile 12.0%
  • Makefile 2.2%