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
On pages with phone numbers formatted like this: 0175/234234, 0160/345345 and +49151/456456
It just adds 234234, 345345 and 456456 to the result set "phonesUncertain".
The text was updated successfully, but these errors were encountered:
cc @jancurn
Indeed, slashes are currently not recognized. PRs welcome.
On a related note, phone number detection using regular expressions is rather poor, to make it work properly, we'd need to use some AI extractor.
On pages with phone numbers formatted like this:
0175/234234, 0160/345345 and +49151/456456
It just adds 234234, 345345 and 456456 to the result set "phonesUncertain".
The text was updated successfully, but these errors were encountered: