[ bianca ]
[ ソース: python-tesserocr ]
パッケージ: python3-tesserocr (2.7.0-2 など)
python3-tesserocr に関するリンク
python-tesserocr ソースパッケージをダウンロード:
- [python-tesserocr_2.7.0-2.debian.tar.xz]
- [python-tesserocr_2.7.0-2.dsc]
- [python-tesserocr_2.7.0.orig.tar.gz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Python wrapper for the tesseract-ocr API (Python3 version)
A simple, Pillow-friendly, wrapper around the tesseract-ocr API for Optical Character Recognition (OCR).
tesserocr integrates directly with Tesseract's C++ API using Cython which allows for a simple Pythonic and easy-to-read source code. It enables real concurrent execution when used with Python's threading module by releasing the GIL while processing an image in tesseract.
tesserocr is designed to be Pillow-friendly but can also be used with image files instead.
This package contains the Python 3 version of the library.
その他の python3-tesserocr 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C Library: Shared libraries
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC support library
-
- dep: libleptonica6
- image processing library
-
- dep: libstdc++6 (>= 11)
- GNU Standard C++ Library v3
-
- dep: libtesseract5 (>= 5.5.0)
- Tesseract OCR library
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.14)
- dep: python3 (>= 3.13~)
-
- dep: tesseract-ocr
- Tesseract command line OCR tool