Skip to main content

Questions tagged [paddleocr]

The tag has no usage guidance.

0 votes
0 answers
44 views

How to access or use PaddleOCR API for handwritten text purposes (this is for my mobile application)?

I'm a beginner building an Android mobile app which has a feature of detecting handwritten texts. I noticed that one of the good models available and is for free is the PaddleOCR. However, the Github ...
noob101's user avatar
0 votes
1 answer
50 views

Is it possible to get the angle of rotation of the text area via PaddleOCR?

PaddleOCR can correctly recognize 90, 180 and even 270 degree rotated text in a mode use_angle_cls=True, but it doesnt provide any information about the angle of rotation in a result.As a result, area ...
user176953's user avatar
2 votes
0 answers
85 views

paddleocr, how to training own dataset

I using PaddleOCR for project and get trained_model at https://github.com/PaddlePaddle/PaddleOCR/blob/main/doc/doc_en/models_list_en.md. But nothing changed. So I hope to train my own dataset. There ...
도본무's user avatar
0 votes
0 answers
43 views

How to сorrectly recognize 90 and 270 degrees rotated text?

I need to do OCR task on images containing ordinary horizontal text, and, besides this, text with 90 and 270 degree rotation Like this I use python and PaddleOcr .PaddleOCR can recognize rotated text, ...
user176953's user avatar
0 votes
0 answers
126 views

Getting different result from same Paddle model on CPU and GPU

I'm currently facing an issue and would greatly appreciate any assistance you can offer. I have a paddleOCR model that I'm serving through a Docker image based on version 2.5.1 of the paddlepaddle/...
Bahar Eftekhari's user avatar
0 votes
0 answers
173 views

Batch processing using paddleocr

I am using the PaddleOCR library to detect and extract tables from images. Firstly, I am running the layout detection on an image, if the layout detector detects a table in the image, then I am ...
Saanvi Bhagat's user avatar
0 votes
0 answers
47 views

High Latency Issue with Paddle OCR on IP Camera Text Extraction

Preprocessing frames with blur and adaptive techniques works smoothly, but OCR with Paddle OCR introduces a significant 10-second latency per frame.Using Python 3.10.6 and PaddleOCR version 2.6.1. ...
Kamali's user avatar
  • 1
0 votes
1 answer
192 views

What type of image processing required to make an image a good input for ONNX converted paddleOCR inference model?

I'm trying to switch a PaddleOCR model to ONNX for better performance. It normally takes just the image path or base64 and gives results with preprocessing handled internally. But in ONNX, it suddenly ...
ha ze's user avatar
  • 1
0 votes
0 answers
72 views

PaddleOCR misclassify table as figure

I try to Extract Table from image using PaddleOcr and when i give it a scanned documment image that contain table the model PaddleDetectionLayoutModel classify it as figure and when I turn PDFs ...
Charaf Eddine Hafiane's user avatar
-1 votes
1 answer
198 views

I'm trying to install the 'paddleocr' package and I've been encountering this error for a week

Building wheels for collected packages: PyMuPDF Building wheel for PyMuPDF (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for PyMuPDF (pyproject.toml) did not ...
Ahmedou Ahmed's user avatar
0 votes
0 answers
66 views

PaddleOCR for Tajik Language

Tajik language uses cyrillic, do I have to create new model from scratch or fine tune Russian cyrillic model? Tajik has extra letters ӣ, ҳ, қ, ҷ, ӯ, ғ Tajik and the Russian language are different
akahhor's user avatar
  • 141
0 votes
0 answers
597 views

Table content extraction using paddleOCR

Consider i already know the table structure which remains same across. when i get an image which includes picture of the table. I will do OCR (decided to go with Paddle OCR) and extract the text and ...
Anonymus's user avatar
1 vote
0 answers
309 views

%env not update after downgrade CUDA from 12.2 to 11.7 on Google Colab

When i use my Colab GPU to train Handwriting Recognition based on PaddleOCR pipeline, i have to downgrade its CUDA to 11.7 so it can work well with PaddleOCR, i check !nvcc -V its got updated but when ...
Võ Hoàng Bảo's user avatar
0 votes
0 answers
492 views

Parallel processing fails with Paddle OCR

I am trying to implement parallel processing using Paddle OCR. Please refer to the method predictx_parallel predictx_parallel(input_images, ocr_params, num_threads=1) - setting num_threads=1 works all ...
Soumya's user avatar
  • 883
0 votes
0 answers
88 views

I've been trying to run this paddleocr code but it keeps on saying result is undefined even though it's already been defined in the first line

%timeit result = ocr.ocr(img_path, cls =True) for line in result: print(line) I couldn't figure anything out as I do not understand what is wrong with it
Vuyani Nkosi's user avatar

15 30 50 per page