Skip to content
Discussion options

You must be logged in to vote

我也遇到这个问题了,@JackWu002的第二种方法对我有效:
先导入 torch,再导入 PaddleOCR:
import torch
from paddleocr import PaddleOCR
ocr = PaddleOCR()

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by SWHL
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working paddlepaddle
8 participants
Converted from issue

This discussion was converted from issue #14979 on June 04, 2025 10:33.