Spaces:
Sleeping
Sleeping
Update cv_analyzer.py
Browse files- cv_analyzer.py +1 -1
cv_analyzer.py
CHANGED
@@ -28,7 +28,7 @@ def analyze_cv(file_content):
|
|
28 |
logging.info("Text extracted successfully")
|
29 |
|
30 |
# Personal Information Analysis
|
31 |
-
personal_info =
|
32 |
|
33 |
# Spelling and Grammar Check
|
34 |
spelling_grammar_score = evaluate_cv_text(temp_file_path, 'ocr_weights.json')
|
|
|
28 |
logging.info("Text extracted successfully")
|
29 |
|
30 |
# Personal Information Analysis
|
31 |
+
personal_info = analyze_personal_info(temp_file_path)
|
32 |
|
33 |
# Spelling and Grammar Check
|
34 |
spelling_grammar_score = evaluate_cv_text(temp_file_path, 'ocr_weights.json')
|