I copied a code from StackOverflow to read text from a base64 of an image:
let base64 = req.body.toString("base64"); let imageBuffer = Buffer.from(b