[ 原始碼: python-tesserocr ]
套件:python3-tesserocr(2.7.0-2 以及其他的)
python3-tesserocr 的相關連結
Debian 的資源:
下載原始碼套件 python-tesserocr:
- [python-tesserocr_2.7.0-2.dsc]
- [python-tesserocr_2.7.0.orig.tar.gz]
- [python-tesserocr_2.7.0-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [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.14)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支援函式庫
-
- 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