JSFiddle - React, Tailwind, and code Playground

by Raj Shekhar

HTML

<html>
<script>

</script>
Hello1

<input type="file" onchange="Tesseract.create({ langPath: 'tel.traineddata' }).recognize(this.files[0]).progress(function(data){console.log(data)}).then(function(data){console.log(data)})">

</html>