Re: [tesseract-ocr] Tesseract on Bitmap images giving error - Error: "Failed to create pix, this normally occurs because...

2017-06-08 Thread Hari.K
Thank you Shree for replying back on the issue. Yes I know about ghostscript and its commands, but with the present architecture of project we are restricted to acomodate the ghostscript commands. Besides, I am also aware of "gsdll32.dll", but as it is not a .Net managed library, and we can't

[tesseract-ocr] Does Tesseract LSTM valid for Arabic Receipts?

2017-06-08 Thread Ahmad Moawad
Hello All, I want to ask if the tesseract lstm valid for Arabic Receipts or not? As I need to develop an application that support Arabic receipts, I have read the documentation in the Github. I have tried finetune but there is no progress. Also I have tried the training from previous box/tiff

Re: [tesseract-ocr] Tesseract on Bitmap images giving error - Error: "Failed to create pix, this normally occurs because...

2017-06-08 Thread ShreeDevi Kumar
Have you tried using ghostscript to convert pdf to tif files instead? Example commands gs -r600x600 -sDEVICE=tiffg4 -dFirstPage=106 -dLastPage=109-o ./tulasi/tulasikrishna%00d.tif "TulasiPuja.pdf" for one tif per page gs -r600x600 -sDEVICE=tiffg4 -dFirstPage=126 -dLastPage=131

[tesseract-ocr] Unable to create Tesseract 4.0 compatible box files using the image data

2017-06-08 Thread abhishek chopde
I have the image data. I want to create the tiif/box file pairs using that data. I amusing Tesseract 4.0. I ran the following commands: *$ tesseract ../../image.jpg path/to/output batch.nochop makebox* I am getting the box files in the output but they are not in the format as required by

[tesseract-ocr] Tesseract on Bitmap images giving error - Error: "Failed to create pix, this normally occurs because...

2017-06-08 Thread Hari.K
Hi There, I sometimes receive an error - "Failed to create pix, this normally occurs because the requested image size is too large, please check Standard Error Output" when doing OCR on a bitmap image. Below highlighted line is where it's breaking for me - Bitmap bitmap;

[tesseract-ocr] Re: Tesseract not recognize number

2017-06-08 Thread radioja . uniplan
It's possible to remove backgroud and crop by bash script ? How? Il giorno giovedì 8 giugno 2017 10:28:31 UTC+2, Brian51 ha scritto: > > Hi, Try deskewing and cropping the area that is important, i.e. the > numbers, and remove all the background noise. > > On Thursday, June 8, 2017 at 10:20:10

[tesseract-ocr] Re: Tesseract not recognize number

2017-06-08 Thread Brian51
Hi, Try deskewing and cropping the area that is important, i.e. the numbers, and remove all the background noise. On Thursday, June 8, 2017 at 10:20:10 AM UTC+2, radioja...@gmail.com wrote: > > Hi, i'm working under raspberry pi 2. > I capture the image from ip camera and clean it with

[tesseract-ocr] Tesseract not recognize number

2017-06-08 Thread radioja . uniplan
Hi, i'm working under raspberry pi 2. I capture the image from ip camera and clean it with textcleaner script. this is the image that i used into tesseract to recognize the number 1234 [image: 2h3505j.jpg] but i have always empty output txt file. You can help me about this problem? -- You

[tesseract-ocr] OCR

2017-06-08 Thread Oscar David Catzim Pat
Exception in thread "main" java.lang.Error: Invalid memory access at com.sun.jna.Native.invokePointer(Native Method) at com.sun.jna.Function.invokePointer(Function.java:470) at com.sun.jna.Function.invoke(Function.java:404) at com.sun.jna.Function.invoke(Function.java:315) at