pyresparser
pyresparser copied to clipboard
Extracting mobile number gives only 10 digit. but, the data is 12 digit(with country code) in resume.
Hi, I have a resume with contact number as +91 xxxxx xxxxx. I got the result as 91xxxxxxxx. the case is if the resume contain contact number with Country code, The script extracted the 1st 10 digits only. skipped the last digits. Please check that. I hope the fix will be in extract_mobile_number() in the utils.py file.
@subashhariharan , you can add custom_regex as argument of ResumeParser object.