Re: [tesseract-ocr] Processing an image batch from the API

2019-05-09 Thread Zdenko Podobny
You have to do in loop image by image. Zdenko št 9. 5. 2019 o 16:42 Lorenzo Bolzani napísal(a): > > Like a dozen of jpegs. I can do a for loop, but I'm looking for something > like a setImages() giving me a list of results. > > > > Il giorno gio 9 mag 2019 alle ore 16:35 Zdenko Podobny > ha

Re: [tesseract-ocr] Processing an image batch from the API

2019-05-09 Thread Lorenzo Bolzani
Like a dozen of jpegs. I can do a for loop, but I'm looking for something like a setImages() giving me a list of results. Il giorno gio 9 mag 2019 alle ore 16:35 Zdenko Podobny ha scritto: > What do you mean by " batch of images "? Tiff? > > Zdenko > > > št 9. 5. 2019 o 14:05 Lorenzo Bolzani

Re: [tesseract-ocr] Processing an image batch from the API

2019-05-09 Thread Zdenko Podobny
What do you mean by " batch of images "? Tiff? Zdenko št 9. 5. 2019 o 14:05 Lorenzo Bolzani napísal(a): > > Hi, > is there a way to process a batch of images with a single api call? > > By looking at the api I'm quite sure you cannot, but maybe I'm missing > something. > > > Thanks, > >

[tesseract-ocr] Processing an image batch from the API

2019-05-09 Thread Lorenzo Bolzani
Hi, is there a way to process a batch of images with a single api call? By looking at the api I'm quite sure you cannot, but maybe I'm missing something. Thanks, Lorenzo -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from

[tesseract-ocr] Error codes

2019-05-09 Thread Massimo Redaelli
I'm running tesseract via the python interface pytesseract, and sometimes I get something like this: pytesseract.pytesseract.TesseractError: (-9, 'Tesseract Open Source OCR Engine v4.0.0-beta.1 with Leptonica Warning. Invalid resolution 0 dpi. Using 70 instead.') The error code returned by

Re: [tesseract-ocr] INPUT: one tif file with multiple pages --> OUTPUT: text from only the first page

2019-05-09 Thread Zdenko Podobny
Can you provide also 1.output and what you see on console when you run tesseract? Zdenko št 9. 5. 2019 o 11:32 'y s' via tesseract-ocr < tesseract-ocr@googlegroups.com> napísal(a): > I used the Windows version from: > https://github.com/UB-Mannheim/tesseract/wiki > > Command is simple: > >

[tesseract-ocr] INPUT: one tif file with multiple pages --> OUTPUT: text from only the first page

2019-05-09 Thread 'y s' via tesseract-ocr
I used the Windows version from: https://github.com/UB-Mannheim/tesseract/wiki Command is simple: *tesseract 1.tif 1.output* I have also tried different *--psm* and *--oem* options, but none worked. Only the first page of the multipage TIFF file gets OCR'ed. An example of a multipage TIFF

Re: [tesseract-ocr] error: shared library version mismatch

2019-05-09 Thread Zdenko Podobny
If you installed with "make install" you should uninstall with " make uninstall " ;-) If you use apt you should learn how to use it also for uninstall. You should be familiar with tools you use. Zdenko št 9. 5. 2019 o 10:42 anne napísal(a): > Umm, can you please elaborate on what you mean

Re: [tesseract-ocr] error: shared library version mismatch

2019-05-09 Thread anne
Umm, can you please elaborate on what you mean by "similar way as you installed it"? I actually installed tesseract twice, first by following the instructions here: https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract-4.00 and then when I encountered this error, I thought, hey

Re: [tesseract-ocr] error: shared library version mismatch

2019-05-09 Thread Zdenko Podobny
The similar way as you installed it. BTW: If you are not familiar with your system, do not install sw from source - you can cause a lot of problem. Zdenko št 9. 5. 2019 o 10:30 anne napísal(a): > How exactly do I uninstall tesseract? I've found some "solutions" online > but they didn't really

Re: [tesseract-ocr] error: shared library version mismatch

2019-05-09 Thread anne
How exactly do I uninstall tesseract? I've found some "solutions" online but they didn't really work. When I checked for tesseract version, it shows me that it is still installed. -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To

Re: [tesseract-ocr] error: shared library version mismatch

2019-05-09 Thread Zdenko Podobny
that means: you mixed different tesseract version (you forget to uninstall previous tesseract installation). Zdenko št 9. 5. 2019 o 10:14 anne napísal(a): > Hi, I was running the command unicharset_extractor but I got this error: > > *ERROR: shared library version mismatch (was

[tesseract-ocr] error: shared library version mismatch

2019-05-09 Thread anne
Hi, I was running the command unicharset_extractor but I got this error: *ERROR: shared library version mismatch (was 4.1.0-rc1-170-gb6bf, expected 4.1.0-rc2-34-gb2fc3* So I tried the other commands by checking their versions but all of them were giving me this same error more or less. Thank