Overview of PaddleOCR2Pytorch
mainPaddleOCR2Pytorch is a project designed to port PaddleOCR models to the PyTorch framework. It serves as a learning resource for PaddleOCR, a tool to enable the use of PaddleOCR-trained models within PyTorch environments, and a reference for converting models from Paddle to PyTorch.
Key Features:
- High-quality inference models with accurate recognition.
- Support for ultra-lightweight PP-OCR series (Detection + Direction Classifier + Recognition).
- Support for
ptocr_mobile(mobile) andptocr_server(server) series. - Support for Chinese-English-Number combinations, vertical text, and long text recognition.
- Multi-language support including Korean, Japanese, German, and French.