Skip to content

Instantly share code, notes, and snippets.

@sunguru98
Created December 23, 2019 10:06
Show Gist options
  • Save sunguru98/efb24cda610334fb0fd8b364e5e7c021 to your computer and use it in GitHub Desktop.
Save sunguru98/efb24cda610334fb0fd8b364e5e7c021 to your computer and use it in GitHub Desktop.
Markdium-Build an OCR/Image Search application with MERN Stack
const Tesseract = require('tesseract.js')
Tesseract.recognize(buffer, 'eng')) // Here buffer represents the image itself
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment