We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unable to extract signature when signature of email is without any words like thanks or regards.
Find the sample email.message body below.
Import talon Import talon.signature.bruteforce Import extract _signature from talon Import signature
Msg=" Hope you are doing well!
Angie Darnell Manager,Global Banking Tel:313.345.2356/Mobile: 123-456-7890
text,sig=extract_signature(Msg) text,sig=signature.extract(Msg,sender='[email protected]'
Sig returns None
Please help me to retrieve the signature from email in the sample msg email.
Thanks
The text was updated successfully, but these errors were encountered:
Simply not working, seems only option to use bruteforce one with significant poor results
Sorry, something went wrong.
No branches or pull requests
Unable to extract signature when signature of email is without any words like thanks or regards.
Find the sample email.message body below.
Import talon
Import talon.signature.bruteforce Import extract _signature
from talon Import signature
Msg=" Hope you are doing well!
Angie Darnell
Manager,Global Banking
Tel:313.345.2356/Mobile: 123-456-7890
text,sig=extract_signature(Msg)
text,sig=signature.extract(Msg,sender='[email protected]'
Sig returns None
Please help me to retrieve the signature from email in the sample msg email.
Thanks
The text was updated successfully, but these errors were encountered: