We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PPOCR_pipe类中有一个函数:runBytes。这个runBytes是把buffered = BytesIO()的结果反转录得到文字,其中未涉及到ocr模型的推理,想问问ocr模型在哪里发挥作用????
No response
The text was updated successfully, but these errors were encountered:
PPOCR_pipe 本质是一个收发器,向OCR进程发送指令、回收结果,本身不负责OCR的推理。
PPOCR_pipe
实际的OCR引擎是相同目录下的 PaddleOCR-json.exe 。
关于引擎本身,参考:
Sorry, something went wrong.
No branches or pull requests
Issues
Expected behavior 预期的功能
PPOCR_pipe类中有一个函数:runBytes。这个runBytes是把buffered = BytesIO()的结果反转录得到文字,其中未涉及到ocr模型的推理,想问问ocr模型在哪里发挥作用????
Approximate reference (optional) 近似的参考(可选)
No response
The text was updated successfully, but these errors were encountered: