| Package | Description |
|---|---|
| com.googlecode.leptonica.android | |
| com.googlecode.tesseract.android |
| Modifier and Type | Method and Description |
|---|---|
Pixa |
Pixa.copy()
Creates a shallow copy of this Pixa.
|
static Pixa |
Pixa.createPixa(int size)
Creates a new Pixa with the specified minimum capacity.
|
static Pixa |
Pixa.createPixa(int size,
int width,
int height)
Creates a new Pixa with the specified minimum capacity.
|
static Pixa |
ReadFile.readFiles(File dir,
String prefix)
Creates a Pixa object from encoded files in a directory.
|
Pixa |
Pixa.sort(int field,
int order)
Sorts this Pixa using the specified field and order.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Pixa.join(Pixa otherPixa)
Merges the contents of another Pixa into this one.
|
static boolean |
WriteFile.writeFiles(Pixa pixas,
File path,
String prefix,
int format)
Writes all the images in a Pixa array to individual files using the
specified format.
|
| Modifier and Type | Method and Description |
|---|---|
Pixa |
TessBaseAPI.getRegions()
Returns the result of page layout analysis as a Pixa, in reading order.
|
Pixa |
TessBaseAPI.getStrips()
Returns the strips as a Pixa.
|
Pixa |
TessBaseAPI.getTextlines()
Returns the textlines as a Pixa.
|
Pixa |
TessBaseAPI.getWords()
Returns the word bounding boxes as a Pixa, in reading order.
|
Copyright © 2014. All rights reserved.