invoice-x / invoice2data

Extract structured data from PDF invoices
MIT License
1.84k stars 482 forks source link

remove_accents option deletes € sign #477

Closed bosd closed 1 year ago

bosd commented 1 year ago

since #464 the remove_accents function also deletes the € sign.

bosd commented 1 year ago

Would this be an alternative implementation for the remove_accents? https://stackoverflow.com/a/71408065 It also relies only on roce python libs.