What's Changed
* add tests for python 3.11 by bosd in https://github.com/invoice-x/invoice2data/pull/476
* replace distutils with shutil by bosd in https://github.com/invoice-x/invoice2data/pull/469
* [FIX] remove_accents by bosd in https://github.com/invoice-x/invoice2data/pull/479
* Area support for tesseract by bosd in https://github.com/invoice-x/invoice2data/pull/440
* Support "priority" and add 2 templates for InsERT-software-generated invoices by rmilecki in https://github.com/invoice-x/invoice2data/pull/416
* lines: support "rules" field for multiple sets of parsing regexes by rmilecki in https://github.com/invoice-x/invoice2data/pull/463
* remove comment to improve coverage by bosd in https://github.com/invoice-x/invoice2data/pull/484
* Regex: String joining in case of multiple matches by bosd in https://github.com/invoice-x/invoice2data/pull/487
* Fix lang code check by bosd in https://github.com/invoice-x/invoice2data/pull/486
* line parser more verbose debugging by bosd in https://github.com/invoice-x/invoice2data/pull/489
* Improve Template Error Messages by bosd in https://github.com/invoice-x/invoice2data/pull/490
* Refactor to_text() to return string instead of bytes by rmilecki in https://github.com/invoice-x/invoice2data/pull/493
* add invoice_template tests by bosd in https://github.com/invoice-x/invoice2data/pull/494
* Skip test if pdfplumber is not available by bosd in https://github.com/invoice-x/invoice2data/pull/492
* Performance update: match keywords on extracted_str by bosd in https://github.com/invoice-x/invoice2data/pull/470
* Adding fields to Free_Fiber template to increase coverage by bosd in https://github.com/invoice-x/invoice2data/pull/502
* Adding Azure test by bosd in https://github.com/invoice-x/invoice2data/pull/503
* Performance update: Refactor loader add json, yamllib support by bosd in https://github.com/invoice-x/invoice2data/pull/471
* Support for Mixed type PDF's (Saeco Example) & OCR before template matching by bosd in https://github.com/invoice-x/invoice2data/pull/409
* Unify Template tests & add Loader tests by bosd in https://github.com/invoice-x/invoice2data/pull/483
* Remove empty items from list by bosd in https://github.com/invoice-x/invoice2data/pull/501
* [add] Template New expressvpn invoice layout by bosd in https://github.com/invoice-x/invoice2data/pull/488
* Show invalid parser as error in the logger by bosd in https://github.com/invoice-x/invoice2data/pull/495
* Support coerce types in table plugin by bosd in https://github.com/invoice-x/invoice2data/pull/498
* Update templates by bosd in https://github.com/invoice-x/invoice2data/pull/472
* Some UX Improvements, Colored formatting debugging by bosd in https://github.com/invoice-x/invoice2data/pull/475
* Example coolblue by bosd in https://github.com/invoice-x/invoice2data/pull/428
**Full Changelog**: https://github.com/invoice-x/invoice2data/compare/v0.4.2...v0.4.3