Fails with `(signal: 11, SIGSEGV: invalid memory reference)` when both Options are None on ::new(). ```rust let mut tesseract = Tesseract::new(None, None)? ```