C D F G H I L M N O P R S T W 

T

TessAPI - Interface in net.sourceforge.tess4j
A Java wrapper for Tesseract OCR 3.02 API using JNA Interface Mapping.
TessAPI.ETEXT_DESC - Class in net.sourceforge.tess4j
 
TessAPI.ETEXT_DESC(Pointer) - Constructor for class net.sourceforge.tess4j.TessAPI.ETEXT_DESC
 
TessAPI.ETEXT_DESC() - Constructor for class net.sourceforge.tess4j.TessAPI.ETEXT_DESC
 
TessAPI.TessBaseAPI - Class in net.sourceforge.tess4j
 
TessAPI.TessBaseAPI(Pointer) - Constructor for class net.sourceforge.tess4j.TessAPI.TessBaseAPI
 
TessAPI.TessBaseAPI() - Constructor for class net.sourceforge.tess4j.TessAPI.TessBaseAPI
 
TessAPI.TessOcrEngineMode - Interface in net.sourceforge.tess4j
When Tesseract/Cube is initialized we can choose to instantiate/load/run only the Tesseract part, only the Cube part or both along with the combiner.
TessAPI.TessOrientation - Interface in net.sourceforge.tess4j
+------------------+ | 1 Aaaa Aaaa Aaaa | | Aaa aa aaa aa | | aaaaaa A aa aaa.
TessAPI.TessPageIterator - Class in net.sourceforge.tess4j
 
TessAPI.TessPageIterator(Pointer) - Constructor for class net.sourceforge.tess4j.TessAPI.TessPageIterator
 
TessAPI.TessPageIterator() - Constructor for class net.sourceforge.tess4j.TessAPI.TessPageIterator
 
TessAPI.TessPageIteratorLevel - Interface in net.sourceforge.tess4j
Enum of the elements of the page hierarchy, used in ResultIterator to provide functions that operate on each level without having to have 5x as many functions.
TessAPI.TessPageSegMode - Interface in net.sourceforge.tess4j
Possible modes for page layout analysis.
TessAPI.TessPolyBlockType - Interface in net.sourceforge.tess4j
 
TessAPI.TessResultIterator - Class in net.sourceforge.tess4j
 
TessAPI.TessResultIterator(Pointer) - Constructor for class net.sourceforge.tess4j.TessAPI.TessResultIterator
 
TessAPI.TessResultIterator() - Constructor for class net.sourceforge.tess4j.TessAPI.TessResultIterator
 
TessAPI.TessTextlineOrder - Interface in net.sourceforge.tess4j
The text lines are read in the given sequence.

In English, the order is top-to-bottom.
TessAPI.TessWritingDirection - Interface in net.sourceforge.tess4j
The grapheme clusters within a line of text are laid out logically in this direction, judged when looking at the text line rotated so that its Orientation is "page up".

For English text, the writing direction is left-to-right.
TessAPI1 - Class in net.sourceforge.tess4j
A Java wrapper for Tesseract OCR 3.02 API using JNA Direct Mapping.
TessAPI1() - Constructor for class net.sourceforge.tess4j.TessAPI1
 
TessAPI1.ETEXT_DESC - Class in net.sourceforge.tess4j
 
TessAPI1.ETEXT_DESC(Pointer) - Constructor for class net.sourceforge.tess4j.TessAPI1.ETEXT_DESC
 
TessAPI1.ETEXT_DESC() - Constructor for class net.sourceforge.tess4j.TessAPI1.ETEXT_DESC
 
TessAPI1.TessBaseAPI - Class in net.sourceforge.tess4j
 
TessAPI1.TessBaseAPI(Pointer) - Constructor for class net.sourceforge.tess4j.TessAPI1.TessBaseAPI
 
TessAPI1.TessBaseAPI() - Constructor for class net.sourceforge.tess4j.TessAPI1.TessBaseAPI
 
TessAPI1.TessOcrEngineMode - Interface in net.sourceforge.tess4j
When Tesseract/Cube is initialized we can choose to instantiate/load/run only the Tesseract part, only the Cube part or both along with the combiner.
TessAPI1.TessOrientation - Interface in net.sourceforge.tess4j
+------------------+ | 1 Aaaa Aaaa Aaaa | | Aaa aa aaa aa | | aaaaaa A aa aaa.
TessAPI1.TessPageIterator - Class in net.sourceforge.tess4j
 
