How to use Bekhouche/CRNN-STR with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Bekhouche/CRNN-STR", dtype="auto")