does not display the result #1341
Unanswered
ArtemHachaturov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Help please I installed the versions described below here is an example code the image is taken from the test
import easyocr
reader = easyocr.Reader(['en']) # this needs to run only once to load the model into memory
print(reader)
result = reader.readtext('english.png')
print(result)
PS D:\PYTHON\writeText> & C:/Users/user/AppData/Local/Programs/Python/Python311/python.exe d:/PYTHON/writeText/main.py
Neither CUDA nor MPS are available - defaulting to CPU. Note: This module is much faster with a GPU.
<easyocr.easyocr.Reader object at 0x0000025087F46690>
PS D:\PYTHON\writeText>
there is no result, please help
Name: torch
Version: 2.0.0
Summary: Tensors and Dynamic neural networks in Python with strong GPU acceleration
Home-page: https://pytorch.org/
Author: PyTorch Team
Author-email: packages@pytorch.org
License: BSD-3
Location: C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages
Requires: filelock, jinja2, networkx, sympy, typing-extensions
Required-by: easyocr, torchvision
Name: torchvision
Version: 0.15.1
Summary: image and video datasets and models for torch deep learning
Home-page: https://github.com/pytorch/vision
Author: PyTorch Core Team
Author-email: soumith@pytorch.org
License: BSD
Location: C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages
Requires: numpy, pillow, requests, torch
Required-by: easyocr
Name: easyocr

Version: 1.7.2
Summary: End-to-End Multi-Lingual Optical Character Recognition (OCR) Solution
Home-page: https://github.com/jaidedai/easyocr
Author: Rakpong Kittinaradorn
Author-email: r.kittinaradorn@gmail.com
License: Apache License 2.0
Location: C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages
Requires: ninja, numpy, opencv-python-headless, Pillow, pyclipper, python-bidi, PyYAML, scikit-image, scipy, Shapely, torch, torchvision
Required-by:
Beta Was this translation helpful? Give feedback.
All reactions