You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use PaddleLabel to label my data set because I used the OCR function of Paddle. Some tables cannot recognise. Thus, I would like to annotate my data set to train and fit my business model. I followed the official installation, but it give this erroe code.
May I ask, How to solve this problem?
C:\Users\user>PPOCRLabel --kie True
C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\pkg_resources_init_.py:2804: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('mpl_toolkits').
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
declare_namespace(pkg)
C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\pkg_resources_init_.py:2804: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('google').
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
declare_namespace(pkg)
C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\pkg_resources_init_.py:2804: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('zope').
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
declare_namespace(pkg)
[2023/03/05 23:12:06] ppocr WARNING: When args.layout is false, args.ocr is automatically set to false
file name in openNext is E:\Desktop\Sample JPG\21M05501 page0.jpg
DirPath in importDirImages is E:/Desktop/Sample JPG
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 existed
time cost: 9.13796854019165
Traceback (most recent call last):
File "C:\Users\user\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'
My python version is 3.10.10. I use CPU, Windows version. Paddlepaddle version is 2.4
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone.
I would like to use PaddleLabel to label my data set because I used the OCR function of Paddle. Some tables cannot recognise. Thus, I would like to annotate my data set to train and fit my business model. I followed the official installation, but it give this erroe code.
May I ask, How to solve this problem?
My python version is 3.10.10. I use CPU, Windows version. Paddlepaddle version is 2.4
Beta Was this translation helpful? Give feedback.
All reactions