Google Code Exporter

Results 21344 comments of Google Code Exporter

``` Thanks very much for taking the time to post the fix. ``` Original comment by `[email protected]` on 31 Jul 2014 at 2:12

``` Have you downloaded source files of Tesseract and Leptonica libraries before starting ndk-build? ``` Original comment by `[email protected]` on 22 Oct 2013 at 2:04

``` I have the same problem. What do you mean [email protected]? I have run dependecies.sh but it still doesn't work. Please help me, Thanks. ``` Original comment by `[email protected]` on...

``` Please ignore (refuse) previous post, there is explicit note in the README that Tesseract and Leptonica libraries should be downloaded before building this library. I had assumed this instance...

``` the line devided into 3 word e.g. 32130 22121 21691 ``` Original comment by `[email protected]` on 9 Jan 2013 at 5:24

``` Sorry. After I have a look at hOCR.html using tesseract 3.02.02 command, I understand why. With spaces between two characters, hOCR shows that sometimes it is regarded as separator,...

``` One thing I left to mention is that the IOException comes out where in.read(bytes);..And the Exception will not occur when I use an image file in the place of...

``` what's the packageResource in sentence: InputStream in=packageResource.getAssets().open(DEFAULT_LANG+".traineddata"); I tried with InputStream in=getAssets().open(DEFAULT_LANG+".traineddata"); and it turns out alright. ``` Original comment by `[email protected]` on 24 Oct 2012 at 9:27

``` I put all the above codes into only one function in a separate class so that I have to pass Resources() object (here packageResource) from main Activity() class into...