pzibang
Results
2
issues of
pzibang
File "app.py", line 56 def add(self, d:Table): ^ SyntaxError: invalid syntax
Traceback (most recent call last): File "app.py", line 12, in from model import text_predict, crnn_handle File "pse\chineseocr_lite\model.py", line 10, in from dbnet.dbnet_infer import DBNET ModuleNotFoundError: No module named 'dbnet.dbnet_infer' 其他的依赖都通过错误安装上了,最后还剩下这两个,找不到解决方法,源码中也没有对应的包