# Lets_OCR **Repository Path**: dream2panda/Lets_OCR ## Basic Information - **Project Name**: Lets_OCR - **Description**: A repository for OCR, which inlcudes some classical OCR algorithms Pytorch implementation such as CTPN, EAST and CRNN. - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Lets_OCR A repository for OCR, which inlcudes some classical OCR algorithms implementation such as CTPN, EAST and CRNN. - [CTPN](https://github.com/AstarLight/Lets_OCR/tree/master/detector/ctpn) - [CRNN](https://github.com/AstarLight/Lets_OCR/tree/master/recognizer/crnn) - [EAST](https://github.com/AstarLight/Lets_OCR/tree/master/detector/east) (under developing)