tesserocr icon indicating copy to clipboard operation
tesserocr copied to clipboard

A Python wrapper for the tesseract-ocr API

Results 104 tesserocr issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Stefan Weil

Hello, when I want to specify the regions of interest via .UZN file (zones file), tesserocr does not pay attention to this file, which is specified according to [this](https://github.com/OpenGreekAndLatin/greek-dev/wiki/uzn-format) tutorial....

(sorry for the noise, shouldn't have tried to rename my branches while the PR was open – that closed them!) revival of #260 (all comments there still apply)

Hi, I have the following code: start = time.time() ocr_entities = [] with open('prova.pdf', 'rb') as raw_pdf: ocr_entities = convert_from_bytes(raw_pdf.read(), dpi=500, thread_count=4) #for image in ocr_entities: # tesserocr.image_to_text(image) with concurrent.futures.ThreadPoolExecutor(max_workers=4)...

Hi guys! I have an error in using tesseract, I tried to install it on mac with m1, and the installation is complete successful (screen 1), after that, I built...

I compiled **tesserocr 2.5.2** with **Tesseract 5.0.1** on **Windows**. When executing `tesserocr\tests\test_api.py` I get the following exception for [test_LSTM_choices(...)](https://github.com/sirfz/tesserocr/blob/2d4c4e4a03abe9712030b3382a9b03901f847a78/tests/test_api.py#L187): ``` FAIL: test_LSTM_choices (tests.test_api.TestTessBaseApi) Test GetBestLSTMSymbolChoices. ---------------------------------------------------------------------- Traceback (most recent call...

Ideally with static libraries included so that all that is required for installation in `pip`.

help wanted

I'm using Windows 10 WSL2 (Ubuntu 20.04). I've already successfully installed the package in my default environment but when I try to run `pip install tesserocr` on a virtual environment...

``` Defaulting to user installation because normal site-packages is not writeable Collecting tesserocr Using cached tesserocr-2.5.2.tar.gz (57 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Building...