Commit 1d962f39 authored by quyuan's avatar quyuan
Browse files

Merge branch 'master' of https://github.com/magicpdf/Magic-PDF

parents b3c6d676 b708d719
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment