TrOCR
2000년 도입 · 논문 11편에서 사용
TrOCR is an end-to-end Transformer-based OCR model for text recognition with pre-trained CV and NLP models. It leverages the Transformer architecture for both image understanding and wordpiece-level text generation. It first resizes the input text image into $384 × 384$ and then the image is split into a sequence of 16 patches which are used as the input to image Transformers. Standard Transformer architecture with the self-attention mechanism is leveraged on both encoder and decoder parts, where wordpiece units are generated as the recognized text from the input image.
출처: TrOCR: Transformer-based Optical Character Recognition with Pre-trained Models
소개 논문: TrOCR: Transformer-based Optical Character Recognition with Pre-trained Models
OCR Models · Computer Vision