This PR adds parsing of Amazon.es invoices. I couldn't figure out how to add addresses from third party sellers, Amazon.es invoices have three columns (commercial address, shipping address and seller address), but each line of an address is in a separate row and couldn't come up with a regex that could capture that.
This PR adds parsing of Amazon.es invoices. I couldn't figure out how to add addresses from third party sellers, Amazon.es invoices have three columns (commercial address, shipping address and seller address), but each line of an address is in a separate row and couldn't come up with a regex that could capture that.