RenameClick
Getting Started

Supported File Types

Complete list of image, document, text, and audio formats supported by RenameClick, including local speech transcription for MP3, WAV, FLAC, M4A, and AAC.

Images

FormatExtensionsNotes
JPEG.jpg, .jpeg, .jpe, .jfifCommon photo and interchange formats
PNG.pngScreenshots, graphics with transparency
GIF.gifAnimated and static images
WebP.webpModern web image format
AVIF.avifModern high-efficiency web image format
BMP.bmpBitmap images
SVG.svgVector graphics
HEIC.heicApple photo format (iPhone/iPad)
HEIF.heifHigh Efficiency Image Format
TIFF.tiff, .tifHigh-quality images, scanned documents

EXIF Metadata

Photos (especially JPEG and HEIC from cameras/phones) often contain EXIF metadata:

  • Capture date and time
  • Camera make and model
  • GPS coordinates (location)
  • Lens information
  • ISO, aperture, shutter speed

This metadata can be used in format patterns with $exif{} placeholders. See Format Patterns & EXIF.

Documents

FormatExtensionsExtraction Method
PDF.pdfText extraction; falls back to vision for scanned PDFs
Word (modern).docxText extraction via mammoth
Word (legacy).docText extraction via word-extractor
Plain Text.txtDirect UTF-8 reading
Markdown.mdDirect UTF-8 reading
CSV.csvDirect UTF-8 reading
Rich Text.rtfRTF tag stripping
OpenDocument.odtXML extraction via jszip
JSON.json, .jsonlStructured text extraction
XML & YAML.xml, .yaml, .ymlStructured text extraction
HTML.html, .htmVisible text extraction
Logs & SQL.log, .sqlDirect text reading
Subtitles.srt, .vttCaption text extraction
Calendar & Contacts.ics, .vcfStructured text extraction

How Documents Are Processed

  1. Text is extracted from the document using format-specific methods
  2. Extracted text is truncated to the text trim limit (default: 4,500 characters)
  3. Truncation strategy:
    • Head only: First N characters (default for most documents)
    • Head + Tail: First N/2 + Last N/2 characters (better for contracts with signatures)
  4. Data-heavy files (lots of numbers) use smaller limits to avoid token overflow
  5. The truncated text is sent to the AI for analysis

Scanned PDFs

If a PDF contains no extractable text (it's a scanned image):

  1. The first page is rendered as an image
  2. The image is sent to the AI's vision capabilities
  3. The AI "reads" the scanned page just like it would analyze a photo

Audio

FormatExtensionsProcessing
MP3.mp3Metadata and local speech transcription
WAV.wavMetadata and local speech transcription
FLAC.flacMetadata and local speech transcription
MPEG-4 Audio.m4aMetadata and local speech transcription
AAC/ADTS.aacMetadata and local speech transcription

Install Audio Transcription in AI & Models before processing audio. RenameClick transcribes speech on your device and uses the transcript context to suggest a smart filename. With RenameClick Local AI selected, both transcription and filename generation stay on-device.

Short recordings are analyzed in full. Longer recordings are sampled across their duration using the Analyze up to limit configured in AI & Models. The available limits run from 30 seconds to 10 minutes.

Audio smart naming is designed for recordings with intelligible speech. It is not a music-identification or acoustic-fingerprinting service. Embedded audio tags and technical metadata are also available through explicit $audio{...} format placeholders.

Unsupported Files

Files with unsupported extensions are skipped during drag & drop and folder scanning, and not counted toward batch limits.

Common unsupported formats include video files (.mp4, .mov, .mkv, .webm), other audio formats (.ogg, .opus, .aiff, .caf, .wma), archives (.zip, .rar), and executables (.exe, .app).

On this page