workflows.fit
Back to n8n workflows
n8n templateFreeBy Navneet Singh Arora

AI Resume Job Title Extractor with Google Gemini

AI Resume Job Title Extractor with Google Gemini Overview This n8n template demonstrates how to use Google Gemini AI to analyze a PDF resume and extract the candidate's current or most relevant job title as a clean se...

AILangchainCore NodesSticky NoteRead Write FileExtract From FileSet
Loading interactive preview...

Template notes

AI Resume Job Title Extractor with Google Gemini

Overview

This n8n template demonstrates how to use Google Gemini AI to analyze a PDF resume and extract the candidate's current or most relevant job title as a clean search string. It’s a powerful utility for anyone building automated talent pipelines, lead enrichment tools, or profile categorization systems.

🚀 How it works

File Input: The workflow begins by reading a resume (PDF) from a local storage directory via the Read/Write Files from Disk node.

Parsing: The Extract from File node handles the heavy lifting of converting the PDF binary into indexed plain text. AI Analysis: The extracted text is sent to Google Gemini. A specialized prompt instructs the model to identify the professional role and output only a single, clean search string (avoiding any conversational filler).

Data Structuring: The Set (Return) node captures the AI's output and raw text, making it ready for downstream use or for return to a parent "caller" workflow.

🎮 How to use