A  B  C  D  E  F  G  H  I  J  M  N  O  P  R  S  T  U  V  W 

G

getBoundingBox(int) - function in com.googlecode.tesseract.android.PageIterator
Get bounding box: x, y, w, h============= Accessing data ==============.
getBoundingBox(int) - function in com.googlecode.tesseract.android.ResultIterator
Get bounding box: x, y, w, h============= Accessing data ==============.
getBoundingRect(int) - function in com.googlecode.tesseract.android.PageIterator
Get a bounding box as an Android Rect.
getBoundingRect(int) - function in com.googlecode.tesseract.android.ResultIterator
Get a bounding box as an Android Rect.
getBox(int) - function in com.googlecode.leptonica.android.Pixa
Creates and returns clone of the Box at the specified index, or null on error.Returned object should be recycled after use.
getBoxGeometry(int) - function in com.googlecode.leptonica.android.Pixa
Returns a geometry array for the Box at the specified index.
getBoxGeometry(int,Array) - function in com.googlecode.leptonica.android.Pixa
Fills an array with the geometry of the Box at the specified index.
getBoxRect(int) - function in com.googlecode.leptonica.android.Pixa
Returns a bounding Rect for the Box at the specified index.
getBoxRects() - function in com.googlecode.leptonica.android.Pixa
Returns an ArrayList of Box bounding Rects.
getBoxText(int) - function in com.googlecode.tesseract.android.TessBaseAPI
The recognized text is returned as coded in the same format as a UTF8box file used in training.
getConfidentText(int,int) - function in com.googlecode.tesseract.android.TessBaseAPI
Returns text where items on the given iterator level (symbol, word, line, paragraph, block)which has confidence lower than given threshold are filtered out.
getConnectedComponents() - function in com.googlecode.tesseract.android.TessBaseAPI
Gets the individual connected (text) components (created after pagessegmentation step, but before recognition) as a Pixa, in reading order.
getCount() - function in com.googlecode.leptonica.android.Boxa
 
getCurrentRect() - function in com.googlecode.tesseract.android.TessBaseAPI.ProgressValues
Return the bounds of the current recognition region.
getCurrentWordRect() - function in com.googlecode.tesseract.android.TessBaseAPI.ProgressValues
Return the bounds of the word currently being recognized.
getData() - function in com.googlecode.leptonica.android.Pix
Return the raw bytes of the native PIX object.
getDepth() - function in com.googlecode.leptonica.android.Pix
Returns the depth of this Pix.
getDimensions() - function in com.googlecode.leptonica.android.Pix
Returns an array of this image's dimensions.
getDimensions(Array) - function in com.googlecode.leptonica.android.Pix
Fills an array with this image's dimensions.
getGeometry() - function in com.googlecode.leptonica.android.Box
Returns an array containing the coordinates of this box.
getGeometry(Array) - function in com.googlecode.leptonica.android.Box
Fills an array containing the coordinates of this box.
getGeometry(int) - function in com.googlecode.leptonica.android.Boxa
Returns an array containing the coordinates of this box.
getGeometry(int,Array) - function in com.googlecode.leptonica.android.Boxa
Fills an array containing the coordinates of this box.
getHeight() - function in com.googlecode.leptonica.android.Box
Returns the box's height in pixels.
getHeight() - function in com.googlecode.leptonica.android.Pix
Returns the height of this Pix.
getHeight() - function in com.googlecode.leptonica.android.Pixa
Returns the height of this Pixa, or 0 if one was not set when it wascreated.
getHOCRText(int) - function in com.googlecode.tesseract.android.TessBaseAPI
Make a HTML-formatted string with hOCR markup from the internal datastructures.
getImageFormat() - function in com.googlecode.leptonica.android.Pix
Returns the imageFormat of this Pix.
getInitLanguagesAsString() - function in com.googlecode.tesseract.android.TessBaseAPI
Returns the languages string used in the last valid initialization.If the last initialization specified "deu+hin" then that will bereturned.
getLibraryFlavor() - function in com.googlecode.tesseract.android.TessBaseAPI
Returns flavor of the library.
getNativeBox() - function in com.googlecode.leptonica.android.Box
Returns a pointer to the native Box object.
getNativeBoxa() - function in com.googlecode.leptonica.android.Boxa
Returns a pointer to the native Boxa object.
getNativePdfRenderer() - function in com.googlecode.tesseract.android.TessPdfRenderer
 
