pub fn remediate_document(
doc: &Document,
filename_stem: Option<&str>,
options: &FixOptions,
) -> (Document, Vec<Remediation>)Expand description
Remediates and migrates a single Document.
Returns the updated document and the list of applied remediations.