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
-
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: [email protected]
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: [email protected]
License: BSD
Location: C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages
Requires: numpy, pillow, requests, torch
Required-by: easyocr
Name: easyocr
![image](https://private-user-images.githubusercontent.com/109848233/392181415-7d2a8bac-8827-41ba-9d30-de16e5c31b0c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzE3ODYsIm5iZiI6MTczOTE3MTQ4NiwicGF0aCI6Ii8xMDk4NDgyMzMvMzkyMTgxNDE1LTdkMmE4YmFjLTg4MjctNDFiYS05ZDMwLWRlMTZlNWMzMWIwYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQwNzExMjZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kY2YwZjE5YTFlMWU3ZTBiZTIxMGM1Njc0NjBjMzE2NGJkZGM0YWViYjRjYWVkN2FmNWNkYjYzOTc1OTQ5NjNhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.4EXnkwz5jrkmLbUWO3v4n1IxxA4UWqYzApH-Lzp6B1k)
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: [email protected]
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