Hi Renard,
Thanks for your reply, in that case I agree the internet permission
seems like the most sensible option. It's a pity it doesn't look
like it's possible to tie the network permission down to specific
URLs, so users could be assured nothing unpleasant was going on (I
think Chromium extensions can have this kind of "only allow on this
website" granularity).
I'm very happy to hear you're planning on releasing the code under GPL
or Apache. Either would be fab (though I'd probably favour GPL
personally, so nasty people would be less inclined to just take your
code and add advertising, but maybe this isn't much of a problem with
Android, I don't know).
I look forward to seeing the code :)
Nick
On Fri, May 10, 2013 at 04:45:13AM -0700, Renard Wellnitz wrote:
> Hi Nick,
>
> there is a 50mb limit for the size of the app binary.
> There are only a limited number possible solutions for the size problem:
>
> • providing a large separate data file that gets downloaded automatically by
> the play store after the user installed the app. The problem here is that
> space is often times a rather rare resource on android phones. Many low end
> devices have only 2 or 4gb in total. If a single app takes several hundred
> megs many users would complain or not even understand why so much space is
> needed. So in the end i decided against this all or nothing approach
> • let the app selectively download the training data at the cost of adding
> the internet permission. This is how it is now.
> • let the user push the training data manually to the app by copying it to
> the sd card himself. (this is currently possible but i think this feature
> is too complicated for the average user)
>
> Regarding publishing the code. I want to do this. Iam not yet sure if i want to
> use the GPL or Apache 2.0.
> Also since i modified tesseract and leptonica sources a bit and have several
> submodules i need to write a proper build script or readme file before
> releasing the sources.
> If i have time i'll push something to my git hub this weekend.
>
> 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.
>
>