Skip to content

Instantly share code, notes, and snippets.

@ozelfatih
Created January 15, 2017 12:55
Show Gist options
  • Save ozelfatih/9ba969613ad6120f2e8fb078b76dd9c2 to your computer and use it in GitHub Desktop.
Save ozelfatih/9ba969613ad6120f2e8fb078b76dd9c2 to your computer and use it in GitHub Desktop.
Tesseract.js çalışma mantığını görmek adına oluşturulmuş bir kod örneğidir.
Tesseract.recognize(myImage).then(function(result){
console.log(result)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment