- Remove assertion tests for fields and tags where applicable - Set all warnings to debug level in tag.py - Do not fail on invalid tag json data, but skip the tag (all logs are on debug level)
0.3.18
- Enforce utf-8 encoding when reading document.json locally
0.3.17
- Add Document.to_pdf() feature - Add annotate_pdf() function in document.py - Add Unittests for Document.to_pdf() - Fix requirement (fitz to pymupdf)
0.3.16
- Make evaluate method of Model class abstract
0.3.15
- Add handling repeating field and group cases in evaluate functionality of model
0.3.14
- Rename Model.predict_based_on abstract method to `Model.copy` method - Remove predict_based_on method from test_model ExampleModel class