- Renamed variable `magin` → `margin` for clarity - Revised coordinate calculations for annotation positioning (`x`, `y`) - Adjusted width and height units to use inches instead of fixed inchFactor multipliers - Updated y-offset logic for form fields (`yOffsetsOfFF`) to improve layout alignment - Simplified image annotation scaling (removed division by 100) - Improved code readability and comment consistency
BASE MODULE =========== This module is intended for often used constants and datastructures. Therefor it is important that this module does not have any dependencies on other modules!!