# PaddleOCR2Pytorch **Repository Path**: Small_wind/PaddleOCR2Pytorch ## Basic Information - **Project Name**: PaddleOCR2Pytorch - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-05-24 - **Last Updated**: 2021-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [PaddleOCR2Pytorch](https://github.com/frotms/PaddleOCR2Pytorch) English | [简体中文](README.md) ## Introduction Converting PaddleOCR to PyTorch. This repository aims to - learn PaddleOCR - use models in PyTorch which are trained in Paddle - give a guideline for Paddle2PyTorch ## TODO - [ ] AAAI 2021 end-to-end algorithm PGNet - [ ] other text recognition models: RARE, SRN ## Notice `PytorchOCR` models are converted from `PaddleOCRv2.0`. **Recent updates** - 2021.4.12 update STARNET - 2021.4.8 update DB, SAST, EAST, ROSETTA, CRNN - 2021.4.3 update more than 25+ multilingual recognition models [models list](./doc/doc_en/models_list_en.md), including:English, Chinese, German, French, Japanese,Spanish,Portuguese Russia Arabic and so on. Models for more languages will continue to be updated [Develop Plan](https://github.com/PaddlePaddle/PaddleOCR/issues/1048). - 2021.1.10 upload Chinese and English general OCR models. ## Features - PTOCR series of high-quality pre-trained models, comparable to commercial effects - Ultra lightweight ptocr_mobile series models - General ptocr_server series models - Support Chinese, English, and digit recognition, vertical text recognition, and long text recognition - Support multi-language recognition: Korean, Japanese, German, French, etc. ## [Model List](./doc/doc_en/models_list_en.md) (updating) PyTorch models in BaiduPan:https://pan.baidu.com/s/1r1DELT8BlgxeOP2RqREJEg code:6clx PaddleOCR models in BaiduPan:https://pan.baidu.com/s/1getAprT2l_JqwhjwML0g9g code:lmv7 If you want to get more models including multilingual models,please refer to [PTOCR series](./doc/doc_en/models_list_en.md). ## Tutorials - [Installation](./doc/doc_en/installation_en.md) - [Inferences](./doc/doc_en/inference_en.md) - [PP-OCR Pipeline](#PP-OCR-Pipeline) - [Visualization](#Visualization) - [Reference documents](./doc/doc_en/reference_en.md) - [FAQ](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.0/doc/doc_en/FAQ_en.md) - [References](#References) ## PP-OCR Pipeline