Hi Renard,

Great, I'm glad you're merging them into the latest Tesseract
revision. Could you then post the patches into the Tesseract bug
tracker? http://code.google.com/p/tesseract-ocr/issues/list

> But one change that i really need is the option to pass in a monitor to the
> api. One reason is to cancel the ocr process from my app and the other reason
> is so that i can show a progress bar to the user.

That sounds like the sort of thing that others using the API would
find useful too. If you can make the change in such a way that
existing code using the API continues to work, I expect that could
be incorporated into Tesseract too.

Nick

On Sat, May 18, 2013 at 07:01:52AM -0700, Renard Wellnitz wrote:
> Hi Nick,
> 
> thanks for the diff. I made the changes a long time ago and i did not really
> remember everything. But the diff greatly helped me to remember :-)
> Iam currently merging my changes to the latest revision of tesseract. Iam also
> trying to move as much of my code out of your source files.
> I will also create a new git repo that should be much smaller. I will also
> mavenize the whole project so that it can be built with just one command.
> 
> Cheers
> Renard
> 
> Am Donnerstag, 16. Mai 2013 12:40:15 UTC+2 schrieb Nick White:
> 
>     That looks right, thanks for that.
> 
>     I'll try to take a proper look soon and figure out how best to
>     upstream stuff, and where it's worth doing so. In the meantime I'll
>     attach the .diff (very small; only 200 lines), in case anyone else
>     is interested, and so I don't forget ;)
> 
>     Nick
> 
>     On Wed, May 15, 2013 at 07:18:42AM -0700, Renard Wellnitz wrote:
>     > Hi Nick,
>     >
>     > here is the console output:
>     >
>     >
>     >     localhost:tesseract-ocr-3.02 renard$  svn log -r COMMITTED
>     >     ------------------------------------------------------------
>     ------------
>     >     r705 | zde...@gmail.com | 2012-03-15 22:05:12 +0100 (Thu, 15 Mar
>     2012) | 1
>     >     line
>     >
>     >     fixed build in java directory; create documentation package with
>     'make
>     >     doc-pack'
>     >     ------------------------------------------------------------
>     ------------
>     >
>     >
>     > Cheers
>     > Renard
>     >
>     >
>     > Am Mittwoch, 15. Mai 2013 14:28:35 UTC+2 schrieb Nick White:
>     >
>     >     I'm no expert with SVN, but I think this command will tell me what I
>     >     want to know:
>     >
>     >       svn log -r COMMITTED
>     >
>     >     Thanks.
>     >
>     >     On Wed, May 15, 2013 at 04:02:34AM -0700, Renard Wellnitz wrote:
>     >     > Hi Nick,
>     >     >
>     >     > i'm not really proficient with svn. Maybe this helps? If you want
>     me to
>     >     run a
>     >     > specific svn command i'll gladly do it.
>     >     >
>     >     >
>     >     >     localhost:tesseract-ocr-3.02 renard$ svn ls "^/tags"
>     >     >     release-2.04/
>     >     >     release-3.00/
>     >     >     release-3.00.1/
>     >     >     release-3.01/
>     >     >     release-3.02.01/
>     >     >     release-3.02.02/
>     >     >     localhost:tesseract-ocr-3.02 renard$ svnversion .
>     >     >     705M
>     >     >     localhost:tesseract-ocr-3.02 renard$
>     >     >
>     >     >
>     >     > I do not remember the exact changes. But my main goals was the get
>     >     progress
>     >     > information during the ocr process so that my app could show the
>     bounding
>     >     boxes
>     >     > of the currently processed word.
>     >     >
>     >     > Cheers
>     >     > Renard
>     >     >
>     >     >
>     >     > Am Mittwoch, 15. Mai 2013 11:37:26 UTC+2 schrieb Nick White:
>     >     >
>     >     >     Ah, I see it's pretty close to 3.02.01 (now only available as
>     an SVN
>     >     >     tag). Am I correct in thinking that's the release you used? Or
>     was
>     >     >     it a SVN revision near it?
>     >     >
>     >     >     Thanks again,
>     >     >
>     >     >     Nick
>     >     >
>     >     >     On Wed, May 15, 2013 at 10:30:29AM +0100, Nick White wrote:
>     >     >     > Hi Renard,
>     >     >     >
>     >     >     > This is awesome, great job :)
>     >     >     >
>     >     >     > I was interested to see what changes you'd made to 
> tesseract,
>     so
>     >     ran
>     >     >     > 'diff -r' on the tesseract-ocr-3.02 directory in github, but
>     a
>     >     quick
>     >     >     > look made it seem quite different to the
>     >     >     > tesseract-ocr-3.02.02.tar.gz currently available from
>     Tesseract.
>     >     >     >
>     >     >     > Am I correct in thinking that? Is it based on a version from
>     SVN?
>     >     If
>     >     >     > so, which? If not, I'll just have to spend more time with
>     diff ;-)
>     >     >     >
>     >     >     > I'd be keen to try and isolate and generalise any changes 
> you
>     made
>     >     >     > and get them back into the core code, if I can.
>     >     >     >
>     >     >     > Thanks for all this lovely free code!
>     >     >     >
>     >     >     > Nick
>     >     >     >
>     >     >     > On Tue, May 14, 2013 at 01:51:15PM -0700, Renard Wellnitz
>     wrote:
>     >     >     > > Hi Tom,
>     >     >     > >
>     >     >     > > i decided to publish the code of the app under the Apache 
> 2
>     >     licence.
>     >     >     However
>     >     >     > > the c++ code that deals with image processing uses the
>     stricter
>     >     GLP v3
>     >     >     since
>     >     >     > > that is the place where i put a lot of effort into.
>     >     >     > >
>     >     >     > > The project still needs a readme and instructions on how 
> to
>     build
>     >     the
>     >     >     binaries.
>     >     >     > > For someone with a bit of Android/NDK experience it should
>     be not
>     >     a big
>     >     >     problem
>     >     >     > > however.
>     >     >     > > Readme and build instructions will follow in a couple of
>     days.
>     >     >     > >
>     >     >     > > https://github.com/renard314/textfairy
>     >     >     > >
>     >     >     > > Cheers!
>     >     >     > > Renard
>     >     >
>     >     > --
>     >     > --
>     >     > You received this message because you are subscribed to the Google
>     >     > Groups "tesseract-ocr" group.
>     >     > To post to this group, send email to tesser...@googlegroups.com
>     >     > To unsubscribe from this group, send email to
>     >     > tesseract-oc...@googlegroups.com
>     >     > For more options, visit this group at
>     >     > http://groups.google.com/group/tesseract-ocr?hl=en
>     >     >  
>     >     > ---
>     >     > 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-oc...@googlegroups.com.
>     >     > For more options, visit https://groups.google.com/groups/opt_out.
>     >     >  
>     >     >  
>     >
>     > --
>     > --
>     > You received this message because you are subscribed to the Google
>     > Groups "tesseract-ocr" group.
>     > To post to this group, send email to tesser...@googlegroups.com
>     > To unsubscribe from this group, send email to
>     > tesseract-oc...@googlegroups.com
>     > For more options, visit this group at
>     > http://groups.google.com/group/tesseract-ocr?hl=en
>     >  
>     > ---
>     > 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-oc...@googlegroups.com.
>     > For more options, visit https://groups.google.com/groups/opt_out.
>     >  
>     >  
> 
> --
> --
> You received this message because you are subscribed to the Google
> Groups "tesseract-ocr" group.
> To post to this group, send email to tesseract-ocr@googlegroups.com
> To unsubscribe from this group, send email to
> tesseract-ocr+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/tesseract-ocr?hl=en
>  
> ---
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
-- 
You received this message because you are subscribed to the Google
Groups "tesseract-ocr" group.
To post to this group, send email to tesseract-ocr@googlegroups.com
To unsubscribe from this group, send email to
tesseract-ocr+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/tesseract-ocr?hl=en

--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to