pub unsafe extern "C" fn fz_recognize_document_content(
ctx: *mut fz_context,
filename: *const c_char,
) -> *const fz_document_handlerExpand 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.