cleaner property
Custom cleaning function to process extracted data.
This function is called after transformations are applied. It can perform any custom data processing, validation, or cleaning.
The function receives the extracted data and debug flag, and should return the cleaned data or null if cleaning fails.
Implementation
CleanerFunction? cleaner;