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

Output of reader not shown in command window #1234

Open
danielzx2 opened this issue Mar 25, 2024 · 0 comments
Open

Output of reader not shown in command window #1234

danielzx2 opened this issue Mar 25, 2024 · 0 comments

Comments

@danielzx2
Copy link

Using this model through embedding it into C++ and the result of running the reader function does not show anything in the command line. This is how I run it:

PyRun_SimpleString("import easyocr");
PyRun_SimpleString("reader = easyocr.Reader(['ja'], gpu=True)");
PyRun_SimpleString("result = reader.readtext('./Input/2161700_20240202182712_1.png')");

I am new to all of this so I'm unsure how to debug this.

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