Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install ucr via python pip




ucr - Universal Character Recognizer (UCR): Simple, Intuitive, Extensible, Multi-Lingual OCR engine, it belongs to Classifiers:

- Programming Language :: Python :: 3.7
- Programming Language :: Python :: 3.8
- Programming Language :: Python :: 3.9

When you know about this project and you want to new install ucr to support your project or you get trouble as ModuleNotFoundError: No module named "ucr" or ImportError: cannot import name "ucr" in your project, let follow this tutorial to install ucr



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_ucr_env

- Active the virtual environment

test_ucr_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_ucr_env

- Active the virtual environment

source test_ucr_env/bin/active


Step 2: OK, now, let flow below content to start the installation ucr

To install ucr on Windows(CMD):

py -m pip install ucr

To install ucr on Unix/macOs:

pip install ucr


Step 3: If you want to install a specific ucr version, add ==<ucr version> to the end command line

Example:

pip install ucr==0.1.0


Please see the version list below table:

VersionReleased dateCommand
ucr 0.2.162021-04-23T06:44:31Windows:

py -m pip install ucr==0.2.16

Unix/macOs:

pip install ucr==0.2.16

ucr 0.2.152021-04-23T05:08:34Windows:

py -m pip install ucr==0.2.15

Unix/macOs:

pip install ucr==0.2.15

ucr 0.2.142021-04-08T18:44:12Windows:

py -m pip install ucr==0.2.14

Unix/macOs:

pip install ucr==0.2.14

ucr 0.2.132021-04-06T19:13:08Windows:

py -m pip install ucr==0.2.13

Unix/macOs:

pip install ucr==0.2.13

ucr 0.2.122021-04-06T11:05:35Windows:

py -m pip install ucr==0.2.12

Unix/macOs:

pip install ucr==0.2.12

ucr 0.2.112021-03-31T09:19:20Windows:

py -m pip install ucr==0.2.11

Unix/macOs:

pip install ucr==0.2.11

ucr 0.2.102021-03-31T08:58:56Windows:

py -m pip install ucr==0.2.10

Unix/macOs:

pip install ucr==0.2.10

ucr 0.2.92021-03-26T04:29:58Windows:

py -m pip install ucr==0.2.9

Unix/macOs:

pip install ucr==0.2.9

ucr 0.2.82021-03-24T20:38:10Windows:

py -m pip install ucr==0.2.8

Unix/macOs:

pip install ucr==0.2.8

ucr 0.2.72021-03-24T20:10:53Windows:

py -m pip install ucr==0.2.7

Unix/macOs:

pip install ucr==0.2.7

ucr 0.2.62021-03-24T20:01:12Windows:

py -m pip install ucr==0.2.6

Unix/macOs:

pip install ucr==0.2.6

ucr 0.2.52021-03-22T14:35:19Windows:

py -m pip install ucr==0.2.5

Unix/macOs:

pip install ucr==0.2.5

ucr 0.2.42021-03-21T15:48:08Windows:

py -m pip install ucr==0.2.4

Unix/macOs:

pip install ucr==0.2.4

ucr 0.2.32021-03-21T10:33:46Windows:

py -m pip install ucr==0.2.3

Unix/macOs:

pip install ucr==0.2.3

ucr 0.2.22021-03-21T08:19:31Windows:

py -m pip install ucr==0.2.2

Unix/macOs:

pip install ucr==0.2.2

ucr 0.2.12021-03-20T19:29:09Windows:

py -m pip install ucr==0.2.1

Unix/macOs:

pip install ucr==0.2.1

ucr 0.2.02021-03-17T17:33:45Windows:

py -m pip install ucr==0.2.0

Unix/macOs:

pip install ucr==0.2.0

ucr 0.1.142021-03-15T13:17:44Windows:

py -m pip install ucr==0.1.14

Unix/macOs:

pip install ucr==0.1.14

ucr 0.1.132021-03-15T05:48:23Windows:

py -m pip install ucr==0.1.13

Unix/macOs:

pip install ucr==0.1.13

ucr 0.1.122021-03-15T05:37:59Windows:

py -m pip install ucr==0.1.12

Unix/macOs:

pip install ucr==0.1.12

ucr 0.1.112021-03-09T12:55:03Windows:

py -m pip install ucr==0.1.11

Unix/macOs:

pip install ucr==0.1.11

ucr 0.1.102021-03-08T08:49:43Windows:

py -m pip install ucr==0.1.10

Unix/macOs:

pip install ucr==0.1.10

ucr 0.1.92021-03-08T08:03:15Windows:

py -m pip install ucr==0.1.9

Unix/macOs:

pip install ucr==0.1.9

ucr 0.1.82021-03-07T18:17:07Windows:

py -m pip install ucr==0.1.8

Unix/macOs:

pip install ucr==0.1.8

ucr 0.1.72021-03-07T18:14:22Windows:

py -m pip install ucr==0.1.7

Unix/macOs:

pip install ucr==0.1.7

ucr 0.1.62021-03-07T18:09:00Windows:

py -m pip install ucr==0.1.6

Unix/macOs:

pip install ucr==0.1.6

ucr 0.1.52021-03-07T18:01:39Windows:

py -m pip install ucr==0.1.5

Unix/macOs:

pip install ucr==0.1.5

ucr 0.1.42021-03-07T17:58:54Windows:

py -m pip install ucr==0.1.4

Unix/macOs:

pip install ucr==0.1.4

ucr 0.1.32021-03-07T17:37:02Windows:

py -m pip install ucr==0.1.3

Unix/macOs:

pip install ucr==0.1.3

ucr 0.1.12021-03-07T10:58:12Windows:

py -m pip install ucr==0.1.1

Unix/macOs:

pip install ucr==0.1.1

ucr 0.1.02021-03-07T10:27:23Windows:

py -m pip install ucr==0.1.0

Unix/macOs:

pip install ucr==0.1.0


Step 4: Otherwise, you can install ucr from local archives:

Download the distribution file from ucr-0.2.16.tar.gz or the specific ucr version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_ucr_downloaded_file>

On Unix/macOs:

pip install <path_to_ucr_downloaded_file>


List distribution:


Project link:

- Documentation