Re: [tesseract-ocr] Use Tesseract dll with c project

2020-04-15 Thread Pooja Kamra
hole situation. >> >> I encourage you to keep going. People will help you. I'm not an expert >> of C or C++, either, but I imagine you can do something from the C++ >> sample. Then it'll be much easier and even be fun. >> >> 2019年7月26日金曜日 14時10分59秒 UTC+9 Pooja Kamr

[tesseract-ocr] Tesseract functions in C

2020-04-14 Thread Pooja Kamra
Hi, I am using tesseract in my c project. Also i gone through below link: https://tesseract-ocr.github.io/tessdoc/APIExample.html In this sample code what TessBaseAPI means: TessBaseAPI *handle; In Tesseract code it is a class. What does it mean in c code and how i need to declare it? Please

[tesseract-ocr] Re: Orientation confidence returned by TessBaseAPIDetectOrientationScript

2020-01-16 Thread Pooja Kamra
Please help On Thursday, January 9, 2020 at 11:11:36 AM UTC+5:30, Pooja Kamra wrote: > > Hi, > TessBaseAPIDetectOrientationScript gives orientation confidence and script > confidence. > What are the minimum and maximum values of confidence. > I got orientation confidence in

[tesseract-ocr] Orientation confidence returned by TessBaseAPIDetectOrientationScript

2020-01-08 Thread Pooja Kamra
Hi, TessBaseAPIDetectOrientationScript gives orientation confidence and script confidence. What are the minimum and maximum values of confidence. I got orientation confidence in range 2-15 for set of images. What is range of good confidence? Is it percentage or something else. Please help What

Re: [tesseract-ocr] Use Tesseract dll with c project

2019-07-26 Thread Pooja Kamra
c-api-in-a-c-program > > > Zdenko > > > pi 26. 7. 2019 o 7:11 Pooja Kamra > > napísal(a): > >> @ElGato and , sorry if my question bothered you both. But the link >> which has been sent is not for C language, it is for C++. >> I already go through tha

Re: [tesseract-ocr] Use Tesseract dll with c project

2019-07-26 Thread Pooja Kamra
gt; > pi 26. 7. 2019 o 7:11 Pooja Kamra > > napísal(a): > >> @ElGato and , sorry if my question bothered you both. But the link >> which has been sent is not for C language, it is for C++. >> I already go through that link before writing to the Forum. And after >

Re: [tesseract-ocr] Use Tesseract dll with c project

2019-07-25 Thread Pooja Kamra
, I just feel like this has become >> a problem and should be addressed. >> >> >> /René >> >> >> On Thu, 25 Jul 2019 at 12:22, Pooja Kamra wrote: >> >>> OK Zdenko. But do we have some sample code to use tesseract functions in >>> c

[tesseract-ocr] Re: Training tesseract 3.03 in a custom C and C++ code using C-API

2019-07-25 Thread Pooja Kamra
Hi, Could you please share how can we use tesseract dll in C application. On Tuesday, September 2, 2014 at 5:38:16 PM UTC+5:30, Dovhani Foneworx wrote: > > Good day, I have succesfully trained tesseract manually and being able to > follow instruction on how to use C API to access function in C

Re: [tesseract-ocr] Use Tesseract dll with c project

2019-07-25 Thread Pooja Kamra
OK Zdenko. But do we have some sample code to use tesseract functions in c application. On Thursday, July 25, 2019 at 1:09:02 PM UTC+5:30, zdenop wrote: > > I would suggest to start reading doc/wiki. > > Zdenko > > > št 25. 7. 2019 o 8:36 Pooja Kamra > > napísal(a)

Re: [tesseract-ocr] Training stops before specified iterations

2019-07-25 Thread Pooja Kamra
Thanks Arno. On Thursday, July 25, 2019 at 2:07:48 PM UTC+5:30, Arno Loo wrote: > > It is explained here : > > https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract-4.00#iterations-and-checkpoints > > > Le jeudi 25 juillet 2019 08:33:26 UTC+2, Pooja Kamra a

[tesseract-ocr] Use Tesseract dll with c project

2019-07-25 Thread Pooja Kamra
Hi, I want to use libtesseract.dll in C project. In tesseract source file there is a header file capi.h. How can i use these functions in c exe project. Please suggest. -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this

Re: [tesseract-ocr] Training stops before specified iterations

2019-07-25 Thread Pooja Kamra
dredi 19 juillet 2019 12:22:16 UTC+2, Pooja Kamra a écrit : >> >> As per log file, finished error rate is 1.439. >> >> >> >> On Friday, July 19, 2019 at 1:24:35 PM UTC+5:30, shree wrote: >>> >>> Look at tesstrain.log for details of you

[tesseract-ocr] Re: GPU for Tesseract

2019-07-25 Thread Pooja Kamra
e process but not Tesseract training. > > Le vendredi 28 juin 2019 07:54:07 UTC+2, Pooja Kamra a écrit : >> >> On Tesseract site, it is mentioned that no GPU is needed (No support). >> What does this statement means? >> If i have a machine with GPU, does it improve train

Re: [tesseract-ocr] GPU for Tesseract

2019-07-19 Thread Pooja Kamra
> Looks like there is experimental support for OpenCL in Tesseract though it > doesn't appear to be a very matured feature. > > On Fri, Jun 28, 2019 at 1:54 AM Pooja Kamra > wrote: > >> On Tesseract site, it is mentioned that no GPU is needed (No support). >> What does th

Re: [tesseract-ocr] Training stops before specified iterations

2019-07-19 Thread Pooja Kamra
ng-command-line > > > target_error_rate double 0.01 Stop training if the mean percent error > rate gets below this value. > > > On Fri, Jul 19, 2019 at 11:39 AM Pooja Kamra > wrote: > >> Dear Shree, >> >> I have not specified target error rate. What eror rate will be take

Re: [tesseract-ocr] Training stops before specified iterations

2019-07-19 Thread Pooja Kamra
Dear Shree, I have not specified target error rate. What eror rate will be taken as default. On Friday, July 19, 2019 at 11:17:12 AM UTC+5:30, shree wrote: > > The target character error rate may have been achieved. > > On Fri, 19 Jul 2019, 11:14 Pooja Kamra, > > wrote

[tesseract-ocr] Training stops before specified iterations

2019-07-18 Thread Pooja Kamra
In training comand, max iterations given are 1. But training stops after 4600 iterations. What can be reason for this. Regards, Pooja -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving

[tesseract-ocr] Orientation support in Tesseract

2019-06-28 Thread Pooja Kamra
Is orientation is handled in tesseract? -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-ocr+unsubscr...@googlegroups.com. To post to this group, send

[tesseract-ocr] GPU for Tesseract

2019-06-27 Thread Pooja Kamra
On Tesseract site, it is mentioned that no GPU is needed (No support). What does this statement means? If i have a machine with GPU, does it improve training performance or it has no impact on training time. Please respond. -- You received this message because you are subscribed to the Google

[tesseract-ocr] Re: Divergence in Trained data

2019-06-21 Thread Pooja Kamra
Please help. On Thursday, June 20, 2019 at 5:19:19 PM UTC+5:30, Pooja Kamra wrote: > > Hi, > For training i have provided target_error_rate 4. > But during training it error rate reduced upto 4.5 and then started > increasing and never goes down. > What could be done in this sc

[tesseract-ocr] Divergence in Trained data

2019-06-20 Thread Pooja Kamra
Hi, For training i have provided target_error_rate 4. But during training it error rate reduced upto 4.5 and then started increasing and never goes down. What could be done in this scenario? -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To