Text Recognition Web App In Javascript | letsbug
Today we are making a text recognition web app with javascript . So in this app what we will do is that when you open it you will see it asks you for camera permission so you allow it. Then you see you face on the screen. Now you hold a book or something which has some text on it. And when the text is perfectly aligned on the screen you can click anywhere on the screen. Then it will scan it and display the text on the screen and it will also speak those text for you. Now to make it happen we need some special thing like 'tesseract.js' . Tesseract js is a javascript library that will help us make this work. Basically it's the backbone of the app. And to make things a little bit simpler we are using vite to make this javascript app. Vite is a javascript module bundler like webpack if you have used it then you can say vite is faster alternative to webpack. Text Recognition App In Javascript ...