PaddleOCR/main/en/index #14039
Replies: 8 comments 9 replies
-
When paddle ocr will be supported by new python version , is there any plan to support newer python versions? |
Beta Was this translation helpful? Give feedback.
-
Hi |
Beta Was this translation helpful? Give feedback.
-
Anyone working with tabular data? wanted to extract different tables in a pdf file witch has around 40 pages and 50+ tables |
Beta Was this translation helpful? Give feedback.
-
Is there a library for using PaddleOCR 3.0 on Android? For example, with Google ML Kit you just add the library: dependencies {
implementation 'com.google.mlkit:text-recognition-chinese:16.0.1'
} and then call it like so val recognizer = TextRecognition.getClient(ChineseTextRecognizerOptions.Builder().build())
val image = InputImage.fromBitmap(bitmap, 0)
recognizer.process(image)
.addOnSuccessListener { visionText ->
// Task completed successfully
}
.addOnFailureListener { e ->
// Task failed with an exception
} Would something similar be possible with PaddleOCR 3.0? |
Beta Was this translation helpful? Give feedback.
-
PP-OCRv5 检测/识别模型可以下载? |
Beta Was this translation helpful? Give feedback.
-
请问PP-OCRV5的DB检测头,是否支持CTW-1500 或者Total-Test 数据集的训练 |
Beta Was this translation helpful? Give feedback.
-
Hi, I have a bunch of invoices in German language! and wanted to extract specific key information from them. every invoice has a different layout structure but I want the model to understand what it is searching for inside those complex structures, any ideas of what kind of pipeline should I build |
Beta Was this translation helpful? Give feedback.
-
Hi , is there perhaps a plain vanilla paddleocr 5 script and test image available for testing on my python rig? I cannot get this library to extract any text at all, even though tesseract and easyocr can extract plenty of text. I have tried using super simple ocr = PaddleOCR(use_angle_cls=True, lang='en') , result = ocr.predictor(proc)..... but it doesnt extract anything. ChatGPT gets completely confused with the paddleocr options, mixing up all the versions, and cannot generate anything that works. Is thre a limit on image size? i was trying with image (3512, 4968, 3). Many thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
PaddleOCR/main/en/index
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/index.html
Beta Was this translation helpful? Give feedback.
All reactions