Nassiraaa commited on
Commit
534c3b7
·
verified ·
1 Parent(s): bba6533

Update cv_analyzer.py

Browse files
Files changed (1) hide show
  1. 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 = json.loads(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')
 
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')