Google Code Exporter

Results 11117 issues of Google Code Exporter

``` 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

``` What steps will reproduce the problem? 1. Build tesseract-android-tools 2. Bitmap is located under location specified in "_path" (.JPG file) 3. Code: // prepare bitmap BitmapFactory.Options options = new...

Type-Defect
Priority-Medium
auto-migrated

``` What steps will reproduce the problem? 1. Using android-ndk-r9 and the tesseract source code v3.02 2. ndk-build.cmd -j8 3. What is the expected output? What do you see instead?...

Type-Defect
Priority-Medium
auto-migrated

``` What steps will reproduce the problem? 1. clone the project: git clone https://code.google.com/p/tesseract-android-tools/ 2. cd tesseract-android-tools/tesseract-android-tools 3. ndk-build What is the expected output? What do you see instead? Output:...

Type-Defect
Priority-Medium
auto-migrated

``` What steps will reproduce the problem? 1. Take a picture using device camera 2. Move the picture to Environment.getExternalStorageDirectory() 3. Rename it to image.jpg 4. Run the JUnit test...

Type-Defect
Priority-Medium
auto-migrated

``` I want to recognize some certificate, such as driver's license. How do I use tesseract-andriod-tools? Who can give me a demo? ``` Original issue reported on code.google.com by `[email protected]`...

Type-Defect
Priority-Medium
auto-migrated

``` I want to know if the Binarize.java in the tessrac-androidd-tools is working, and if so how to use it to binarize image befor OCR it ?? thank you ```...

Type-Defect
Priority-Medium
auto-migrated

``` What steps will reproduce the problem? 1. run "ndk-build" in the main project directory after checking out the project What is the expected output? What do you see instead?...

Type-Defect
Priority-Medium
auto-migrated

``` What steps will reproduce the problem? 1. capture a pic with about 16 number no characters between them. 2. image size x = 500 , y = 100 3....

Type-Defect
Priority-Medium
auto-migrated

``` What steps will reproduce the problem? 1. String recognizedText = baseApi.getUTF8Text(); int[] wordConfidences = baseApi.wordConfidences(); List rect_lines = baseApi.getTextlines().getBoxRects(); 2. 3. What is the expected output? What do you...

Type-Defect
Priority-Medium
auto-migrated