pub fn validate_positive<T>(value: T, param_name: &str) -> Result<(), OCRError>where T: PartialOrd + Display + Default,
Validates that a value is positive (> 0).