Module backend.resume_extract

This file contains a function to extract text from a pdf file. This is used for providing text versions of the resumes the user has uploaded to their account to Ollama for generating cover letters and providing resume suggestions.

Functions

def extract_text_from_pdf(pdf_path)

Extracts and returns the text in the pdf at the given path.