Model reference · open weights
en_PP-OCRv5_mobile_rec is an open-weight language model from PaddlePaddle, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.
About
enPP-OCRv5mobilerec Introduction enPP-OCRv5mobilerec is one of the PP-OCRv5rec that are the latest generation text line recognition models developed by PaddleOCR team. It aims to efficiently and accurately support the recognition of English. The key accuracy metrics are as follow: Note: If any character (including punctuation) in a line was incorrect, the entire line was marked as wrong. This ensures higher accuracy in practical applications. Quick Start Installation 1. PaddlePaddle Please refer to the following commands to install PaddlePaddle using pip: For details about PaddlePaddle installation, please refer to the PaddlePaddle official website. 2. PaddleOCR Install the latest version of the PaddleOCR inference package from PyPI: Model Usage You can quickly experience the functionality with a single command: You can also integrate the model inference of the text recognition module into your project. Before running the following code, please download the sample image to your local machine. After running, the obtained result is as follows: The visualized image is as follows: For details about usage command and descriptions of parameters, please refer to the Document. Pipeline Usage The ability of a single model is limited. But the pipeline consists of several models can provide more capacity to resolve difficult problems in real-world scenarios. PP-OCRv5 The general OCR pipeline is used to solve text recognition tasks by extracting text information from images and outputting it in string format. And there are 5 modules in the pipeline: Document Image Orientation Classification Module (Optional) Text Image Unwarping Module (Optional) Text Line Orientation Classification Module (Optional) Text Detection Module Text Recognition Module Run a single command to quickly experience the OCR pipeline: Results are printed to the terminal: If savepath is specified, the visualization results will be saved under savepath. The visualization output is shown below: The command-line method is for quick experience. For project integration, also only a few codes are needed as well: The default model used in pipeline is PP-OCRv5serverrec, so it is needed that specifing to enPP-OCR
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | PaddlePaddle |
|---|---|
| Type | Language models |
| Variants | 1 |
| Runs with | PaddleOCR |
| Released | 2025-08-21 |
| Popularity | 501k downloads / month |
| Likes | 3 |
| Licence | Open weights |
How it works
Variants
Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| en_PP-OCRv5_mobile_rec | — | BF16 | — | — | Weights ↗ |
Using it via the API
Once AxForge deploys en-pp-ocrv5-mobile-rec for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (en-pp-ocrv5-mobile-rec below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"en-pp-ocrv5-mobile-rec","messages":[{"role":"user","content":"Hello"}]}'
Details
Languages
Tags
Licence
Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