pytesseract icon indicating copy to clipboard operation
pytesseract copied to clipboard

A Python wrapper for Google Tesseract

Results 30 pytesseract issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/psf/black: 24.4.0 → 24.4.2](https://github.com/psf/black/compare/24.4.0...24.4.2)

Hi @madmaze Please update whenever you have time. Thanks in advance!

Todo

Updates: - Fully migrated to [pyproject.toml](https://peps.python.org/pep-0621/) - Added formatter and validator for pyproject.toml to pre-commit config Ideas: - We could use [``hatchling``](https://hatch.pypa.io/) as the build backend Here is an [example...

Fixes #415 In the spirit of the repo being a wrapper, I left URL validation to the tesseract-ocr process. If you think it is something that should be handled here,...

**Reproduce**: 1. Grab a multiframe TIFF 2. Call `pytesseract.image_to_osd` 3. Output will be only for the first frame (page) Whereas calling the tesseract process on the image will generate the...

Feature Request

Hi, **Tesseract feature** Tesseract allows to make a single call and have multiple output format for example: ``` tesseract yourimage.tif out pdf tsv ``` This will generate an out.pdf and...

Feature Request

Hi, I am wondering why you don't use [stdin](https://github.com/tesseract-ocr/tesseract/blob/master/doc/tesseract.1.asc#inout-arguments) argument to send the image to tesseract instead of saving it on the disk? https://github.com/madmaze/pytesseract/blob/25a9d38649f6d9f907f9c6750cab03d699d0b340/src/pytesseract.py#L208

Feature Request

`pytesseract.pytesseract.TesseractError: (1, 'Error in pixReadStreamJp2k: function not present Error in pixReadStream: jp2: no pix returned Error in pixRead: pix not read Error during processing.')` pytesseract 0.3.10 tesseract 5.1.0 pillow 9.0.1...

Feature Request

I would like to pass my own environment variables to the subprocess, for example to set *OMP_THREAD_LIMIT*. This custom value should be limited to a specific scope, as other parts...

Feature Request

add image_url_to_string function to use image direct link instead filename. tesseract 5.1 already have this feature.

Feature Request