PaddleOCR icon indicating copy to clipboard operation
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...

Results 1088 PaddleOCR issues
Sort by recently updated
recently updated
newest added

采用PPOCRLabelv2如何生成官方指定的如下数据集格式 zh_train_0.jpg [{"transcription": "汇丰晋信", "label": "other", "points": [[104, 114], [530, 114], [530, 175], [104, 175]], "id": 1, "linking": []}, {"transcription": "受理时间:", "label": "question", "points": [[126, 267], [266, 267], [266, 305],...

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:Linux - 版本号/Version:Paddle: 2.6 PaddleOCR: 问题相关组件/Related components: - 运行指令/Command Code:python tools/test_hubserving.py --server_url=http://127.0.0.1:8868/predict/ocr_system --image_dir=./ppstructure/docs/kie/input/ --visualize=false - 完整报错/Complete Error Message:...

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 版本号/Version:Paddle:2.6 - 运行指令/Command Code:python PPOCRLabel.py --lang ch --kie True - 标注结束后如何导出成kie需要的训练格式,采用那个脚本进行转化。自制数据集详细的操作流程

![image](https://user-images.githubusercontent.com/43515926/131598489-d2c65aaf-b328-4b8f-8d05-832541bb8656.png) 测试模型的num_works和batch_size如下: ![image](https://user-images.githubusercontent.com/43515926/131598610-6f109585-fed4-4534-b855-022dc85dbc52.png)

run cmd and the fail log are as follows: paddle2onnx --model_dir ./ --model_filename inference.pdmodel --params_filename inference.pdiparams --save_file ./ppocr_rec.onnx --opset_version 10 --input_shape_dict="{'x':[1,3,100,200]}" --enable_onnx_checker True 2022-11-09 03:20:39 [WARNING] [Deprecated] The flag `--input_shape_dict`...

版本信息: win10 NVIDIA Quadro M1000M 算力5.0 cuda11.6 cuDNN8.4.0 paddlepaddle-gpu 2.3.2.post116 paddleocr2.6.0.1 运行paddle.utils.run_check()结果如下: ![Uploading image.png…]() OCR训练时警告: WARNING: OMP_NUM_THREADS set to 8, not 1. The computation speed will not be optimized if...

predict texts with default image_shape

contributor

…ise and "order_points_clockwise" could cause some bugs when points have more than one max values

contributor

I am using PPOCR text recognition models for document text recognition, but I am unable to recognize special characters or symbols in the output result. Please kindly give me steps...

![image](https://user-images.githubusercontent.com/74600923/201057422-b9904bfc-0923-44db-b500-de62c4978db3.png) rt,不太明白这里的pred和pred_id分别是什么意思,然后这里的pred是“'”,结果就在下面报了keyerror、 ![image](https://user-images.githubusercontent.com/74600923/201058200-66849e66-96d8-4017-9f89-4fee4db1ad9e.png) 跑的是ser+re模型,单独跑ser模型是没有问题的,但是我参数设置都是按照文档里面来的,不知道为什么会报这样的错误。