invoice-x / invoice2data

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

Some UX Improvements, Colored formatting debugging #475

Closed bosd closed 1 year ago

bosd commented 1 year ago

These small improvements might make it easier to debug your templates.

You can see it in action in the github actions check of this pr.

bosd commented 1 year ago

Some rationale about moving back to %s string format:

Usage of f strings in the logger are 8% slower slower then %s format.