PaddleOCR
PaddleOCR copied to clipboard
Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and de...
### 🔎 Search before asking - [X] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report. - [X] I have searched the PaddleOCR [Issues](https://github.com/PaddlePaddle/PaddleOCR/issues) and found no...
### 🔎 Search before asking - [X] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report. - [X] I have searched the PaddleOCR [Issues](https://github.com/PaddlePaddle/PaddleOCR/issues) and found no...
### 🔎 Search before asking - [x] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report. - [X] I have searched the PaddleOCR [Issues](https://github.com/PaddlePaddle/PaddleOCR/issues) and found no...
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:ubuntu - 版本号/Version:Paddle: paddle-bfloat 0.1.7 paddle2onnx 1.0.9 paddlepaddle 2.4.2 paddlepaddle-gpu 2.4.2.post112 PaddleOCR: 问题相关组件/Related components: - 运行指令/Command Code:python3 tools/train.py...
### 🔎 Search before asking - [X] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report. - [X] I have searched the PaddleOCR [Issues](https://github.com/PaddlePaddle/PaddleOCR/issues) and found no...
This pull request introduces significant changes to the image augmentation functionality, switching from the `imgaug` library to `albumentations`, and adds comprehensive tests for the new implementation. The most important changes...
Corrected the method of judging the file type by suffix
This code helps you converting output of PPOCRLabel to feed-able format that you can use for training and separate you single folder and single Label.txt file in train and val...
## Problem I was trying to use paddleocr within my bazel monorepository. As bazel working directory is different than directory of `__file__` I was experiencing error same as in #1024....