mailgun / talon

Apache License 2.0
1.26k stars 287 forks source link

Unable extract email signature by using talon #224

Open ahalyabayyana opened 2 years ago

ahalyabayyana commented 2 years ago

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='john.doe@gmail.com'

Sig returns None

Please help me to retrieve the signature from email in the sample msg email.

Thanks

burak0006 commented 1 year ago

Simply not working, seems only option to use bruteforce one with significant poor results