You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resume Genie: The Next-Gen Resume Builder Software using Tesseract OCR engine is a free and open source resume builder that’s built to make the tiresome tasks of creating, updating and sharing your resume easy.
Used Technologies: Tesseract.js - is a javascript library that gets words in almost any language out of images, useCallback - is a React Hook that lets you cache a function definition between re-renders.
The project demonstrates the use of tesseract.js in recognizing image text, translating it with google translate API (without any API key) and placing it on the original image dynamically. Written in vanilla JS!
A Visiting Card reader which can read a visiting card and extract all the details from it like name, company, address. Option for correction of the details is also provided. Built using vanilla javascript, express, tailwind