File size: 222 Bytes
3f637a5
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from utils.cache import ResultCache
from utils.chunking import chunk_cv_by_sections, get_section_or_full
from utils.pdf_parser import (
    extract_text_from_pdf,
    extract_text_from_uploaded_file,
    get_page_count,
)