getNativePix() - function in com.googlecode.leptonica.android.Pix
Returns a pointer to the native Pix object.
getNativePixa() - function in com.googlecode.leptonica.android.Pixa
Returns a pointer to the native PIXA object.
getPageSegMode() - function in com.googlecode.tesseract.android.TessBaseAPI
Return the current page segmentation mode.
getPercent() - function in com.googlecode.tesseract.android.TessBaseAPI.ProgressValues
Return word recognition progress.
getPix(int) - function in com.googlecode.leptonica.android.Pixa
Creates and returns clone of the Pix at the specified index, or null on error.Returned object should be recycled after use.
getPixel(int,int) - function in com.googlecode.leptonica.android.Pix
Returns the android.graphics.Color at the specified location.
getRect() - function in com.googlecode.leptonica.android.Box
Returns an android.graphics.Rect containing the coordinatesof this box.
getRect() - function in com.googlecode.leptonica.android.Pix
Returns a Rect with the width and height of this Pix.
getRect(int) - function in com.googlecode.leptonica.android.Boxa
Returns an android.graphics.Rect containing the coordinatesof this box.
getRect() - function in com.googlecode.leptonica.android.Pixa
Returns a bounding Rect for this Pixa, which may be (0,0,0,0) if widthand height were not specified on creation.
getRegions() - function in com.googlecode.tesseract.android.TessBaseAPI
Returns the result of page layout analysis as a Pixa, in reading order.
getResultIterator() - function in com.googlecode.tesseract.android.TessBaseAPI
Get a reading-order iterator to the results of LayoutAnalysis and/orRecognize.
getSpp() - function in com.googlecode.leptonica.android.Pix
Returns the spp of this Pix.
getStrips() - function in com.googlecode.tesseract.android.TessBaseAPI
Get textlines and strips of image regions as a Pixa, in reading order.
getSymbolChoicesAndConfidence() - function in com.googlecode.tesseract.android.ResultIterator
Returns all possible matching text strings and their confidence levelfor the current object.
getTextlines() - function in com.googlecode.tesseract.android.TessBaseAPI
Returns the textlines as a Pixa.
getThresholdedImage() - function in com.googlecode.tesseract.android.TessBaseAPI
Get a copy of the internal thresholded image from Tesseract.
getUTF8Text() - function in com.googlecode.tesseract.android.TessBaseAPI
The recognized text is returned as a String which is coded as UTF8.
getUTF8Text(int) - function in com.googlecode.tesseract.android.ResultIterator
Returns the text string for the current object at the given level.
getVariable(String) - function in com.googlecode.tesseract.android.TessBaseAPI
Get the value of an internal "parameter" as a string, if it exists.
getVersion() - function in com.googlecode.tesseract.android.TessBaseAPI
Returns the version identifier as a string.
getWidth() - function in com.googlecode.leptonica.android.Box
Returns the box's width in pixels.
getWidth() - function in com.googlecode.leptonica.android.Pix
Returns the width of this Pix.
getWidth() - function in com.googlecode.leptonica.android.Pixa
Returns the width of this Pixa, or 0 if one was not set when it wascreated.
getWords() - function in com.googlecode.tesseract.android.TessBaseAPI
Get the words as a Pixa, in reading order.
getX() - function in com.googlecode.leptonica.android.Box
Returns the box's x-coordinate in pixels.
getY() - function in com.googlecode.leptonica.android.Box
Returns the box's y-coordinate in pixels.
GrayQuant - class in com.googlecode.leptonica.android
 
A  B  C  D  E  F  G  H  I  J  M  N  O  P  R  S  T  U  V  W