Hi Shanqing and Nikhil,
Sincere thanks for suggestions.I shall try out what Nikhil has shared, My major concern is "
real time OCR" on non-GPU machines ( normal laptops)and I am interested in language models. Yes I already checked MNIST model for digit recognition but it wasn't my requirement.
Already I use tesseract.js for the word recognition on images created from video[screen-sharing] captured using webrtc and drawn on canvas but recognition is considerably slow ~30 sec( after removing noise, adding contrast and upscaling image to 3x of screen size,still sometimes miss desired word) but this is not real time. Will Tensorflow.js help me in making it in real time recognition ? As tesseract.js is quite old and no significant changes are done in recent years but Tensorflow.js is quite new( last month) and must be supporting latest version of required technologies. I am using electron 1.7, just adding for better picture.
Please let me know if i was unable to make clear picture of my problem.