Free ocr online is website where you can get the text from your pdf or your photos and just copy the text
- React for frontend
- NodeJs backend with express library
- Azure Web Services, computer vision
Use the package manager npm to install the packages.
cd backend
npm install
And also where you need to create .env file where you can put your key and endpoint from azure web services for computer vision
cd ocr
npm install
cd ./ocr
npm start
cd ./backend
npm start
- Just drag and drop your pdf/photo and press the clipboard button to copy your text
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.