TessAPI1.TessPageIterator(Pointer) - Constructor for class net.sourceforge.tess4j.TessAPI1.TessPageIterator
 
TessAPI1.TessPageIterator() - Constructor for class net.sourceforge.tess4j.TessAPI1.TessPageIterator
 
TessAPI1.TessPageIteratorLevel - Interface in net.sourceforge.tess4j
Enum of the elements of the page hierarchy, used in ResultIterator to provide functions that operate on each level without having to have 5x as many functions.
TessAPI1.TessPageSegMode - Interface in net.sourceforge.tess4j
Possible modes for page layout analysis.
TessAPI1.TessPolyBlockType - Interface in net.sourceforge.tess4j
 
TessAPI1.TessResultIterator - Class in net.sourceforge.tess4j
 
TessAPI1.TessResultIterator(Pointer) - Constructor for class net.sourceforge.tess4j.TessAPI1.TessResultIterator
 
TessAPI1.TessResultIterator() - Constructor for class net.sourceforge.tess4j.TessAPI1.TessResultIterator
 
TessAPI1.TessTextlineOrder - Interface in net.sourceforge.tess4j
The text lines are read in the given sequence.

In English, the order is top-to-bottom.
TessAPI1.TessWritingDirection - Interface in net.sourceforge.tess4j
The grapheme clusters within a line of text are laid out logically in this direction, judged when looking at the text line rotated so that its Orientation is "page up".

