- Rename classConfidence key to Confidence in enums.
1.3.3
- Check that the sum of confidence values is close to 1 instead of exactly 1.
1.3.2
- Add is_xbrl attribute in document, to identify if document is XBRL or not - Modify assign indices functionality to handle XBRL tables - Modify Model.matches() to also match with HTMLTags - Add HTML._validate_path() to get valid path of `source.html` file - Fix reading html file from S3 - Add tag_id attribute to HTMLTag
1.3.1
- Update install requirements in `setup.cfg` - Rename environment variable `COGNAIZE_HOST` to `API_HOST` - Raise error when trying to log in without `API_HOST` environment variable - Add documentation and make cosmetic changes in `login.py`