refactor: modular tiling
This merge request introduces key changes to improve the structure and flexibility of the library:
- Renaming and Reorganization: Updated the naming conventions across the library, resulting in a minor reorganization for improved clarity and consistency.
-
Refactor of tiling: The tiling has been refactored to call just single
handler
passed as argument which takes care of all necessary steps throughout the tiling pipeline. - Refactor of TilingModules: Previous Readers and Annotators have been removed and refactored to modules inheriting from the TilingModule, this enhances the possible usage and customisation.
- Specific Resolution over Levels: Where appropriate, resolution arguments have replaced level-based specifications.
Edited by Jakub Pekár