REST API OCR(Optical Character Recognition) using tesseractjs nodejs and express
run npm install
Start the server by running node app
It should log "Server listening on port 3000"
Then send a POST request with a request body
{img: "base64"} where "base64" is your image converted to base64