For English text, the writing direction is left-to-right.
TessBaseAPIAdaptToWordStr(TessAPI.TessBaseAPI, int, String) - Method in interface net.sourceforge.tess4j.TessAPI
Applies the given word to the adaptive classifier if possible.
TessBaseAPIAdaptToWordStr(TessAPI1.TessBaseAPI, int, String) - Static method in class net.sourceforge.tess4j.TessAPI1
Applies the given word to the adaptive classifier if possible.
TessBaseAPIAllWordConfidences(TessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
Returns all word confidences (between 0 and 100) in an array, terminated by -1.
TessBaseAPIAllWordConfidences(TessAPI1.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
Returns all word confidences (between 0 and 100) in an array, terminated by -1.
TessBaseAPIAnalyseLayout(TessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
Runs page layout analysis in the mode set by SetPageSegMode.
TessBaseAPIAnalyseLayout(TessAPI1.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
Runs page layout analysis in the mode set by SetPageSegMode.
TessBaseAPIClear(TessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
Free up recognition results and any stored image data, without actually freeing any recognition data that would be time-consuming to reload.
TessBaseAPIClear(TessAPI1.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
Free up recognition results and any stored image data, without actually freeing any recognition data that would be time-consuming to reload.
TessBaseAPIClearAdaptiveClassifier(TessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
Call between pages or documents etc to free up memory and forget adaptive data.
TessBaseAPIClearAdaptiveClassifier(TessAPI1.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
Call between pages or documents etc to free up memory and forget adaptive data.
TessBaseAPICreate() - Method in interface net.sourceforge.tess4j.TessAPI
Creates an instance of the base class for all Tesseract APIs.
TessBaseAPICreate() - Static method in class net.sourceforge.tess4j.TessAPI1
Creates an instance of the base class for all Tesseract APIs.
TessBaseAPIDelete(TessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
Disposes the TesseractAPI instance.
TessBaseAPIDelete(TessAPI1.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
Disposes the TesseractAPI instance.
TessBaseAPIEnd(TessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
Close down tesseract and free up all memory.
TessBaseAPIEnd(TessAPI1.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
Close down tesseract and free up all memory.
TessBaseAPIGetAvailableLanguagesAsVector(TessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
Returns the available languages in the vector of STRINGs.
TessBaseAPIGetAvailableLanguagesAsVector(TessAPI1.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
Returns the available languages in the vector of STRINGs.
TessBaseAPIGetBoolVariable(TessAPI.TessBaseAPI, String, IntBuffer) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessBaseAPIGetBoolVariable(TessAPI1.TessBaseAPI, String, IntBuffer) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessBaseAPIGetBoxText(TessAPI.TessBaseAPI, int) - Method in interface net.sourceforge.tess4j.TessAPI
The recognized text is returned as a char* which is coded in the same format as a box file used in training.
TessBaseAPIGetBoxText(TessAPI1.TessBaseAPI, int) - Static method in class net.sourceforge.tess4j.TessAPI1
The recognized text is returned as a char* which is coded in the same format as a box file used in training.
TessBaseAPIGetDoubleVariable(TessAPI.TessBaseAPI, String, DoubleBuffer) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessBaseAPIGetDoubleVariable(TessAPI1.TessBaseAPI, String, DoubleBuffer) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessBaseAPIGetHOCRText(TessAPI.TessBaseAPI, int) - Method in interface net.sourceforge.tess4j.TessAPI
Make a HTML-formatted string with hOCR markup from the internal data structures.
TessBaseAPIGetHOCRText(TessAPI1.TessBaseAPI, int) - Static method in class net.sourceforge.tess4j.TessAPI1
Make a HTML-formatted string with hOCR markup from the internal data structures.
TessBaseAPIGetInitLanguagesAsString(TessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
Returns the languages string used in the last valid initialization.
TessBaseAPIGetInitLanguagesAsString(TessAPI1.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
Returns the languages string used in the last valid initialization.
TessBaseAPIGetIntVariable(TessAPI.TessBaseAPI, String, IntBuffer) - Method in interface net.sourceforge.tess4j.TessAPI
Returns true (1) if the parameter was found among Tesseract parameters.
TessBaseAPIGetIntVariable(TessAPI1.TessBaseAPI, String, IntBuffer) - Static method in class net.sourceforge.tess4j.TessAPI1
Returns true (1) if the parameter was found among Tesseract parameters.
TessBaseAPIGetIterator(TessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
Get a reading-order iterator to the results of LayoutAnalysis and/or Recognize.
TessBaseAPIGetIterator(TessAPI1.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
Get a reading-order iterator to the results of LayoutAnalysis and/or Recognize.
TessBaseAPIGetLoadedLanguagesAsVector(TessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
Returns the loaded languages in the vector of STRINGs.
TessBaseAPIGetLoadedLanguagesAsVector(TessAPI1.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
Returns the loaded languages in the vector of STRINGs.
TessBaseAPIGetPageSegMode(TessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
Return the current page segmentation mode.
TessBaseAPIGetPageSegMode(TessAPI1.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
Return the current page segmentation mode.
TessBaseAPIGetStringVariable(TessAPI.TessBaseAPI, String) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessBaseAPIGetStringVariable(TessAPI1.TessBaseAPI, String) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessBaseAPIGetTextDirection(TessAPI.TessBaseAPI, IntBuffer, FloatBuffer) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessBaseAPIGetTextDirection(TessAPI1.TessBaseAPI, IntBuffer, FloatBuffer) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessBaseAPIGetUnichar(TessAPI.TessBaseAPI, int) - Method in interface net.sourceforge.tess4j.TessAPI
This method returns the string form of the specified unichar.
TessBaseAPIGetUnichar(TessAPI1.TessBaseAPI, int) - Static method in class net.sourceforge.tess4j.TessAPI1
This method returns the string form of the specified unichar.
TessBaseAPIGetUNLVText(TessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
The recognized text is returned as a char* which is coded as UNLV format Latin-1 with specific reject and suspect codes and must be freed with the delete [] operator.
TessBaseAPIGetUNLVText(TessAPI1.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
The recognized text is returned as a char* which is coded as UNLV format Latin-1 with specific reject and suspect codes and must be freed with the delete [] operator.
TessBaseAPIGetUTF8Text(TessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
The recognized text is returned as a char* which is coded as UTF-8 and must be freed with the delete [] operator.
TessBaseAPIGetUTF8Text(TessAPI1.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
The recognized text is returned as a char* which is coded as UTF-8 and must be freed with the delete [] operator.
TessBaseAPIInit1(TessAPI.TessBaseAPI, String, String, int, PointerByReference, int) - Method in interface net.sourceforge.tess4j.TessAPI
Instances are now mostly thread-safe and totally independent, but some global parameters remain.
TessBaseAPIInit1(TessAPI1.TessBaseAPI, String, String, int, PointerByReference, int) - Static method in class net.sourceforge.tess4j.TessAPI1
Instances are now mostly thread-safe and totally independent, but some global parameters remain.
TessBaseAPIInit2(TessAPI.TessBaseAPI, String, String, int) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessBaseAPIInit2(TessAPI1.TessBaseAPI, String, String, int) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessBaseAPIInit3(TessAPI.TessBaseAPI, String, String) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessBaseAPIInit3(TessAPI1.TessBaseAPI, String, String) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessBaseAPIInitForAnalysePage(TessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
Init only for page layout analysis.
TessBaseAPIInitForAnalysePage(TessAPI1.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
Init only for page layout analysis.
TessBaseAPIInitLangMod(TessAPI.TessBaseAPI, String, String) - Method in interface net.sourceforge.tess4j.TessAPI
Init only the lang model component of Tesseract.
TessBaseAPIInitLangMod(TessAPI1.TessBaseAPI, String, String) - Static method in class net.sourceforge.tess4j.TessAPI1
Init only the lang model component of Tesseract.
TessBaseAPIIsValidWord(TessAPI.TessBaseAPI, String) - Method in interface net.sourceforge.tess4j.TessAPI
Check whether a word is valid according to Tesseract's language model.
TessBaseAPIIsValidWord(TessAPI1.TessBaseAPI, String) - Static method in class net.sourceforge.tess4j.TessAPI1
Check whether a word is valid according to Tesseract's language model.
TessBaseAPIMeanTextConf(TessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
Returns the (average) confidence value between 0 and 100.
TessBaseAPIMeanTextConf(TessAPI1.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
Returns the (average) confidence value between 0 and 100.
TessBaseAPIPrintVariablesToFile(TessAPI.TessBaseAPI, String) - Method in interface net.sourceforge.tess4j.TessAPI
Print Tesseract parameters to the given file.

Note: Must not be the first method called after instance create.
TessBaseAPIPrintVariablesToFile(TessAPI1.TessBaseAPI, String) - Static method in class net.sourceforge.tess4j.TessAPI1
Print Tesseract parameters to the given file.

Note: Must not be the first method called after instance create.
TessBaseAPIProcessPages(TessAPI.TessBaseAPI, String, String, int) - Method in interface net.sourceforge.tess4j.TessAPI
Recognizes all the pages in the named file, as a multi-page tiff or list of filenames, or single image, and gets the appropriate kind of text according to parameters: tessedit_create_boxfile, tessedit_make_boxes_from_boxes, tessedit_write_unlv, tessedit_create_hocr.
TessBaseAPIProcessPages(TessAPI1.TessBaseAPI, String, String, int) - Static method in class net.sourceforge.tess4j.TessAPI1
Recognizes all the pages in the named file, as a multi-page tiff or list of filenames, or single image, and gets the appropriate kind of text according to parameters: tessedit_create_boxfile, tessedit_make_boxes_from_boxes, tessedit_write_unlv, tessedit_create_hocr.
TessBaseAPIReadConfigFile(TessAPI.TessBaseAPI, String, int) - Method in interface net.sourceforge.tess4j.TessAPI
Read a "config" file containing a set of param, value pairs.
TessBaseAPIReadConfigFile(TessAPI1.TessBaseAPI, String, int) - Static method in class net.sourceforge.tess4j.TessAPI1
Read a "config" file containing a set of param, value pairs.
TessBaseAPIRecognize(TessAPI.TessBaseAPI, TessAPI.ETEXT_DESC) - Method in interface net.sourceforge.tess4j.TessAPI
Recognize the image from SetAndThresholdImage, generating Tesseract internal structures.
TessBaseAPIRecognize(TessAPI1.TessBaseAPI, TessAPI1.ETEXT_DESC) - Static method in class net.sourceforge.tess4j.TessAPI1
Recognize the image from SetAndThresholdImage, generating Tesseract internal structures.
TessBaseAPIRecognizeForChopTest(TessAPI.TessBaseAPI, TessAPI.ETEXT_DESC) - Method in interface net.sourceforge.tess4j.TessAPI
Variant on Recognize used for testing chopper.
TessBaseAPIRecognizeForChopTest(TessAPI1.TessBaseAPI, TessAPI1.ETEXT_DESC) - Static method in class net.sourceforge.tess4j.TessAPI1
Variant on Recognize used for testing chopper.
TessBaseAPIRect(TessAPI.TessBaseAPI, ByteBuffer, int, int, int, int, int, int) - Method in interface net.sourceforge.tess4j.TessAPI
Recognize a rectangle from an image and return the result as a string.
TessBaseAPIRect(TessAPI1.TessBaseAPI, ByteBuffer, int, int, int, int, int, int) - Static method in class net.sourceforge.tess4j.TessAPI1
Recognize a rectangle from an image and return the result as a string.
TessBaseAPISetImage(TessAPI.TessBaseAPI, ByteBuffer, int, int, int, int) - Method in interface net.sourceforge.tess4j.TessAPI
Provide an image for Tesseract to recognize.
TessBaseAPISetImage(TessAPI1.TessBaseAPI, ByteBuffer, int, int, int, int) - Static method in class net.sourceforge.tess4j.TessAPI1
Provide an image for Tesseract to recognize.
TessBaseAPISetInputName(TessAPI.TessBaseAPI, String) - Method in interface net.sourceforge.tess4j.TessAPI
Set the name of the input file.
TessBaseAPISetInputName(TessAPI1.TessBaseAPI, String) - Static method in class net.sourceforge.tess4j.TessAPI1
Set the name of the input file.
TessBaseAPISetOutputName(TessAPI.TessBaseAPI, String) - Method in interface net.sourceforge.tess4j.TessAPI
Set the name of the bonus output files.
TessBaseAPISetOutputName(TessAPI1.TessBaseAPI, String) - Static method in class net.sourceforge.tess4j.TessAPI1
Set the name of the bonus output files.
TessBaseAPISetPageSegMode(TessAPI.TessBaseAPI, int) - Method in interface net.sourceforge.tess4j.TessAPI
Set the current page segmentation mode.
TessBaseAPISetPageSegMode(TessAPI1.TessBaseAPI, int) - Static method in class net.sourceforge.tess4j.TessAPI1
Set the current page segmentation mode.
TessBaseAPISetRectangle(TessAPI.TessBaseAPI, int, int, int, int) - Method in interface net.sourceforge.tess4j.TessAPI
Restrict recognition to a sub-rectangle of the image.
TessBaseAPISetRectangle(TessAPI1.TessBaseAPI, int, int, int, int) - Static method in class net.sourceforge.tess4j.TessAPI1
Restrict recognition to a sub-rectangle of the image.
TessBaseAPISetSourceResolution(TessAPI.TessBaseAPI, int) - Method in interface net.sourceforge.tess4j.TessAPI
Set the resolution of the source image in pixels per inch so font size information can be calculated in results.
TessBaseAPISetSourceResolution(TessAPI1.TessBaseAPI, int) - Static method in class net.sourceforge.tess4j.TessAPI1
Set the resolution of the source image in pixels per inch so font size information can be calculated in results.
TessBaseAPISetVariable(TessAPI.TessBaseAPI, String, String) - Method in interface net.sourceforge.tess4j.TessAPI
Set the value of an internal "parameter." Supply the name of the parameter and the value as a string, just as you would in a config file.
TessBaseAPISetVariable(TessAPI1.TessBaseAPI, String, String) - Static method in class net.sourceforge.tess4j.TessAPI1
Set the value of an internal "parameter." Supply the name of the parameter and the value as a string, just as you would in a config file.
TessBaseGetInitLanguagesAsString(TessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
Returns the languages string used in the last valid initialization.
Tesseract - Class in net.sourceforge.tess4j
An object layer on top of TessAPI, provides character recognition support for common image formats, and multi-page TIFF images beyond the uncompressed, binary TIFF format supported by Tesseract OCR engine.
Tesseract1 - Class in net.sourceforge.tess4j
An object layer on top of TessAPI1, provides character recognition support for common image formats, and multi-page TIFF images beyond the uncompressed, binary TIFF format supported by Tesseract OCR engine.
Tesseract1() - Constructor for class net.sourceforge.tess4j.Tesseract1
 
TesseractException - Exception in net.sourceforge.tess4j
 
TesseractException() - Constructor for exception net.sourceforge.tess4j.TesseractException
 
TesseractException(String) - Constructor for exception net.sourceforge.tess4j.TesseractException
 
TesseractException(Throwable) - Constructor for exception net.sourceforge.tess4j.TesseractException
 
TesseractException(String, Throwable) - Constructor for exception net.sourceforge.tess4j.TesseractException
 
TessPageIteratorBaseline(TessAPI.TessPageIterator, int, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessPageIteratorBaseline(TessAPI1.TessPageIterator, int, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessPageIteratorBegin(TessAPI.TessPageIterator) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessPageIteratorBegin(TessAPI1.TessPageIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessPageIteratorBlockType(TessAPI.TessPageIterator) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessPageIteratorBlockType(TessAPI1.TessPageIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessPageIteratorBoundingBox(TessAPI.TessPageIterator, int, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessPageIteratorBoundingBox(TessAPI1.TessPageIterator, int, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessPageIteratorCopy(TessAPI.TessPageIterator) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessPageIteratorCopy(TessAPI1.TessPageIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessPageIteratorDelete(TessAPI.TessPageIterator) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessPageIteratorDelete(TessAPI1.TessPageIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessPageIteratorIsAtBeginningOf(TessAPI.TessPageIterator, int) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessPageIteratorIsAtBeginningOf(TessAPI1.TessPageIterator, int) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessPageIteratorIsAtFinalElement(TessAPI.TessPageIterator, int, int) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessPageIteratorIsAtFinalElement(TessAPI1.TessPageIterator, int, int) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessPageIteratorNext(TessAPI.TessPageIterator, int) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessPageIteratorNext(TessAPI1.TessPageIterator, int) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessPageIteratorOrientation(TessAPI.TessPageIterator, IntBuffer, IntBuffer, IntBuffer, FloatBuffer) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessPageIteratorOrientation(TessAPI1.TessPageIterator, IntBuffer, IntBuffer, IntBuffer, FloatBuffer) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessResultIteratorConfidence(TessAPI.TessResultIterator, int) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessResultIteratorConfidence(TessAPI1.TessResultIterator, int) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessResultIteratorCopy(TessAPI.TessResultIterator) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessResultIteratorCopy(TessAPI1.TessResultIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessResultIteratorDelete(TessAPI.TessResultIterator) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessResultIteratorDelete(TessAPI1.TessResultIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessResultIteratorGetPageIterator(TessAPI.TessResultIterator) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessResultIteratorGetPageIterator(TessAPI1.TessResultIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessResultIteratorGetPageIteratorConst(TessAPI.TessResultIterator) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessResultIteratorGetPageIteratorConst(TessAPI1.TessResultIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessResultIteratorGetUTF8Text(TessAPI.TessResultIterator, int) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessResultIteratorGetUTF8Text(TessAPI1.TessResultIterator, int) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessResultIteratorSymbolIsDropcap(TessAPI.TessResultIterator) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessResultIteratorSymbolIsDropcap(TessAPI1.TessResultIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessResultIteratorSymbolIsSubscript(TessAPI.TessResultIterator) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessResultIteratorSymbolIsSubscript(TessAPI1.TessResultIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessResultIteratorSymbolIsSuperscript(TessAPI.TessResultIterator) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessResultIteratorSymbolIsSuperscript(TessAPI1.TessResultIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessResultIteratorWordFontAttributes(TessAPI.TessResultIterator, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessResultIteratorWordFontAttributes(TessAPI1.TessResultIterator, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessResultIteratorWordIsFromDictionary(TessAPI.TessResultIterator) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessResultIteratorWordIsFromDictionary(TessAPI1.TessResultIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessResultIteratorWordIsNumeric(TessAPI.TessResultIterator) - Method in interface net.sourceforge.tess4j.TessAPI
 
TessResultIteratorWordIsNumeric(TessAPI1.TessResultIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
 
TessVersion() - Method in interface net.sourceforge.tess4j.TessAPI
Returns the version identifier.
TessVersion() - Static method in class net.sourceforge.tess4j.TessAPI1
Returns the version identifier.
TEXTLINE_ORDER_LEFT_TO_RIGHT - Static variable in interface net.sourceforge.tess4j.TessAPI.TessTextlineOrder
 
TEXTLINE_ORDER_LEFT_TO_RIGHT - Static variable in interface net.sourceforge.tess4j.TessAPI1.TessTextlineOrder
 
TEXTLINE_ORDER_RIGHT_TO_LEFT - Static variable in interface net.sourceforge.tess4j.TessAPI.TessTextlineOrder
 
TEXTLINE_ORDER_RIGHT_TO_LEFT - Static variable in interface net.sourceforge.tess4j.TessAPI1.TessTextlineOrder
 
TEXTLINE_ORDER_TOP_TO_BOTTOM - Static variable in interface net.sourceforge.tess4j.TessAPI.TessTextlineOrder
 
TEXTLINE_ORDER_TOP_TO_BOTTOM - Static variable in interface net.sourceforge.tess4j.TessAPI1.TessTextlineOrder
 
TRUE - Static variable in interface net.sourceforge.tess4j.TessAPI
 
TRUE - Static variable in class net.sourceforge.tess4j.TessAPI1
 
C D F G H I L M N O P R S T W