How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-text-to-text", model="Apocalypse-19/trocr-MICR")
# Load model directly
from transformers import AutoTokenizer, AutoModelForImageTextToText

tokenizer = AutoTokenizer.from_pretrained("Apocalypse-19/trocr-MICR")
model = AutoModelForImageTextToText.from_pretrained("Apocalypse-19/trocr-MICR")
Quick Links

TrOCR-MICR

An OCR model for transcribing e13b MICR codes. Finetuned from Microsoft's TrOCR-large-stage1.

Model was finetuned using the e13b portion of the MICR dataset given here

Downloads last month
12
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support