- call build_df in `TableTag.__init__` to skip corrupted table tags
0.3.23
- call TableTag._build_df in init so that corrupt table tags are not created on snapshot read
0.3.22
- Implement `TableTag.__getitem__` - Define TableTag.raw_df - Cache property TableTag.df on access - Do not build_df in `TableTag.__init__`
0.3.21
- Fix Document.get_table_cell_overlap (look both in input and output fields, fix the iou page check issue)
0.3.20
- Add Document.metadata attribute
0.3.19
- 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)