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

急!!!!ocr的类和函数函数:PPOCR_pipe,runBytes #718

Open
1 task done
sanwei111 opened this issue Nov 11, 2024 · 1 comment
Open
1 task done

急!!!!ocr的类和函数函数:PPOCR_pipe,runBytes #718

sanwei111 opened this issue Nov 11, 2024 · 1 comment

Comments

@sanwei111
Copy link

Issues

  • I have browsed through the Issues. 我已浏览过Issues,确定没有重复的建议。

Expected behavior 预期的功能

PPOCR_pipe类中有一个函数:runBytes。这个runBytes是把buffered = BytesIO()的结果反转录得到文字,其中未涉及到ocr模型的推理,想问问ocr模型在哪里发挥作用????

Approximate reference (optional) 近似的参考(可选)

No response

@hiroi-sora
Copy link
Owner

hiroi-sora commented Nov 11, 2024

PPOCR_pipe 本质是一个收发器,向OCR进程发送指令、回收结果,本身不负责OCR的推理。

实际的OCR引擎是相同目录下的 PaddleOCR-json.exe 。

关于引擎本身,参考:

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

2 participants