[][src]Function mupdf_sys::pdf_new_filter_processor_with_text_filter

pub unsafe extern "C" fn pdf_new_filter_processor_with_text_filter(
    ctx: *mut fz_context,
    doc: *mut pdf_document,
    structparents: c_int,
    chain: *mut pdf_processor,
    old_rdb: *mut pdf_obj,
    new_rdb: *mut pdf_obj,
    text_filter: pdf_text_filter_fn,
    after: pdf_after_text_object_fn,
    text_filter_opaque: *mut c_void
) -> *mut pdf_processor