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
Please tell me whether it supports Huawei npu usage the following code.
from openocr import OpenOCR engine = OpenOCR() img_path = '/path/img_path or /path/img_file' result, elapse = engine(img_path) # Server mode # engine = OpenOCR(mode='server')
The text was updated successfully, but these errors were encountered:
The current code does not automatically support npu, we will try to support it.
Sorry, something went wrong.
No branches or pull requests
Please tell me whether it supports Huawei npu usage the following code.
The text was updated successfully, but these errors were encountered: