Description
Parse candidate resumes using Multimodal LLMs to detect hidden prompts and assess qualifications β fully automated with AI
π Automate the screening of resumes by converting PDFs into images and feeding them into vision-enabled LLMs like Gemini or GPT-4. Perfect for detecting malicious prompts or validating candidate fit
π§ What Problem Does It Solve?
Traditional resume screening can be gamed by candidates inserting invisible prompts to manipulate AI-based ATS systems. This workflow prevents that by converting resumes into images and parsing them visually using a Multimodal AI. It offers automated and trustworthy evaluation of
π Candidate qualifications
π Hidden prompt detection
π Resume formatting issues
π Role-based suitability
βοΈ How It Works
π₯ Downloads candidate CV from Google Drive
π§Ύ Converts PDF to image using Stirling PDF API
πΌοΈ Resizes the image to optimize LLM performance
π§ Sends the image to a Multimodal LLM (e.g., Gemini 1.5 Pro or GPT-4 Vision)
π Returns structured JSON with qualification status and reasoning
β
Routes qualified candidates to the next stage
β¨ Key Features
π Works with Google Drive-synced resumes
π§ Utilizes vision-enabled LLMs (Gemini / GPT-4)
π Detects βhidden promptsβ in resumes
π Outputs structured data like is_qualified and reason
π Easily replaceable trigger (Webhook, Email, ATS)
π οΈ Built-in image resizing for speed & clarity
π§° What You Need
β
Google Drive access for resume intake
β
Stirling PDF (self-hosted preferred for privacy)
β
Multimodal LLM access (Gemini or GPT-4 Vision)
β
OpenAI/Gemini API Key
β
n8n instance with LangChain nodes
π Setup Instructions
π Connect your workflow to a Drive folder
π§ Set up API credentials for OpenAI or Gemini and Stirling PDF
π€ Use supported formats: PDF
πΌοΈ Stirling PDF API β Convert to image
π Resize image (e.g., 75% scale)
π§ Use LangChain Basic LLM node to analyze the image
π§Ύ Use Output Parser for structured results
π§ͺ Test on example CVs with and without hidden prompts
π Integrations
Google Drive
Stirling PDF
OpenAI / Gemini
LangChain (LLM, Output Parser)
n8n
Project Link:-[https://preview--image-scan-shield.lovable.app/]