- TESS4J_TEMP_DIR - Static variable in class net.sourceforge.tess4j.util.LoadLibs
-
- TessAPI - Interface in net.sourceforge.tess4j
-
A Java wrapper for Tesseract OCR 3.03 API
using
JNA Interface Mapping
.
- TessAPI1 - Class in net.sourceforge.tess4j
-
A Java wrapper for Tesseract OCR 3.03 API
using
JNA Direct Mapping
.
- TessAPI1() - Constructor for class net.sourceforge.tess4j.TessAPI1
-
- TessBaseAPI(Pointer) - Constructor for class net.sourceforge.tess4j.ITessAPI.TessBaseAPI
-
- TessBaseAPI() - Constructor for class net.sourceforge.tess4j.ITessAPI.TessBaseAPI
-
- TessBaseAPIAdaptToWordStr(ITessAPI.TessBaseAPI, int, String) - Method in interface net.sourceforge.tess4j.TessAPI
-
Applies the given word to the adaptive classifier if possible.
- TessBaseAPIAdaptToWordStr(ITessAPI.TessBaseAPI, int, String) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Applies the given word to the adaptive classifier if possible.
- TessBaseAPIAllWordConfidences(ITessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
-
Returns an array of all word confidences, terminated by -1.
- TessBaseAPIAllWordConfidences(ITessAPI.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Returns an array of all word confidences, terminated by -1.
- TessBaseAPIAnalyseLayout(ITessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
-
Runs page layout analysis in the mode set by SetPageSegMode
.
- TessBaseAPIAnalyseLayout(ITessAPI.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Runs page layout analysis in the mode set by SetPageSegMode
.
- TessBaseAPIClear(ITessAPI.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(ITessAPI.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(ITessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
-
Call between pages or documents etc to free up memory and forget adaptive
data.
- TessBaseAPIClearAdaptiveClassifier(ITessAPI.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Call between pages or documents etc to free up memory and forget adaptive
data.
- TessBaseAPIClearPersistentCache(ITessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
-
Clear any library-level memory caches.
- TessBaseAPIClearPersistentCache(ITessAPI.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Clear any library-level memory caches.
- 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(ITessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
-
Disposes the TesseractAPI instance.
- TessBaseAPIDelete(ITessAPI.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Disposes the TesseractAPI instance.
- TessBaseAPIDumpPGM(ITessAPI.TessBaseAPI, String) - Method in interface net.sourceforge.tess4j.TessAPI
-
Dump the internal binary image to a PGM file.
- TessBaseAPIDumpPGM(ITessAPI.TessBaseAPI, String) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Dump the internal binary image to a PGM file.
- TessBaseAPIEnd(ITessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
-
Close down tesseract and free up all memory.
- TessBaseAPIEnd(ITessAPI.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Close down tesseract and free up all memory.
- TessBaseAPIGetAvailableLanguagesAsVector(ITessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
-
Returns the available languages in the vector of STRINGs.
- TessBaseAPIGetAvailableLanguagesAsVector(ITessAPI.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Returns the available languages in the vector of STRINGs.
- TessBaseAPIGetBoolVariable(ITessAPI.TessBaseAPI, String, IntBuffer) - Method in interface net.sourceforge.tess4j.TessAPI
-
Get the value of an internal bool parameter.
- TessBaseAPIGetBoolVariable(ITessAPI.TessBaseAPI, String, IntBuffer) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Get the value of an internal bool parameter.
- TessBaseAPIGetBoxText(ITessAPI.TessBaseAPI, int) - Method in interface net.sourceforge.tess4j.TessAPI
-
The recognized text is returned as a char* which is coded as a UTF8 box
file and must be freed with the delete [] operator.
- TessBaseAPIGetBoxText(ITessAPI.TessBaseAPI, int) - Static method in class net.sourceforge.tess4j.TessAPI1
-
The recognized text is returned as a char* which is coded as a UTF8 box
file and must be freed with the delete [] operator.
- TessBaseAPIGetDatapath(ITessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessBaseAPIGetDatapath(ITessAPI.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessBaseAPIGetDoubleVariable(ITessAPI.TessBaseAPI, String, DoubleBuffer) - Method in interface net.sourceforge.tess4j.TessAPI
-
Get the value of an internal double parameter.
- TessBaseAPIGetDoubleVariable(ITessAPI.TessBaseAPI, String, DoubleBuffer) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Get the value of an internal double parameter.
- TessBaseAPIGetHOCRText(ITessAPI.TessBaseAPI, int) - Method in interface net.sourceforge.tess4j.TessAPI
-
Make a HTML-formatted string with hOCR markup from the internal data
structures.
- TessBaseAPIGetHOCRText(ITessAPI.TessBaseAPI, int) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Make a HTML-formatted string with hOCR markup from the internal data
structures.
- TessBaseAPIGetInitLanguagesAsString(ITessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
-
Returns the languages string used in the last valid initialization.
- TessBaseAPIGetInitLanguagesAsString(ITessAPI.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Returns the languages string used in the last valid initialization.
- TessBaseAPIGetInputName(ITessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
-
These functions are required for searchable PDF output.
- TessBaseAPIGetInputName(ITessAPI.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
-
These functions are required for searchable PDF output.
- TessBaseAPIGetIntVariable(ITessAPI.TessBaseAPI, String, IntBuffer) - Method in interface net.sourceforge.tess4j.TessAPI
-
Get the value of an internal int parameter.
- TessBaseAPIGetIntVariable(ITessAPI.TessBaseAPI, String, IntBuffer) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Get the value of an internal int parameter.
- TessBaseAPIGetIterator(ITessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
-
Get a reading-order iterator to the results of LayoutAnalysis and/or
Recognize
.
- TessBaseAPIGetIterator(ITessAPI.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Get a reading-order iterator to the results of LayoutAnalysis and/or
Recognize
.
- TessBaseAPIGetLoadedLanguagesAsVector(ITessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
-
Returns the loaded languages in the vector of STRINGs.
- TessBaseAPIGetLoadedLanguagesAsVector(ITessAPI.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Returns the loaded languages in the vector of STRINGs.
- TessBaseAPIGetMutableIterator(ITessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
-
Get a mutable iterator to the results of LayoutAnalysis and/or
Recognize
.
- TessBaseAPIGetMutableIterator(ITessAPI.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Get a mutable iterator to the results of LayoutAnalysis and/or
Recognize
.
- TessBaseAPIGetPageSegMode(ITessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
-
Return the current page segmentation mode.
- TessBaseAPIGetPageSegMode(ITessAPI.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Return the current page segmentation mode.
- TessBaseAPIGetSourceYResolution(ITessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessBaseAPIGetSourceYResolution(ITessAPI.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessBaseAPIGetStringVariable(ITessAPI.TessBaseAPI, String) - Method in interface net.sourceforge.tess4j.TessAPI
-
Get the value of an internal string parameter.
- TessBaseAPIGetStringVariable(ITessAPI.TessBaseAPI, String) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Get the value of an internal string parameter.
- TessBaseAPIGetTextDirection(ITessAPI.TessBaseAPI, IntBuffer, FloatBuffer) - Method in interface net.sourceforge.tess4j.TessAPI
-
Gets text direction.
- TessBaseAPIGetTextDirection(ITessAPI.TessBaseAPI, IntBuffer, FloatBuffer) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Gets text direction.
- TessBaseAPIGetThresholdedImageScaleFactor(ITessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessBaseAPIGetThresholdedImageScaleFactor(ITessAPI.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessBaseAPIGetUnichar(ITessAPI.TessBaseAPI, int) - Method in interface net.sourceforge.tess4j.TessAPI
-
Gets the string of the specified unichar.
- TessBaseAPIGetUnichar(ITessAPI.TessBaseAPI, int) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Gets the string of the specified unichar.
- TessBaseAPIGetUNLVText(ITessAPI.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(ITessAPI.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(ITessAPI.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(ITessAPI.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(ITessAPI.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(ITessAPI.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(ITessAPI.TessBaseAPI, String, String, int) - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessBaseAPIInit2(ITessAPI.TessBaseAPI, String, String, int) - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessBaseAPIInit3(ITessAPI.TessBaseAPI, String, String) - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessBaseAPIInit3(ITessAPI.TessBaseAPI, String, String) - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessBaseAPIInit4(ITessAPI.TessBaseAPI, String, String, int, PointerByReference, int, PointerByReference, PointerByReference, NativeSize, int) - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessBaseAPIInit4(ITessAPI.TessBaseAPI, String, String, int, PointerByReference, int, PointerByReference, PointerByReference, NativeSize, int) - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessBaseAPIInitForAnalysePage(ITessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
-
Init only for page layout analysis.
- TessBaseAPIInitForAnalysePage(ITessAPI.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Init only for page layout analysis.
- TessBaseAPIInitLangMod(ITessAPI.TessBaseAPI, String, String) - Method in interface net.sourceforge.tess4j.TessAPI
-
Init only the lang model component of Tesseract.
- TessBaseAPIInitLangMod(ITessAPI.TessBaseAPI, String, String) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Init only the lang model component of Tesseract.
- TessBaseAPIIsValidWord(ITessAPI.TessBaseAPI, String) - Method in interface net.sourceforge.tess4j.TessAPI
-
Check whether a word is valid according to Tesseract's language model.
- TessBaseAPIIsValidWord(ITessAPI.TessBaseAPI, String) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Check whether a word is valid according to Tesseract's language model.
- TessBaseAPIMeanTextConf(ITessAPI.TessBaseAPI) - Method in interface net.sourceforge.tess4j.TessAPI
-
Returns the average word confidence for Tesseract page result.
- TessBaseAPIMeanTextConf(ITessAPI.TessBaseAPI) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Returns the average word confidence for Tesseract page result.
- TessBaseAPIPrintVariablesToFile(ITessAPI.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(ITessAPI.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(ITessAPI.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(ITessAPI.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
.
- TessBaseAPIProcessPages1(ITessAPI.TessBaseAPI, String, String, int, ITessAPI.TessResultRenderer) - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessBaseAPIProcessPages1(ITessAPI.TessBaseAPI, String, String, int, ITessAPI.TessResultRenderer) - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessBaseAPIReadConfigFile(ITessAPI.TessBaseAPI, String, int) - Method in interface net.sourceforge.tess4j.TessAPI
-
Read a "config" file containing a set of param, value pairs.
- TessBaseAPIReadConfigFile(ITessAPI.TessBaseAPI, String, int) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Read a "config" file containing a set of param, value pairs.
- TessBaseAPIRecognize(ITessAPI.TessBaseAPI, ITessAPI.ETEXT_DESC) - Method in interface net.sourceforge.tess4j.TessAPI
-
Recognize the image from SetAndThresholdImage
, generating
Tesseract internal structures.
- TessBaseAPIRecognize(ITessAPI.TessBaseAPI, ITessAPI.ETEXT_DESC) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Recognize the image from SetAndThresholdImage
, generating
Tesseract internal structures.
- TessBaseAPIRecognizeForChopTest(ITessAPI.TessBaseAPI, ITessAPI.ETEXT_DESC) - Method in interface net.sourceforge.tess4j.TessAPI
-
Variant on Recognize used for testing chopper.
- TessBaseAPIRecognizeForChopTest(ITessAPI.TessBaseAPI, ITessAPI.ETEXT_DESC) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Variant on Recognize used for testing chopper.
- TessBaseAPIRect(ITessAPI.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(ITessAPI.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(ITessAPI.TessBaseAPI, ByteBuffer, int, int, int, int) - Method in interface net.sourceforge.tess4j.TessAPI
-
Provide an image for Tesseract to recognize.
- TessBaseAPISetImage(ITessAPI.TessBaseAPI, ByteBuffer, int, int, int, int) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Provide an image for Tesseract to recognize.
- TessBaseAPISetInputName(ITessAPI.TessBaseAPI, String) - Method in interface net.sourceforge.tess4j.TessAPI
-
Set the name of the input file.
- TessBaseAPISetInputName(ITessAPI.TessBaseAPI, String) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Set the name of the input file.
- TessBaseAPISetOutputName(ITessAPI.TessBaseAPI, String) - Method in interface net.sourceforge.tess4j.TessAPI
-
Set the name of the bonus output files.
- TessBaseAPISetOutputName(ITessAPI.TessBaseAPI, String) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Set the name of the bonus output files.
- TessBaseAPISetPageSegMode(ITessAPI.TessBaseAPI, int) - Method in interface net.sourceforge.tess4j.TessAPI
-
Set the current page segmentation mode.
- TessBaseAPISetPageSegMode(ITessAPI.TessBaseAPI, int) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Set the current page segmentation mode.
- TessBaseAPISetRectangle(ITessAPI.TessBaseAPI, int, int, int, int) - Method in interface net.sourceforge.tess4j.TessAPI
-
Restrict recognition to a sub-rectangle of the image.
- TessBaseAPISetRectangle(ITessAPI.TessBaseAPI, int, int, int, int) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Restrict recognition to a sub-rectangle of the image.
- TessBaseAPISetSourceResolution(ITessAPI.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(ITessAPI.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(ITessAPI.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(ITessAPI.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.
- TessBoxTextRendererCreate() - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessBoxTextRendererCreate() - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessDeleteIntArray(IntBuffer) - Method in interface net.sourceforge.tess4j.TessAPI
-
Deallocates the memory block occupied by integer array.
- TessDeleteIntArray(IntBuffer) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Deallocates the memory block occupied by integer array.
- TessDeleteResultRenderer(ITessAPI.TessResultRenderer) - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessDeleteResultRenderer(ITessAPI.TessResultRenderer) - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessDeleteText(Pointer) - Method in interface net.sourceforge.tess4j.TessAPI
-
Deallocates the memory block occupied by text.
- TessDeleteText(Pointer) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Deallocates the memory block occupied by text.
- TessDeleteTextArray(PointerByReference) - Method in interface net.sourceforge.tess4j.TessAPI
-
Deallocates the memory block occupied by text array.
- TessDeleteTextArray(PointerByReference) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Deallocates the memory block occupied by text array.
- 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.
- Tesseract() - Constructor for class net.sourceforge.tess4j.Tesseract
-
- 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
-
- TessHOcrRendererCreate() - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessHOcrRendererCreate() - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessMutableIterator(Pointer) - Constructor for class net.sourceforge.tess4j.ITessAPI.TessMutableIterator
-
- TessMutableIterator() - Constructor for class net.sourceforge.tess4j.ITessAPI.TessMutableIterator
-
- TessPageIterator(Pointer) - Constructor for class net.sourceforge.tess4j.ITessAPI.TessPageIterator
-
- TessPageIterator() - Constructor for class net.sourceforge.tess4j.ITessAPI.TessPageIterator
-
- TessPageIteratorBaseline(ITessAPI.TessPageIterator, int, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Method in interface net.sourceforge.tess4j.TessAPI
-
Returns the baseline of the current object at the given level.
- TessPageIteratorBaseline(ITessAPI.TessPageIterator, int, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Returns the baseline of the current object at the given level.
- TessPageIteratorBegin(ITessAPI.TessPageIterator) - Method in interface net.sourceforge.tess4j.TessAPI
-
Resets the iterator to point to the start of the page.
- TessPageIteratorBegin(ITessAPI.TessPageIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Resets the iterator to point to the start of the page.
- TessPageIteratorBlockType(ITessAPI.TessPageIterator) - Method in interface net.sourceforge.tess4j.TessAPI
-
Returns the type of the current block.
- TessPageIteratorBlockType(ITessAPI.TessPageIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Returns the type of the current block.
- TessPageIteratorBoundingBox(ITessAPI.TessPageIterator, int, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Method in interface net.sourceforge.tess4j.TessAPI
-
Returns the bounding rectangle of the current object at the given level
in coordinates of the original image.
- TessPageIteratorBoundingBox(ITessAPI.TessPageIterator, int, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Returns the bounding rectangle of the current object at the given level
in coordinates of the original image.
- TessPageIteratorCopy(ITessAPI.TessPageIterator) - Method in interface net.sourceforge.tess4j.TessAPI
-
Creates a copy of the specified PageIterator instance.
- TessPageIteratorCopy(ITessAPI.TessPageIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Creates a copy of the specified PageIterator instance.
- TessPageIteratorDelete(ITessAPI.TessPageIterator) - Method in interface net.sourceforge.tess4j.TessAPI
-
Deletes the specified PageIterator instance.
- TessPageIteratorDelete(ITessAPI.TessPageIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Deletes the specified PageIterator instance.
- TessPageIteratorIsAtBeginningOf(ITessAPI.TessPageIterator, int) - Method in interface net.sourceforge.tess4j.TessAPI
-
Returns TRUE if the iterator is at the start of an object at the given
level.
- TessPageIteratorIsAtBeginningOf(ITessAPI.TessPageIterator, int) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Returns TRUE if the iterator is at the start of an object at the given
level.
- TessPageIteratorIsAtFinalElement(ITessAPI.TessPageIterator, int, int) - Method in interface net.sourceforge.tess4j.TessAPI
-
Returns whether the iterator is positioned at the last element in a given
level.
- TessPageIteratorIsAtFinalElement(ITessAPI.TessPageIterator, int, int) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Returns whether the iterator is positioned at the last element in a given
level.
- TessPageIteratorNext(ITessAPI.TessPageIterator, int) - Method in interface net.sourceforge.tess4j.TessAPI
-
Moves to the start of the next object at the given level in the page
hierarchy, and returns false if the end of the page was reached.
- TessPageIteratorNext(ITessAPI.TessPageIterator, int) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Moves to the start of the next object at the given level in the page
hierarchy, and returns false if the end of the page was reached.
- TessPageIteratorOrientation(ITessAPI.TessPageIterator, IntBuffer, IntBuffer, IntBuffer, FloatBuffer) - Method in interface net.sourceforge.tess4j.TessAPI
-
Returns the orientation.
- TessPageIteratorOrientation(ITessAPI.TessPageIterator, IntBuffer, IntBuffer, IntBuffer, FloatBuffer) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Returns the orientation.
- TessPDFRendererCreate(String) - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessPDFRendererCreate(String) - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessResultIterator(Pointer) - Constructor for class net.sourceforge.tess4j.ITessAPI.TessResultIterator
-
- TessResultIterator() - Constructor for class net.sourceforge.tess4j.ITessAPI.TessResultIterator
-
- TessResultIteratorConfidence(ITessAPI.TessResultIterator, int) - Method in interface net.sourceforge.tess4j.TessAPI
-
Returns the mean confidence of the current object at the given level.
- TessResultIteratorConfidence(ITessAPI.TessResultIterator, int) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Returns the mean confidence of the current object at the given level.
- TessResultIteratorCopy(ITessAPI.TessResultIterator) - Method in interface net.sourceforge.tess4j.TessAPI
-
Creates a copy of the specified ResultIterator instance.
- TessResultIteratorCopy(ITessAPI.TessResultIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Creates a copy of the specified ResultIterator instance.
- TessResultIteratorDelete(ITessAPI.TessResultIterator) - Method in interface net.sourceforge.tess4j.TessAPI
-
Deletes the specified ResultIterator handle.
- TessResultIteratorDelete(ITessAPI.TessResultIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Deletes the specified ResultIterator handle.
- TessResultIteratorGetPageIterator(ITessAPI.TessResultIterator) - Method in interface net.sourceforge.tess4j.TessAPI
-
Gets the PageIterator of the specified ResultIterator instance.
- TessResultIteratorGetPageIterator(ITessAPI.TessResultIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Gets the PageIterator of the specified ResultIterator instance.
- TessResultIteratorGetPageIteratorConst(ITessAPI.TessResultIterator) - Method in interface net.sourceforge.tess4j.TessAPI
-
Gets the PageIterator of the specified ResultIterator instance.
- TessResultIteratorGetPageIteratorConst(ITessAPI.TessResultIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Gets the PageIterator of the specified ResultIterator instance.
- TessResultIteratorGetUTF8Text(ITessAPI.TessResultIterator, int) - Method in interface net.sourceforge.tess4j.TessAPI
-
Returns the null terminated UTF-8 encoded text string for the current
object at the given level.
- TessResultIteratorGetUTF8Text(ITessAPI.TessResultIterator, int) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Returns the null terminated UTF-8 encoded text string for the current
object at the given level.
- TessResultIteratorSymbolIsDropcap(ITessAPI.TessResultIterator) - Method in interface net.sourceforge.tess4j.TessAPI
-
Returns TRUE if the current symbol is a dropcap.
- TessResultIteratorSymbolIsDropcap(ITessAPI.TessResultIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Returns TRUE if the current symbol is a dropcap.
- TessResultIteratorSymbolIsSubscript(ITessAPI.TessResultIterator) - Method in interface net.sourceforge.tess4j.TessAPI
-
Returns TRUE if the current symbol is a subscript.
- TessResultIteratorSymbolIsSubscript(ITessAPI.TessResultIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Returns TRUE if the current symbol is a subscript.
- TessResultIteratorSymbolIsSuperscript(ITessAPI.TessResultIterator) - Method in interface net.sourceforge.tess4j.TessAPI
-
Returns TRUE if the current symbol is a superscript.
- TessResultIteratorSymbolIsSuperscript(ITessAPI.TessResultIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Returns TRUE if the current symbol is a superscript.
- TessResultIteratorWordFontAttributes(ITessAPI.TessResultIterator, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Method in interface net.sourceforge.tess4j.TessAPI
-
Returns the font attributes of the current word.
- TessResultIteratorWordFontAttributes(ITessAPI.TessResultIterator, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Returns the font attributes of the current word.
- TessResultIteratorWordIsFromDictionary(ITessAPI.TessResultIterator) - Method in interface net.sourceforge.tess4j.TessAPI
-
Returns TRUE if the current word was found in a dictionary.
- TessResultIteratorWordIsFromDictionary(ITessAPI.TessResultIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Returns TRUE if the current word was found in a dictionary.
- TessResultIteratorWordIsNumeric(ITessAPI.TessResultIterator) - Method in interface net.sourceforge.tess4j.TessAPI
-
Returns TRUE if the current word is numeric.
- TessResultIteratorWordIsNumeric(ITessAPI.TessResultIterator) - Static method in class net.sourceforge.tess4j.TessAPI1
-
Returns TRUE if the current word is numeric.
- TessResultRenderer(Pointer) - Constructor for class net.sourceforge.tess4j.ITessAPI.TessResultRenderer
-
- TessResultRenderer() - Constructor for class net.sourceforge.tess4j.ITessAPI.TessResultRenderer
-
- TessResultRendererAddError(ITessAPI.TessResultRenderer, PointerByReference) - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessResultRendererAddError(ITessAPI.TessResultRenderer, PointerByReference) - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessResultRendererAddImage(ITessAPI.TessResultRenderer, PointerByReference) - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessResultRendererAddImage(ITessAPI.TessResultRenderer, PointerByReference) - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessResultRendererBeginDocument(ITessAPI.TessResultRenderer, String) - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessResultRendererBeginDocument(ITessAPI.TessResultRenderer, String) - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessResultRendererEndDocument(ITessAPI.TessResultRenderer) - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessResultRendererEndDocument(ITessAPI.TessResultRenderer) - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessResultRendererExtention(ITessAPI.TessResultRenderer) - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessResultRendererExtention(ITessAPI.TessResultRenderer) - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessResultRendererGetOutput(ITessAPI.TessResultRenderer, PointerByReference, IntByReference) - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessResultRendererGetOutput(ITessAPI.TessResultRenderer, PointerByReference, IntByReference) - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessResultRendererImageNum(ITessAPI.TessResultRenderer) - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessResultRendererImageNum(ITessAPI.TessResultRenderer) - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessResultRendererInsert(ITessAPI.TessResultRenderer, ITessAPI.TessResultRenderer) - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessResultRendererInsert(ITessAPI.TessResultRenderer, ITessAPI.TessResultRenderer) - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessResultRendererNext(ITessAPI.TessResultRenderer) - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessResultRendererNext(ITessAPI.TessResultRenderer) - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessResultRendererTitle(ITessAPI.TessResultRenderer) - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessResultRendererTitle(ITessAPI.TessResultRenderer) - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessResultRendererTypename(ITessAPI.TessResultRenderer) - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessResultRendererTypename(ITessAPI.TessResultRenderer) - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessTextRendererCreate() - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessTextRendererCreate() - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessUnlvRendererCreate() - Method in interface net.sourceforge.tess4j.TessAPI
-
- TessUnlvRendererCreate() - Static method in class net.sourceforge.tess4j.TessAPI1
-
- TessVersion() - Method in interface net.sourceforge.tess4j.TessAPI
-
Gets the version identifier.
- TessVersion() - Static method in class net.sourceforge.tess4j.TessAPI1
-
Gets the version identifier.
- text - Variable in class net.sourceforge.tess4j.ITessAPI.ETEXT_DESC
-
character data
- TEXTLINE_ORDER_LEFT_TO_RIGHT - Static variable in interface net.sourceforge.tess4j.ITessAPI.TessTextlineOrder
-
- TEXTLINE_ORDER_RIGHT_TO_LEFT - Static variable in interface net.sourceforge.tess4j.ITessAPI.TessTextlineOrder
-
- TEXTLINE_ORDER_TOP_TO_BOTTOM - Static variable in interface net.sourceforge.tess4j.ITessAPI.TessTextlineOrder
-
- TimeVal() - Constructor for class net.sourceforge.tess4j.ITessAPI.TimeVal
-
- top - Variable in class net.sourceforge.tess4j.ITessAPI.EANYCODE_CHAR
-
top of char (-1)
- TRUE - Static variable in interface net.sourceforge.tess4j.ITessAPI
-
- tv_sec - Variable in class net.sourceforge.tess4j.ITessAPI.TimeVal
-
seconds
- tv_usec - Variable in class net.sourceforge.tess4j.ITessAPI.TimeVal
-
microseconds