Turn resume PDFs sent on Telegram into clean, standardized PDFs in minutes. Recruiters and HR teams can collect resumes, parse the details, and get a polished file back in the same chat. It removes manual copy and paste and keeps every resume in the same format.
When a user sends a document in Telegram, the flow checks the chat ID for access and ignores the start message. It downloads the file, extracts text from the PDF, and uses an AI model to map content into a structured JSON with personal info, skills, work history, education, projects, and volunteering. An auto fix parser repairs bad JSON. Code nodes format each section into HTML, merge all parts, and build a single page. The page is sent to a PDF engine, and the final PDF returns to the user in Telegram.
Setup needs a Telegram bot, an OpenAI key, and a PDF service endpoint. Add your allowed chat ID and adjust the JSON schema and HTML blocks to match your style. Teams can cut resume cleanup time from 20 minutes to about 2 minutes and scale intake during hiring spikes, campus events, or mobile first candidate campaigns.