Added
- `preprocess` parameter to process inputs before being called by the passed function.
- `postprocess` parameter to process outputs before validation.
- `is_live` parameter to set the printing mode and made it default to False (results are printed sequentially and not updated in real time).
Changed
- Examples to better reflect the updated code.