On Mon, Jun 27, 2016 at 5:56 AM, Gautam Navapara <[email protected]> wrote:
> make is linux command. I'm using windows10. what is equivalent command in > windows? > Depends on your tool chain. For Cygwin/Mingw, it still might be `make`. See the wiki instructions here: https://github.com/tesseract-ocr/tesseract/wiki/Compiling#windows Note that some of the rarer build environments might not include the ScrollView target, but if yours doesn't, you can copy/adapt the instructions from the Linux makefile. It's basically just Java compilation and building of a JAR. Tom > > > On Sunday, June 26, 2016 at 12:34:01 AM UTC+5:30, Tom Morris wrote: >> >> That typically means that it can't find or run ScrollView. Did you follow >> all the directions on the wiki page including building the jar, copying the >> dependencies, setting the environment variable, etc? >> >> You can avoid setting the environment variable by running tesseract >> directly from the ScrollView directory. This command sequence should work: >> >> cd tesseract >> make ScrollView.jar >> cd java >> tesseract ../testing/phototest.tif test1 segdemo inter >> >> >> >> On Sat, Jun 25, 2016 at 12:14 PM, Gautam Navapara <[email protected]> >> wrote: >> >>> Hello Tom, I tried that ScrollView app but nothing happens. waiting for >>> server... waiting for server... it's like it goes in infinity loop. >>> can you suggest solution for it? >>> >>> >>> On Friday, June 24, 2016 at 10:35:27 PM UTC+5:30, Tom Morris wrote: >>>> >>>> Rather than rolling your own, I'd suggest looking at the ScrollView app >>>> to see if it has the information that you need: >>>> >>>> https://github.com/tesseract-ocr/tesseract/wiki/ViewerDebugging >>>> >>>> Tom >>>> >>>> On Wednesday, June 22, 2016 at 7:16:35 PM UTC-4, Quan Nguyen wrote: >>>>> >>>>> You'll need to programmatically draw rectangles having those >>>>> coordinates on the image. >>>>> >>>>> On Wednesday, June 22, 2016 at 2:07:20 AM UTC-5, Gautam Navapara wrote: >>>>>> >>>>>> I got arrays of box object. after that i called function 'boxawrite' >>>>>> that function created txt file with cordinates of box. How this >>>>>> cordinates >>>>>> are useful? I want output as image. like i attached one here. how to get >>>>>> that kind of image. maybe this is very easy but I'm newbie, please help. >>>>>> >>>>>> On Wednesday, June 22, 2016 at 6:15:43 AM UTC+5:30, Quan Nguyen wrote: >>>>>>> >>>>>>> RTD. You can pass in a null and get an array of Box objects in >>>>>>> return. >>>>>>> >>>>>>> On Tuesday, June 21, 2016 at 1:27:59 PM UTC-5, Gautam Navapara wrote: >>>>>>>> >>>>>>>> How can I use GetRegions() function? What should be argument for >>>>>>>> it? After calling GetRegions() function which function should I use to >>>>>>>> get >>>>>>>> page layout image as output? >>>>>>>> >>>>>>>> On Tuesday, June 21, 2016 at 12:48:48 AM UTC+5:30, Gautam Navapara >>>>>>>> wrote: >>>>>>>>> >>>>>>>>> Thank you. It really helped me. >>>>>>>>> >>>>>>>>> On Monday, June 20, 2016 at 7:11:55 AM UTC+5:30, Quan Nguyen wrote: >>>>>>>>>> >>>>>>>>>> Check the API Examples. You can call GetThresholdedImage after >>>>>>>>>> SetImage >>>>>>>>>> to return the Pix object of your interest, and call Leptonica's >>>>>>>>>> pixWrite >>>>>>>>>> method to save it to an image file on your filesystem for your >>>>>>>>>> viewing. >>>>>>>>>> >>>>>>>>>> https://github.com/tesseract-ocr/tesseract/wiki/APIExample >>>>>>>>>> https://zdenop.github.io/tesseract-doc/group___advanced_a_p_i.html >>>>>>>>>> >>>>>>>>>> On Saturday, June 18, 2016 at 3:14:51 PM UTC-5, Gautam Navapara >>>>>>>>>> wrote: >>>>>>>>>>> >>>>>>>>>>> I started working on tesseract few days back. I want to improve >>>>>>>>>>> it's accuracy. Some times it doesn't recognize characters. So, i'm >>>>>>>>>>> starting >>>>>>>>>>> from first step. I want to see processed Image at each and every >>>>>>>>>>> stage. How >>>>>>>>>>> can i achieve this? >>>>>>>>>>> >>>>>>>>>> -- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "tesseract-ocr" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/tesseract-ocr/l918_ouIH98/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at https://groups.google.com/group/tesseract-ocr. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/tesseract-ocr/0572a6d8-ea51-43da-9dca-27b5e8f12eb7%40googlegroups.com >>> <https://groups.google.com/d/msgid/tesseract-ocr/0572a6d8-ea51-43da-9dca-27b5e8f12eb7%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > You received this message because you are subscribed to a topic in the > Google Groups "tesseract-ocr" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/tesseract-ocr/l918_ouIH98/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/tesseract-ocr. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tesseract-ocr/0cfbbd4a-23c6-4a16-90bc-81d6d75a5b2e%40googlegroups.com > <https://groups.google.com/d/msgid/tesseract-ocr/0cfbbd4a-23c6-4a16-90bc-81d6d75a5b2e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/CAE9vqEG5cEAZUJrc5_9qELS-Rd%3DfhpAWweKFUnt8y3AR1P8J-g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

