PaddleOCR/main/en/quick_start #15549
Replies: 6 comments 15 replies
|
Hello, i'm using the lates pandas==2.2.3 and python 3.12.10 and it raises an error: ERROR: Failed to build installable wheels for some pyproject.toml based projects (pandas) when i try to pip install paddleocr==3.0.0 |
|
macOS 这样之后就卡住了,正常吗 |
|
I have RTX 5050 on my laptop and CUDA 12.8 installed, |
|
It doesn't work on the 5070 Ti either. Errors pop up. |
|
Hello! I've been trying to use this code from your tutorials and it's not working from paddleocr import PaddleOCR Initialize the OCR engine, specify the language (e.g., 'en' for English)use_angle_cls=True helps with text at various anglesocr = PaddleOCR(use_textline_orientation=False, lang='es') Run OCR on an image path (can be a local file or a web URL)img_path = '../datos/casa_ley/febrero_2026/04022026_pagina_01.png' Print the resultsfor res in result: The Error says "NotImplementedError: (Unimplemented) ConvertPirAttribute2RuntimeAttribute not support [pir::ArrayAttributepir::DoubleAttribute] (at ..\paddle\fluid\framework\new_executor\instruction\onednn\onednn_instruction.cc:118)" What am I doing wrong? |
|
Receive 2 errors: [transformers] Resampling is not supported in SLANeXt sklearn.utils._param_validation.InvalidParameterError: The 'n_clusters' parameter of KMeans must be an int in the range [1, inf). Got 0 instead. I am running the PP-StructureV3 [transformers] exactly as written above in a new venv after installing "transformers>=5.8.0" and "paddleocr[all]" Ideas? |
Uh oh!
There was an error while loading. Please reload this page.
PaddleOCR/main/en/quick_start
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 deployment among server, mobile, embedded and IoT devices)
https://paddlepaddle.github.io/PaddleOCR/main/en/quick_start.html
All reactions