Don'tReadMe

Results 2 issues of Don'tReadMe

### 🐞 Bug Fix: Handle UnboundLocalError in recognizer_predict This patch ensures that `preds_str` and `preds_max_prob` are always initialized before use in `recognizer_predict()`. Previously, calling `.readtext()` on certain decoders (e.g., Tesseract...

### Summary Calling `reader.readtext()` with `decoder='tesseract'` (or under some internal conditions) causes this error: #### UnboundLocalError: cannot access local variable 'preds_str' where it is not associated with a value ###...