- __New:__ Added `image_to_data` function
- __New:__ Added `sv_to_dict`, `boxes_to_dict`, `hocr_to_dict` and `osd_to_dict` functions
- __New:__ Added `all` and `print_all` class methods in the TessyLang class
- __New:__ Added documentation
- __New:__ Added examples
- __Update:__ Updated `image_to_string` and `image_to_file` functions
- __Update:__ Improved `configure` function - it now supports additional parameters as list/tuple
- __Update:__ Improved `_get_temp_dir` function - it now returns the system temp directory or the preserved temp directory (on macOS/Linux)
- __Update:__ Changed `run` (and its alias `start`) function - it now passes parameters to Tesseract instead of running any given command
- __Update:__ Fixed OpenCV image processing - transparent background is replaced with white color instead of being deleted
- __Update:__ Fixed `_proc_exec_wait` function
- __Update:__ Fixed QImage module import in the `_import_image_module` function
- __Update:__ Removed slowest locate functions - `_locate_from_disk` and `_locate_from_terminal`