Skip to main content

parse_config_json

Function parse_config_json 

Source
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.