- Added GitHub workflows for linting and testing - Changed docstrings in snapshot.py and lazy_dict.py
0.3.34
- Fix all tests
0.3.33
- Fix requirements and setup.sh
0.3.32
- Add opencv-python-headless==4.0.1.23 in requirements for avoiding ImportError: cannot import name '_registerMatType' (only for usage in table_detection)
0.3.31
- Bring back using opencv in bytes_to_array, string_to_array, img_to_black_and_white for stick_word_boxes functionality (only for usage in table_detection)
0.3.30
- Change TableTag to take cell data, not use table dividers - Add tests corresponding to changed TableTag