Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

识别pdf 文件报错 #30

Open
Harryoung opened this issue Sep 8, 2023 · 1 comment
Open

识别pdf 文件报错 #30

Harryoung opened this issue Sep 8, 2023 · 1 comment

Comments

@Harryoung
Copy link
Owner

Harryoung commented Sep 8, 2023

我们提供了issue bot来帮助你解答问题,你是否想要它来解答(请填写yes/no)?/We provide issue bot to solve issues, do you want it? (Please write yes/no):yes

请注意:issue bot基于大语言模型实现,其回答仅供参考。目前issue bot尚不能解析issue中的图片。/Please note: The issue bot is implemented based on large language models, and its answers are for reference only. Currently the issue bot cannot parse images in issues.

请在这里描述你的问题/Please describe your issue here:
ocr = PaddleOCR(use_angle_cls=True, type="ocr",lang="ch", show_log=True,page_num=2);img_path = "./data/super.pdf";result = ocr.ocr(img_path, cls=True),结果报错。

@llm-issue-bot
Copy link

llm-issue-bot bot commented Sep 8, 2023

Issue Response

  • Introduction: Thanks for opening this issue, I am the issue bot that will help you with your questoins!
  • 🎯 First round response: The answer to your question is:

The error message "识别pdf 文件报错" indicates that there is an error in recognizing the PDF file. The specific error is not mentioned in the given content. To troubleshoot this issue, it is recommended to check the code and ensure that the file path and parameters are correctly specified. Additionally, verifying the compatibility of the PaddleOCR version and the language used in the PDF file may also be necessary. For further assistance, referring to the documentation provided in the sources below would be helpful.

Relevant Sources

How to use

My answer may not be accurate. I suggest you refer to relevant sources to make a comprehensive judgment.
To invoke me for more questions, add a comment using following command:
@llm-issue-bot <QUESTION>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant