Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extracting mobile number gives only 10 digit. but, the data is 12 digit(with country code) in resume. #71

Open
subashhariharan opened this issue Jul 22, 2022 · 1 comment

Comments

@subashhariharan
Copy link

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.

@kirollosHossam
Copy link

@subashhariharan , you can add custom_regex as argument of ResumeParser object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants