tesseract-android-tools icon indicating copy to clipboard operation
tesseract-android-tools copied to clipboard

Automatically exported from code.google.com/p/tesseract-android-tools

Results 21 tesseract-android-tools issues
Sort by recently updated
recently updated
newest added

``` It looks like conversion from Pic to Bitmap (or vice versa) is not working correctly. This should be tested in ReadFileTest or WriteFileTest with a Bitmap => Pic =>...

Priority-Medium
auto-migrated
Type-Enhancement

**Below is the content of jni/Application.mk** APP_MODULES := liblept APP_ABI := ALL APP_OPTIM := release APP_PLATFORM = android-8 APP_STL := gnustl_static APP_CPPFLAGS += -fexceptions -frtti -ffat-lto-objects NDK_TOOLCHAIN_VERSION := 4.9 **Below...

Hi, I checked from the source code and it seems like it does not have the native interface for Leptonica flipdetect.c for image orientation detection. Is it possible if we...

``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? expected ==> the two lib*.so. I got errors: jni/com_googlecode_leptonica_android/stdio/open_memstream.c:188: error:...

Type-Defect
Priority-Medium
auto-migrated

``` is that a demo to binarization image using tess-two? thanks ``` Original issue reported on code.google.com by `[email protected]` on 5 Mar 2015 at 5:14

Type-Defect
Priority-Medium
auto-migrated

``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what...

Type-Defect
Priority-Medium
auto-migrated

``` What steps will reproduce the problem? 1. Add below Tesseract dll files in a java project liblept168.dll, libtesseract302.dll. 2. Add below jar files as supporting jars tess4j.jar, ghost4j-0.5.1.jar, jai_imageio.jar,...

Type-Defect
Priority-Medium
auto-migrated

``` Hi, i have a problem, and need your help. I need to get an array of words after calling getUTF8Text(), not just a string. When i'm trying to do...

Type-Defect
Priority-Medium
auto-migrated

``` Not so much an issue as a question. First thanks, for the API. It rocks. Quick question: Have you implemented the ChoiceIterator (or something similar)? I would like to...

Type-Defect
Priority-Medium
auto-migrated

``` What steps will reproduce the problem? 1.testing the app with simple settings What is the expected output? What do you see instead? the output should be the picture, instead...

Type-Defect
Priority-Medium
auto-migrated