Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
1d962f39
"git@developer.sourcefind.cn:lishen01/sccl.git" did not exist on "d9d23f34d08efa5def1e162fdea6d737f16b664b"
Commit
1d962f39
authored
Jun 26, 2024
by
quyuan
Browse files
Merge branch 'master' of
https://github.com/magicpdf/Magic-PDF
parents
b3c6d676
b708d719
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
magic_pdf/model/pp_structure_v2.py
magic_pdf/model/pp_structure_v2.py
+1
-1
No files found.
magic_pdf/model/pp_structure_v2.py
View file @
1d962f39
...
...
@@ -5,7 +5,7 @@ from loguru import logger
try
:
from
paddleocr
import
PPStructure
except
ImportError
:
logger
.
warning
(
'paddleocr not installed, please install by "pip install magic-pdf[cpu]" or "pip install magic-pdf[gpu]"'
)
logger
.
error
(
'paddleocr not installed, please install by "pip install magic-pdf[cpu]" or "pip install magic-pdf[gpu]"'
)
exit
(
1
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment