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 have searched the PaddleOCR Docs and found no similar bug report.
I have searched the PaddleOCR Issues and found no similar bug report.
I have searched the PaddleOCR Discussions and found no similar bug report.
🐛 Bug (问题描述)
I have downloaded the PaddleOCR (2.9.1) library and PaddleOCR( https://github.com/PaddlePaddle/PaddleOCR/ )After attempting to start PPOCRLabel \ PPOCRLabel.exe in the PaddleOCR directory, the following error was found:
Traceback (most recent call last):
File "PaddleOCR\PPOCRLabel\PPOCRLabel.py", line 40, in <module>
from paddleocr import PaddleOCR, PPStructure
File "Python39\lib\site-packages\paddleocr\__init__.py", line 14, in <module>
from .paddleocr import (
File "Python39\lib\site-packages\paddleocr\paddleocr.py", line 69, in <module>
from ppstructure.recovery.recovery_to_markdown import convert_info_markdown
ModuleNotFoundError: No module named 'ppstructure.recovery.recovery_to_markdown'
Traceback (most recent call last):
File "PaddleOCR\PPOCRLabel\PPOCRLabel.py", line 40, in <module>
from paddleocr import PaddleOCR, PPStructure
File "Python39\lib\site-packages\paddleocr\__init__.py", line 14, in <module>
from .paddleocr import (
File "Python39\lib\site-packages\paddleocr\paddleocr.py", line 69, in <module>
from ppstructure.recovery.recovery_to_markdown import convert_info_markdown
ModuleNotFoundError: No module named 'ppstructure.recovery.recovery_to_markdown'
🏃♂️ Environment (运行环境)
os Windows10
Environment cmd
Python 3.9.4
PaddleOCR 2.9.1
lnstall git
RAM 12.00 GB
CPU lntel(R) Core(TM) i7-4600M CPU@ 2.90GHz
CUDA None
🔎 Search before asking
🐛 Bug (问题描述)
I have downloaded the PaddleOCR (2.9.1) library and PaddleOCR( https://github.com/PaddlePaddle/PaddleOCR/ )After attempting to start PPOCRLabel \ PPOCRLabel.exe in the PaddleOCR directory, the following error was found:
====================
我在下载完paddleocr(2.9.1)库和PaddleOCR(https://github.com/PaddlePaddle/PaddleOCR/)后在PaddleOCR\目录下尝试启动PPOCRLabel\PPOCRLabel.py,发现以下报错:
🏃♂️ Environment (运行环境)
os Windows10
Environment cmd
Python 3.9.4
PaddleOCR 2.9.1
lnstall git
RAM 12.00 GB
CPU lntel(R) Core(TM) i7-4600M CPU@ 2.90GHz
CUDA None
🌰 Minimal Reproducible Example (最小可复现问题的Demo)
The text was updated successfully, but these errors were encountered: