fz_recognize_document_content

Function fz_recognize_document_content 

Source
pub unsafe extern "C" fn fz_recognize_document_content(
    ctx: *mut fz_context,
    filename: *const c_char,
) -> *const fz_document_handler
Expand description

Given a filename find a document handler that can handle a
document of this type.

filename: The filename of the document. This will be opened and sampled
to check data.