v2.1.1
PaddlePaddle/PaddleOCRv2.1.1May 26, 2021by MissPenguin
AI Summary
This release focuses on expanding deployment and optimization capabilities for PaddleOCR, introducing tools for model compression (pruning and quantization) via PaddleSlim, mobile deployment via Paddle-Lite, an Android demo, and service-based deployment via Paddle Serving.
Key Highlights
- Model pruning and quantization tools based on PaddleSlim for model compression
- Mobile deployment tools based on Paddle-Lite for running OCR on mobile devices
- Android demo release for ppocr system deployment on Android
- Service deployment support via Paddle Serving for production environments
New Features
- Model pruning tool based on PaddleSlim
- Model quantization tool based on PaddleSlim
- Mobile deployment tools based on Paddle-Lite
- Android demo for ppocr system
- Service deployment based on Paddle Serving
Full Release Notes
**Release Note** 1. Newly release model pruning and model quantization tools based on PaddleSlim. [Path](https://github.com/PaddlePaddle/PaddleOCR/tree/release/2.1/deploy/slim) 2. Newly release mobile deployment tools based on Paddle-Lite. [Path](https://github.com/PaddlePaddle/PaddleOCR/tree/release/2.1/deploy/lite) 3. Newly release Android demo of ppocr system. [path](https://github.com/PaddlePaddle/PaddleOCR/tree/release/2.1/deploy/android_demo) 4. Newly release service deployment based on Paddle Serving. [path](https://github.com/PaddlePaddle/PaddleOCR/tree/release/2.1/deploy/pdserving)