Content-aware batch renaming without regex

Your files already know what they are
Renomee turns that into clean filenames

PDF titles, photo metadata, audio tags — Renomee reads the details already embedded in your files.
Describe your naming rules in natural language, and Renomee automatically extracts file content and batch renames them.
Supports regular expressions, OCR recognition, and metadata extraction — but you don't need to learn any syntax.

"Generate meaningful filenames from file content"
SCAN_2024_001.pdf
Waiting...
invoice_20240511.pdf
Waiting...
IMG_8829.jpg
Waiting...
Track_01.mp3
Waiting...
📁 Ready - 4 files pending
What makes it different

Four Core Capabilities

Most rename tools can only rewrite text that's already there. Renomee can read the file, understand your instruction, and rename the whole batch.

01
AI Content Extraction

AI batch extracts file content
Auto-generates meaningful filenames

This is Renomee's core batch renaming capability: AI automatically opens each file and extracts key information. 500 PDF papers — AI reads titles and authors, then batch renames them; 1000 photos — OCR recognizes text in images, then batch names them. 100x smarter than traditional file renaming tools.

📄
PDF title extraction
Opens PDFs and extracts title and author information from the first page. Scanned PDFs automatically use OCR to recognize text. Supports files up to 50MB.
📷
Photo OCR recognition
Screenshots, scans, ID photos — AI directly recognizes text in images for naming. Also supports extracting EXIF data (date taken, camera model, GPS).
🎵
Audio tag reading
MP3/FLAC files have built-in ID3 tags storing artist, album, and track number. Renomee reads these tags and renames files in your preferred format.
📊
Office document parsing
Word extracts document title or first paragraph, Excel extracts sheet names. "Classify by sheet name" "Extract party name from contract" — all extract real content.
💬
AI replaces regular expressions
"Rename by date taken and add sequence" "Replace spaces with underscores" "Only process PDFs over 1MB" — AI deeply analyzes your batch rename needs and converts them to precise rules, no need to learn regex syntax
🎯
Complex rule generation
"Extract party name from first paragraph of contract" "Format music library as Artist - Song Title" — AI understands complex semantic requirements and executes them
🔍
Conditional filtering support
"Skip files before 2024" "Only rename JPG format" — flexibly combine multiple conditions to precisely control processing scope
🔄
Multi-turn optimization
Not satisfied with results? Just say "adjust it again". Extracted content is cached, so adjusting naming rules doesn't require rereading files
02
Natural Language Renaming

Replace regular expressions
Describe batch rename rules in plain English

Traditional batch rename tools require learning regular expression syntax. Renomee uses AI to replace regex. "Rename by date taken and add sequence" "Replace spaces with underscores" — describe it in English, AI understands and executes batch renaming. Supports both traditional regex syntax and natural language input.

03
Batch Rename Basics

Common batch renaming features
Prefix · Suffix · Number · Date

Basic features any batch rename tool has: add prefix/suffix, auto-numbering, insert date/time, case conversion — Renomee is more flexible with AI assistance. "Add today's date before the filename" "Sort by modified date and add sequence" — describe in natural language, batch process thousands of files at once.

📝
Batch add prefix/suffix
Uniformly add text to the beginning or end of filenames, like "ProjectA_" or "_backup", supports batch processing
🔢
Batch auto-numbering
Add sequence numbers in order, supports custom starting number, digits, and separator, maintains order during batch renaming
📅
Batch insert date/time
Batch add current date or file modified time, supports custom formats (YYYYMMDD, YYYY-MM-DD, etc.)
🔤
Batch case conversion
All uppercase, all lowercase, title case — one-click batch convert filename formats
📷
Photos: EXIF data
Use date taken, camera model, lens details, GPS, ISO, aperture, and shutter speed in the filename.
🎵
Audio: ID3 tags
Pull artist, album, track number, year, genre, duration, and bitrate from the file itself.
📄
Office: document properties
Use fields like title, author, subject, created date, and modified date from Word and Excel files.
🎬
Video: embedded metadata
Read resolution, duration, frame rate, codec, and created time to keep video archives organized.
04
Metadata Batch Rename

Extract EXIF / ID3 for batch rename
Rename using embedded file metadata

Photos, audio, and Office documents already carry rich metadata. Professional batch renaming software should be able to read this information directly — Renomee automatically extracts EXIF, ID3 tags, and document properties to batch rename thousands of files at once.

