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