pub unsafe extern "C" fn fz_new_pdfocr_band_writer(
    ctx: *mut fz_context,
    out: *mut fz_output,
    options: *const fz_pdfocr_options
) -> *mut fz_band_writer
Expand description

Create a new band writer, outputing pdfocr.

Ownership of output stays with the caller, the band writer borrows the reference. The caller must keep the output around for the duration of the band writer, and then close/drop as appropriate.