Now as a Standalone executable!
This repository provides executables (CPU and GPU version) that can be run without having python or any other packages installed. It behaves as the original PaddleOCR install for example via pip.
You can decide between installing it via the setup installer or just downloading the folder with all the required files including the executable.
The installer also allows you to add the install location to you path which allows you to use paddleocr from every location.
If you installed PaddleOCR via the setup wizard and added it to your Path you can just open a terminal and run the following command:
paddleocr -h
If you downloaded the 7zip file, unzip it to your desired location and open a terminal in there. Afterwards you can run the following command:
.\paddleocr.exe -h
-
Don't be confused when it takes a longer time to start when running it the first time, especially when using the GPU version. This is the normal behavior. Afterwards it runs normally.
-
Please only report bugs that are specific to this standalone executable and are working correctly in the original repository.
-
A few changes had to be made to the source code to allow the creation of this executable. They can be viewed in the PaddleOCR-Standalone folder.
-
I will also add instructions on how to compile it yourself soon.
PaddleOCR aims to create multilingual, awesome, leading, and practical OCR tools that help users train better models and apply them into practice.
📣 Recent updates (more)
-
🔥 2024.10.18 release PaddleOCR v2.9, including:
-
PaddleX, an All-in-One development tool based on PaddleOCR's advanced technology, supports low-code full-process development capabilities in the OCR field:
-
🎨 Rich Model One-Click Call: Integrates 17 models related to text image intelligent analysis, general OCR, general layout parsing, table recognition, formula recognition, and seal recognition into 6 pipelines, which can be quickly experienced through a simple Python API one-click call. In addition, the same set of APIs also supports a total of 200+ models in image classification, object detection, image segmentation, and time series forcasting, forming 20+ single-function modules, making it convenient for developers to use model combinations.
-
🚀 High Efficiency and Low barrier of entry: Provides two methods based on unified commands and GUI to achieve simple and efficient use, combination, and customization of models. Supports multiple deployment methods such as high-performance inference, service-oriented deployment, and edge deployment. Additionally, for various mainstream hardware such as NVIDIA GPU, Kunlunxin XPU, Ascend NPU, Cambricon MLU, and Haiguang DCU, models can be developed with seamless switching.
-
-
Supports PP-ChatOCRv3-doc, high-precision layout detection model based on RT-DETR and high-efficiency layout area detection model based on PicoDet, high-precision table structure recognition model, text image unwarping model UVDoc, formula recognition model LatexOCR, and document image orientation classification model based on PP-LCNet.
-
-
🔥2024.7 Added PaddleOCR Algorithm Model Challenge Champion Solutions:
- Challenge One, OCR End-to-End Recognition Task Champion Solution: Scene Text Recognition Algorithm-SVTRv2;
- Challenge Two, General Table Recognition Task Champion Solution: Table Recognition Algorithm-SLANet-LCNetV2.
Full documentation can be found on docs.
PaddleOCR support a variety of cutting-edge algorithms related to OCR, and developed industrial featured models/solution PP-OCR、 PP-Structure and PP-ChatOCR on this basis, and get through the whole process of data production, model training, compression, inference and deployment.
It is recommended to start with the “quick experience” in the document tutorial
PaddleX provides a one-stop full-process high-efficiency development platform for flying paddle ecological model training, pressure, and push. Its mission is to help AI technology quickly land, and its vision is to make everyone an AI Developer!
- PaddleX currently covers areas such as image classification, object detection, image segmentation, 3D, OCR, and time series prediction, and has built-in 36 basic single models, such as RP-DETR, PP-YOLOE, PP-HGNet, PP-LCNet, PP- LiteSeg, etc.; integrated 12 practical industrial solutions, such as PP-OCRv4, PP-ChatOCR, PP-ShiTu, PP-TS, vehicle-mounted road waste detection, identification of prohibited wildlife products, etc.
- PaddleX provides two AI development modes: "Toolbox" and "Developer". The toolbox mode can tune key hyperparameters without code, and the developer mode can perform single-model training, push and multi-model serial inference with low code, and supports both cloud and local terminals.
- PaddleX also supports joint innovation and development, profit sharing! At present, PaddleX is rapidly iterating, and welcomes the participation of individual developers and enterprise developers to create a prosperous AI technology ecosystem!
This project is released under Apache License Version 2.0.