Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 271 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 271 Bytes

Node Image OCR Rename

Simple Node.js script to rename images based on their text using Tesseract OCR.

Install

Install dependencies:

npm i

Usage

Then run the script with:

npm start input-folder output-folder

The script will overwrite existing files.