pub fn parse_config_json(json: &str) -> Result<ProcessingConfig, EdgePdfError>Expand description
Parse a ProcessingConfig from a JSON string.
§Errors
Returns EdgePdfError::OutputError on JSON parse failure.
pub fn parse_config_json(json: &str) -> Result<ProcessingConfig, EdgePdfError>Parse a ProcessingConfig from a JSON string.
Returns EdgePdfError::OutputError on JSON parse failure.