PPOCRLabel icon indicating copy to clipboard operation
PPOCRLabel copied to clipboard

PPOCRLabel is a semi-automatic graphic annotation tool suitable for OCR field, with built-in PP-OCR model to automatically detect and re-recognize data. It is written in Python 3 and PyQT5, supporting...

Results 24 PPOCRLabel issues
Sort by recently updated
recently updated
newest added

Hey team, We found an issue here: Say if we have an image and three bounding boxes `A`, `B` and `C`, and save them by `Export Recognition Result`. Then after...

ubuntu下不能表格标注吗

CANNOT OPEN .xlsx. It could be one of the following reasons: Only support Windows | No python win32com CANNOT OPEN .xlsx. It could be the following reasons: .xlsx is not...

I notice each detection box is associated with a "difficult" field in the Label.txt, but I didn't find any way to modify this field in the UI, how can we...

how to edit label.txt in ppocrlabel tool.. I dont find any option to load the label.txt

Hi, I got this error when try to launch PPOCRLabel: ``` $ PPOCRLabel QObject::moveToThread: Current thread (0x213f630) is not the object's thread (0x51f3a50). Cannot move to target thread (0x213f630) qt.qpa.plugin:...

Please support rotated rect like powerpoint

I am trying to annotate a table using PPOcrLabel. Following the instructions here (https://github.com/Evezerest/PPOCRLabel/tree/release2.0?tab=readme-ov-file#22-table-annotation ). But when I change the value of any cell and run Cell Re-Recognition. I am...

When scrolling: Traceback (most recent call last): File "C:\Users\thomas\AppData\Local\Programs\Python\Python310\lib\site-packages\PPOCRLabel\PPOCRLabel.py", line 1425, in scrollRequest bar.setValue(bar.value() + bar.singleStep() * units) TypeError: setValue(self, a0: int): argument 1 has unexpected type 'float' When trying...

I had been using PPOCRLabel to create labels for layout detection. The output of PPOCRLabel is a label.txt file that has its own format. I need to know if can...