- Fix typing annotation for `DocumentDataclass._pages` - Add property `AreaField.value` - Change `super().tags` to `self.tags`
0.2.2.a3
- Do not store `TableTag.df`, build it on call - Update Range unittest (remove unnecessary error raising test cases)
0.2.2.a2
- Add area, height, width to (Cell)Range objects - Add support for comparing Tag and (Cell)Range objects in magic methods of Tag - In create_document_zip, if the recipe retrieved from DB is empty, through a ConnectionError Add get_table_cell_overlap to DocumentDataclass
0.2.2.a1
- Initiate database_setup on function call instead of import statement
0.2.2.a0
- Adjust problematic OCR in Page.get_ocr_formatted (if left >= right, right = left + 1, same for top/bottom)