Odoo Technical

Welcome!

This community is for professionals and enthusiasts of our products and services.
Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.

0

How can I resolve issues when installing tesserocr using pip in Python?

Avatar
gayathri_k
Avatar
Discard
1 Answer
0
Avatar
Mahalakshmi
Best Answer

Language: Python
Issue:
When attempting to install tesserocr using the command:
>>pip install tesserocr

Solution

The issue was resolved by downloading and installing a specific pre-built wheel file:

>>pip install tesserocr-2.7.0-cp37-cp37m-win_amd64.whl


Avatar
Discard