You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,4 +56,12 @@ For specifying the export format you can use the following option:
56
56
pyresparser -e json -f /path/to/resume/file
57
57
```
58
58
59
-
Note: Currently only JSON export is supported
59
+
Note: Currently only JSON export is supported
60
+
61
+
## Custom regex for parsing phone numbers
62
+
63
+
While pyresparser parses most of the phone numbers correctly, there is a possibility of new patterns being added in near future. Hence, we can explicitly provide the regex required to parse the desired phone numbers. This can be done using
0 commit comments