Simple Node.js script to rename images based on their text using Tesseract OCR.
Install dependencies:
npm i
Then run the script with:
npm start input-folder output-folder
The script will overwrite existing files.
Simple Node.js script to rename images based on their text using Tesseract OCR.
Repository from Github https://github.comSoftwareAndOutsourcing/node-image-ocr-rename
Simple Node.js script to rename images based on their text using Tesseract OCR.
Install dependencies:
npm i
Then run the script with:
npm start input-folder output-folder
The script will overwrite existing files.
Simple Node.js script to rename images based on their text using Tesseract OCR.
MIT License