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

Fix typo in readme #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ramiluisto
Copy link

In the README.md the code examples that help you get started were not working. The problem seemed to be that the PaddleOCR instance was set to a variable named ocr, but we then call res = model.ocr(... instead of res = ocr.ocr(.... We suggest saving the PaddleOCR to the variable named model instead.

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

Successfully merging this pull request may close these issues.

1 participant