Speed up first pass hiring with image based resume screening. The flow turns a PDF resume into an image and checks job fit using a vision model. Great for HR teams that need fast, fair shortlists without reading every resume by hand.
Run the test, pull a PDF from Google Drive, convert it to a JPG through a PDF to image service, and resize it to keep processing fast. A Google Gemini vision model reads the image like a person would and returns a clear JSON result with is_qualified and reason. A decision step then moves only qualified candidates forward to stage two. By reading the file as an image, the flow avoids hidden prompts and bad text extraction, so results are more trustworthy.
Use a private PDF conversion server for privacy and connect your Google accounts in n8n. Expect shorter screening cycles and fewer manual checks. This is helpful for teams that store resumes in Google Drive, handle mixed layouts, or worry about resumes that try to trick AI tools.