30+ Formats, 7 File Categories

🏠 Local = your files stay on your computer · ☁️ OCR = requires upload only with your permission

Type
Format
Size Limit
Method
Key Fields
PDF
.pdf
≤ 50MB
🏠 Local / ☁️ OCR
Title, author, body text, sections, page count
Word
.docx
≤ 50MB
🏠 Local
Title, body text, sections
Excel/CSV
.xlsx .xls .csv
≤ 50MB
🏠 Local
Sheet names, column headers, row count
Images
.jpg .png .heic .webp .tiff
Unlimited
🏠 EXIF / ☁️ OCR
Date taken, camera, settings, GPS, resolution
Audio
.mp3 .flac .wav .aac .ogg .m4a .wma
Unlimited
🏠 Local
Title, artist, album, year, duration, bitrate
Video
.mp4 .mkv .webm .avi .mov .m4v
Unlimited
🏠 Local
Resolution, duration, frame rate, codec
Text
.txt .md .log .json .xml + 30 more
≤ 10MB
🏠 Local
Text content, Markdown headings, JSON keys
Privacy note: PDF, Word, Excel, photo EXIF, and audio tags are all read locally on your device. Only OCR for scanned PDFs or images needs a server request, and Renomee asks for permission before doing that.

Built for Real Workflows

Different people get buried in different kinds of file chaos. Here are a few of the workflows Renomee is built for.

📚

Academic Researcher

A folder full of downloaded papers with meaningless filenames. You know the paper is in there somewhere, but you have to open half of them to find it.

"Rename by PDF title and author"
Before
downloaded_paper_v3.pdf
After
Deep_Learning_Image_Recognition_Zhang_2024.pdf
📷

Photographer

Thousands of client photos need to be sorted by shoot date and sequence. Doing it by hand takes too long and mistakes are easy to make.

"Rename by date taken and sequence"
Before
IMG_4829.jpg
After
20240315_Wedding_Ceremony_001.jpg
💼

Legal / Finance

Contracts and scanned invoices need to be filed by vendor and date, but opening them one by one just to identify them is painfully slow.

"Read invoice content and rename by vendor and date"
Before
scan001.pdf
After
Sales_Contract_PartyA_PartyB_20240316.pdf
🎵

Music Enthusiast

Your music folder is full of track01.mp3 files, broken tags, and messy names. Even your player can't make sense of it.

"Format as Artist - Song Title"
Before
track01.mp3
After
Jay_Chou - Sunny_Day.mp3
🎨

Designer

Client project files pile up fast, and the filenames end up looking like final_v3_really_final.psd. Good luck figuring out which version is actually the latest.

"Sort by modified date, add version number"
Before
final_really_final_v3.psd
After
20240316_ClientA_Homepage_Design_v03.psd
💻

Developer

Logs, exports, and generated files keep piling up. Adding dates and cleaning up names by hand is repetitive work nobody wants to do.

"Add modified date prefix, all lowercase"
Before
app.log
After
20240316_app.log

Examples You Can Actually Use

These are the kinds of instructions real users give Renomee. You can copy them, tweak them, or type your own.

Add Prefix
"Add today's date before the filename"
Add Suffix
"Add _final after the filename"
Remove Characters
"Remove spaces from the filename"
Replace Characters
"Replace spaces with underscores"
Case Conversion
"Convert the filename to lowercase"
Conditional Filtering
"Only rename files larger than 1MB"
Sequence Sorting
"Sort by modified date and add sequence numbers"
PDF Content
"Rename by PDF title and author"
Photo EXIF
"Rename by date taken and camera model"
Audio Tags
"Format as Artist - Song Title"
Excel Content
"Rename by the first worksheet name"
OCR Recognition
"Read the invoice and extract the amount and date"

Not sure how to phrase it? Just describe the result you want in plain English. Renomee can usually figure out the rest.

Built to Handle Large Batches

Renomee is designed to stay responsive even when you're processing a lot of files at once.

< 5 sec
Small files
1,000+ files
30-60 sec
Medium-sized files
50 files at 5MB each
60-120 sec
Large files
20 files at 30-50MB each
2-5 min
OCR-heavy jobs
100 files with OCR
20 free uses / day · No signup required

Download it and try it on a real batch

You get 20 free uses every day, which is usually enough to clean up a folder and see if it fits your workflow. If it does, top up later. If not, you've lost nothing.

See Pricing