- get(int) - Method in class org.bytedeco.javacpp.tesseract.CharGenericVector
-
- get(int) - Method in class org.bytedeco.javacpp.tesseract.IntGenericVector
-
- get(int) - Method in class org.bytedeco.javacpp.tesseract.STRING
-
- get(int) - Method in class org.bytedeco.javacpp.tesseract.StringGenericVector
-
- get_index(byte) - Method in class org.bytedeco.javacpp.tesseract.CharGenericVector
-
- get_index(int) - Method in class org.bytedeco.javacpp.tesseract.IntGenericVector
-
- get_index(tesseract.STRING) - Method in class org.bytedeco.javacpp.tesseract.StringGenericVector
-
- get_utf8(BytePointer) - Method in class org.bytedeco.javacpp.tesseract.UNICHAR.const_iterator
-
- get_utf8(ByteBuffer) - Method in class org.bytedeco.javacpp.tesseract.UNICHAR.const_iterator
-
- get_utf8(byte[]) - Method in class org.bytedeco.javacpp.tesseract.UNICHAR.const_iterator
-
- GetAvailableLanguagesAsVector(tesseract.StringGenericVector) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Returns the available languages in the vector of STRINGs.
- GetBinaryImage(int) - Method in class org.bytedeco.javacpp.tesseract.PageIterator
-
Returns a binary image of the current object at the given level.
- GetBlamerDebug() - Method in class org.bytedeco.javacpp.tesseract.LTRResultIterator
-
- GetBlamerMisadaptionDebug() - Method in class org.bytedeco.javacpp.tesseract.LTRResultIterator
-
- GetBlockTextOrientations(PointerPointer, PointerPointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Return text orientation of each block as determined by an earlier run
of layout analysis.
- GetBlockTextOrientations(IntPointer, BoolPointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetBlockTextOrientations(IntBuffer, boolean[]) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetBlockTextOrientations(int[], BoolPointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetBlockTextOrientations(IntPointer, boolean[]) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetBlockTextOrientations(IntBuffer, BoolPointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetBlockTextOrientations(int[], boolean[]) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetBoolVariable(BytePointer, BoolPointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetBoolVariable(String, boolean[]) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetBoxText(int) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
The recognized text is returned as a char* which is coded in the same
format as a box file used in training.
- GetComponentImages(int, boolean, boolean, int, PointerPointer, PointerPointer, PointerPointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Get the given level kind of components (block, textline, word etc.) as a
leptonica-style Boxa, Pixa pair, in reading order.
- GetComponentImages(int, boolean, boolean, int, lept.PIXA, IntPointer, IntPointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetComponentImages(int, boolean, boolean, int, lept.PIXA, IntBuffer, IntBuffer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetComponentImages(int, boolean, boolean, int, lept.PIXA, int[], int[]) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetComponentImages(int, boolean, PointerPointer, PointerPointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetComponentImages(int, boolean, lept.PIXA, IntPointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetComponentImages(int, boolean, lept.PIXA, IntBuffer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetComponentImages(int, boolean, lept.PIXA, int[]) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetConnectedComponents(PointerPointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Gets the individual connected (text) components (created
after pages segmentation step, but before recognition)
as a leptonica-style Boxa, Pixa pair, in reading order.
- GetConnectedComponents(lept.PIXA) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetCubeRecoContext() - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Return a pointer to underlying CubeRecoContext object if present.
- GetDatapath() - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetDawg(int) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Return the pointer to the i-th dawg loaded into tesseract_ object.
- GetDoubleVariable(BytePointer, DoublePointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetDoubleVariable(String, DoubleBuffer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetDoubleVariable(BytePointer, double[]) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetDoubleVariable(String, DoublePointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetDoubleVariable(BytePointer, DoubleBuffer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetDoubleVariable(String, double[]) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetFeaturesForBlob(tesseract.TBLOB, tesseract.INT_FEATURE_STRUCT, IntPointer, IntPointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
This method returns the features associated with the input image.
- GetFeaturesForBlob(tesseract.TBLOB, tesseract.INT_FEATURE_STRUCT, IntBuffer, IntBuffer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetFeaturesForBlob(tesseract.TBLOB, tesseract.INT_FEATURE_STRUCT, int[], int[]) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetHOCRText(int) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Make a HTML-formatted string with hOCR markup from the internal
data structures.
- GetImage(int, int, lept.PIX, IntPointer, IntPointer) - Method in class org.bytedeco.javacpp.tesseract.PageIterator
-
Returns an image of the current object at the given level in greyscale
if available in the input.
- GetImage(int, int, lept.PIX, IntBuffer, IntBuffer) - Method in class org.bytedeco.javacpp.tesseract.PageIterator
-
- GetImage(int, int, lept.PIX, int[], int[]) - Method in class org.bytedeco.javacpp.tesseract.PageIterator
-
- GetImageSizes(IntPointer, IntPointer, IntPointer, IntPointer, IntPointer, IntPointer) - Method in class org.bytedeco.javacpp.tesseract.ImageThresholder
-
Get enough parameters to be able to rebuild bounding boxes in the
original image (not just within the rectangle).
- GetImageSizes(IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Method in class org.bytedeco.javacpp.tesseract.ImageThresholder
-
- GetImageSizes(int[], int[], int[], int[], int[], int[]) - Method in class org.bytedeco.javacpp.tesseract.ImageThresholder
-
- GetInitLanguagesAsString() - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Returns the languages string used in the last valid initialization.
- GetInputImage() - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetInputName() - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
These functions are required for searchable PDF output.
- GetIntVariable(BytePointer, IntPointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Returns true if the parameter was found among Tesseract parameters.
- GetIntVariable(String, IntBuffer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetIntVariable(BytePointer, int[]) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetIntVariable(String, IntPointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetIntVariable(BytePointer, IntBuffer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetIntVariable(String, int[]) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetIterator() - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Get a reading-order iterator to the results of LayoutAnalysis and/or
Recognize.
- GetLoadedLanguagesAsVector(tesseract.StringGenericVector) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Returns the loaded languages in the vector of STRINGs.
- GetMutableIterator() - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Get a mutable iterator to the results of LayoutAnalysis and/or Recognize.
- getOpenCLDevice(PointerPointer) - Static method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
If compiled with OpenCL AND an available OpenCL
device is deemed faster than serial code, then
"device" is populated with the cl_device_id
and returns sizeof(cl_device_id)
otherwise *device=NULL and returns 0.
- getOpenCLDevice(Pointer) - Static method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetOsdText(int) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
The recognized text is returned as a char* which is coded
as UTF8 and must be freed with the delete [] operator.
- GetPageSegMode() - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Return the current page segmentation mode.
- GetParamsTrainingBundle() - Method in class org.bytedeco.javacpp.tesseract.LTRResultIterator
-
- GetPixRectThresholds() - Method in class org.bytedeco.javacpp.tesseract.ImageThresholder
-
- GetRegions(PointerPointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Get the result of page layout analysis as a leptonica-style
Boxa, Pixa pair, in reading order.
- GetRegions(lept.PIXA) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetScaledEstimatedResolution() - Method in class org.bytedeco.javacpp.tesseract.ImageThresholder
-
- GetScaledYResolution() - Method in class org.bytedeco.javacpp.tesseract.ImageThresholder
-
- GetScaleFactor() - Method in class org.bytedeco.javacpp.tesseract.ImageThresholder
-
- GetSourceYResolution() - Method in class org.bytedeco.javacpp.tesseract.ImageThresholder
-
- GetSourceYResolution() - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetStringVariable(BytePointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Returns the pointer to the string that represents the value of the
parameter if it was found among Tesseract parameters.
- GetStringVariable(String) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetStrips(PointerPointer, PointerPointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Get textlines and strips of image regions as a leptonica-style Boxa, Pixa
pair, in reading order.
- GetStrips(lept.PIXA, IntPointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetStrips(lept.PIXA, IntBuffer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetStrips(lept.PIXA, int[]) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetTextDirection(IntPointer, FloatPointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetTextDirection(IntBuffer, FloatBuffer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetTextDirection(int[], float[]) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetTextlines(boolean, int, PointerPointer, PointerPointer, PointerPointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Get the textlines as a leptonica-style
Boxa, Pixa pair, in reading order.
- GetTextlines(boolean, int, lept.PIXA, IntPointer, IntPointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetTextlines(boolean, int, lept.PIXA, IntBuffer, IntBuffer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetTextlines(boolean, int, lept.PIXA, int[], int[]) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetTextlines(PointerPointer, PointerPointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetTextlines(lept.PIXA, IntPointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetTextlines(lept.PIXA, IntBuffer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetTextlines(lept.PIXA, int[]) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetThresholdedImage() - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Get a copy of the internal thresholded image from Tesseract.
- GetThresholdedImageScaleFactor() - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Returns the scale factor of the thresholded image that would be returned by
GetThresholdedImage() and the various GetX() methods that call
GetComponentImages().
- GetUnichar(int) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
This method returns the string form of the specified unichar.
- GetUNLVText() - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
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.
- GetUTF8Text() - Method in class org.bytedeco.javacpp.tesseract.ChoiceIterator
-
- GetUTF8Text(int) - Method in class org.bytedeco.javacpp.tesseract.LTRResultIterator
-
- GetUTF8Text(int) - Method in class org.bytedeco.javacpp.tesseract.ResultIterator
-
Returns the null terminated UTF-8 encoded text string for the current
object at the given level.
- GetUTF8Text() - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
The recognized text is returned as a char* which is coded
as UTF8 and must be freed with the delete [] operator.
- GetVariableAsString(BytePointer, tesseract.STRING) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Get value of named variable as a string, if it exists.
- GetVariableAsString(String, tesseract.STRING) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- GetWords(PointerPointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Get the words as a leptonica-style
Boxa, Pixa pair, in reading order.
- GetWords(lept.PIXA) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- ParagraphInfo(IntPointer, BoolPointer, BoolPointer, IntPointer) - Method in class org.bytedeco.javacpp.tesseract.PageIterator
-
Returns information about the current paragraph, if available.
- ParagraphInfo(IntBuffer, boolean[], boolean[], IntBuffer) - Method in class org.bytedeco.javacpp.tesseract.PageIterator
-
- ParagraphInfo(int[], BoolPointer, BoolPointer, int[]) - Method in class org.bytedeco.javacpp.tesseract.PageIterator
-
- ParagraphInfo(IntPointer, boolean[], boolean[], IntPointer) - Method in class org.bytedeco.javacpp.tesseract.PageIterator
-
- ParagraphInfo(IntBuffer, BoolPointer, BoolPointer, IntBuffer) - Method in class org.bytedeco.javacpp.tesseract.PageIterator
-
- ParagraphInfo(int[], boolean[], boolean[], int[]) - Method in class org.bytedeco.javacpp.tesseract.PageIterator
-
- ParagraphIsLtr() - Method in class org.bytedeco.javacpp.tesseract.ResultIterator
-
Return whether the current paragraph's dominant reading direction
is left-to-right (as opposed to right-to-left).
- pop_back() - Method in class org.bytedeco.javacpp.tesseract.CharGenericVector
-
- pop_back() - Method in class org.bytedeco.javacpp.tesseract.IntGenericVector
-
- pop_back() - Method in class org.bytedeco.javacpp.tesseract.StringGenericVector
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.CharClearCallback
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.CharCompareCallback
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.CharGenericVector
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.CharReadCallback
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.CharWriteCallback
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.DeleteCallback
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.IntClearCallback
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.IntCompareCallback
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.IntGenericVector
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.IntGenericVectorEqEq
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.IntReadCallback
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.IntWriteCallback
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.STRING
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.StringClearCallback
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.StringCompareCallback
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.StringGenericVector
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.StringReadCallback
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.StringWriteCallback
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.TessCallbackUtils_
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.TruthCallback3
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.TruthCallback4
-
- position(long) - Method in class org.bytedeco.javacpp.tesseract.UNICHAR
-
- PositionedAtSameWord(tesseract.PAGE_RES_IT) - Method in class org.bytedeco.javacpp.tesseract.PageIterator
-
Are we positioned at the same location as other?
- PrintVariables(Pointer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Print Tesseract parameters to the given file.
- ProcessPage(lept.PIX, int, BytePointer, BytePointer, int, tesseract.TessResultRenderer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Turn a single image into symbolic text.
- ProcessPage(lept.PIX, int, String, String, int, tesseract.TessResultRenderer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- ProcessPages(BytePointer, BytePointer, int, tesseract.TessResultRenderer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Turns images into symbolic text.
- ProcessPages(String, String, int, tesseract.TessResultRenderer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- ProcessPagesInternal(BytePointer, BytePointer, int, tesseract.TessResultRenderer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- ProcessPagesInternal(String, String, int, tesseract.TessResultRenderer) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- PSM_AUTO - Static variable in class org.bytedeco.javacpp.tesseract
-
enum tesseract::PageSegMode
- PSM_AUTO_ONLY - Static variable in class org.bytedeco.javacpp.tesseract
-
enum tesseract::PageSegMode
- PSM_AUTO_OSD - Static variable in class org.bytedeco.javacpp.tesseract
-
enum tesseract::PageSegMode
- PSM_BLOCK_FIND_ENABLED(int) - Static method in class org.bytedeco.javacpp.tesseract
-
- PSM_CIRCLE_WORD - Static variable in class org.bytedeco.javacpp.tesseract
-
enum tesseract::PageSegMode
- PSM_COL_FIND_ENABLED(int) - Static method in class org.bytedeco.javacpp.tesseract
-
- PSM_COUNT - Static variable in class org.bytedeco.javacpp.tesseract
-
enum tesseract::PageSegMode
- PSM_LINE_FIND_ENABLED(int) - Static method in class org.bytedeco.javacpp.tesseract
-
- PSM_ORIENTATION_ENABLED(int) - Static method in class org.bytedeco.javacpp.tesseract
-
- PSM_OSD_ENABLED(int) - Static method in class org.bytedeco.javacpp.tesseract
-
Inline functions that act on a PageSegMode to determine whether components of
layout analysis are enabled.
- PSM_OSD_ONLY - Static variable in class org.bytedeco.javacpp.tesseract
-
enum tesseract::PageSegMode
- PSM_RAW_LINE - Static variable in class org.bytedeco.javacpp.tesseract
-
enum tesseract::PageSegMode
- PSM_SINGLE_BLOCK - Static variable in class org.bytedeco.javacpp.tesseract
-
enum tesseract::PageSegMode
- PSM_SINGLE_BLOCK_VERT_TEXT - Static variable in class org.bytedeco.javacpp.tesseract
-
enum tesseract::PageSegMode
- PSM_SINGLE_CHAR - Static variable in class org.bytedeco.javacpp.tesseract
-
enum tesseract::PageSegMode
- PSM_SINGLE_COLUMN - Static variable in class org.bytedeco.javacpp.tesseract
-
enum tesseract::PageSegMode
- PSM_SINGLE_LINE - Static variable in class org.bytedeco.javacpp.tesseract
-
enum tesseract::PageSegMode
- PSM_SINGLE_WORD - Static variable in class org.bytedeco.javacpp.tesseract
-
enum tesseract::PageSegMode
- PSM_SPARSE(int) - Static method in class org.bytedeco.javacpp.tesseract
-
- PSM_SPARSE_TEXT - Static variable in class org.bytedeco.javacpp.tesseract
-
enum tesseract::PageSegMode
- PSM_SPARSE_TEXT_OSD - Static variable in class org.bytedeco.javacpp.tesseract
-
enum tesseract::PageSegMode
- PSM_WORD_FIND_ENABLED(int) - Static method in class org.bytedeco.javacpp.tesseract
-
- PT_CAPTION_TEXT - Static variable in class org.bytedeco.javacpp.tesseract
-
enum PolyBlockType
- PT_COUNT - Static variable in class org.bytedeco.javacpp.tesseract
-
enum PolyBlockType
- PT_EQUATION - Static variable in class org.bytedeco.javacpp.tesseract
-
enum PolyBlockType
- PT_FLOWING_IMAGE - Static variable in class org.bytedeco.javacpp.tesseract
-
enum PolyBlockType
- PT_FLOWING_TEXT - Static variable in class org.bytedeco.javacpp.tesseract
-
enum PolyBlockType
- PT_HEADING_IMAGE - Static variable in class org.bytedeco.javacpp.tesseract
-
enum PolyBlockType
- PT_HEADING_TEXT - Static variable in class org.bytedeco.javacpp.tesseract
-
enum PolyBlockType
- PT_HORZ_LINE - Static variable in class org.bytedeco.javacpp.tesseract
-
enum PolyBlockType
- PT_INLINE_EQUATION - Static variable in class org.bytedeco.javacpp.tesseract
-
enum PolyBlockType
- PT_NOISE - Static variable in class org.bytedeco.javacpp.tesseract
-
enum PolyBlockType
- PT_PULLOUT_IMAGE - Static variable in class org.bytedeco.javacpp.tesseract
-
enum PolyBlockType
- PT_PULLOUT_TEXT - Static variable in class org.bytedeco.javacpp.tesseract
-
enum PolyBlockType
- PT_TABLE - Static variable in class org.bytedeco.javacpp.tesseract
-
enum PolyBlockType
- PT_UNKNOWN - Static variable in class org.bytedeco.javacpp.tesseract
-
enum PolyBlockType
- PT_VERT_LINE - Static variable in class org.bytedeco.javacpp.tesseract
-
enum PolyBlockType
- PT_VERTICAL_TEXT - Static variable in class org.bytedeco.javacpp.tesseract
-
enum PolyBlockType
- PTIsImageType(int) - Static method in class org.bytedeco.javacpp.tesseract
-
Returns true if PolyBlockType is of image type
- PTIsLineType(int) - Static method in class org.bytedeco.javacpp.tesseract
-
Returns true if PolyBlockType is of horizontal line type
- PTIsPulloutType(int) - Static method in class org.bytedeco.javacpp.tesseract
-
- PTIsTextType(int) - Static method in class org.bytedeco.javacpp.tesseract
-
Returns true if PolyBlockType is of text type
- push_back(byte) - Method in class org.bytedeco.javacpp.tesseract.CharGenericVector
-
- push_back(int) - Method in class org.bytedeco.javacpp.tesseract.IntGenericVector
-
- push_back(tesseract.STRING) - Method in class org.bytedeco.javacpp.tesseract.StringGenericVector
-
- push_back_new(byte) - Method in class org.bytedeco.javacpp.tesseract.CharGenericVector
-
- push_back_new(int) - Method in class org.bytedeco.javacpp.tesseract.IntGenericVector
-
- push_back_new(tesseract.STRING) - Method in class org.bytedeco.javacpp.tesseract.StringGenericVector
-
- push_front(byte) - Method in class org.bytedeco.javacpp.tesseract.CharGenericVector
-
- push_front(int) - Method in class org.bytedeco.javacpp.tesseract.IntGenericVector
-
- push_front(tesseract.STRING) - Method in class org.bytedeco.javacpp.tesseract.StringGenericVector
-
- put(tesseract.CharGenericVector) - Method in class org.bytedeco.javacpp.tesseract.CharGenericVector
-
- put(tesseract.IntGenericVector) - Method in class org.bytedeco.javacpp.tesseract.IntGenericVector
-
- put(tesseract.PageIterator) - Method in class org.bytedeco.javacpp.tesseract.PageIterator
-
- put(BytePointer) - Method in class org.bytedeco.javacpp.tesseract.STRING
-
- put(String) - Method in class org.bytedeco.javacpp.tesseract.STRING
-
- put(tesseract.STRING) - Method in class org.bytedeco.javacpp.tesseract.STRING
-
- put(tesseract.StringGenericVector) - Method in class org.bytedeco.javacpp.tesseract.StringGenericVector
-
- TessBaseAPIAdaptToWordStr(tesseract.TessBaseAPI, int, BytePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIAdaptToWordStr(tesseract.TessBaseAPI, int, String) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIAllWordConfidences(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIAnalyseLayout(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIClear(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIClearAdaptiveClassifier(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIClearPersistentCache(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPICreate() - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIDelete(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIDetectOS(tesseract.TessBaseAPI, tesseract.OSResults) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIDumpPGM(tesseract.TessBaseAPI, BytePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIDumpPGM(tesseract.TessBaseAPI, String) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIEnd(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIFindLinesCreateBlockList(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetAvailableLanguagesAsVector(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetBoolVariable(tesseract.TessBaseAPI, BytePointer, BoolPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetBoolVariable(tesseract.TessBaseAPI, String, BoolPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetBoxText(tesseract.TessBaseAPI, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetComponentImages(tesseract.TessBaseAPI, int, boolean, PointerPointer, PointerPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetComponentImages(tesseract.TessBaseAPI, int, boolean, lept.PIXA, IntPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetComponentImages(tesseract.TessBaseAPI, int, boolean, lept.PIXA, IntBuffer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetComponentImages(tesseract.TessBaseAPI, int, boolean, lept.PIXA, int[]) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetComponentImages1(tesseract.TessBaseAPI, int, boolean, boolean, int, PointerPointer, PointerPointer, PointerPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetComponentImages1(tesseract.TessBaseAPI, int, boolean, boolean, int, lept.PIXA, IntPointer, IntPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetComponentImages1(tesseract.TessBaseAPI, int, boolean, boolean, int, lept.PIXA, IntBuffer, IntBuffer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetComponentImages1(tesseract.TessBaseAPI, int, boolean, boolean, int, lept.PIXA, int[], int[]) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetConnectedComponents(tesseract.TessBaseAPI, PointerPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetConnectedComponents(tesseract.TessBaseAPI, lept.PIXA) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetCubeRecoContext(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetDatapath(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetDawg(tesseract.TessBaseAPI, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetDoubleVariable(tesseract.TessBaseAPI, BytePointer, DoublePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetDoubleVariable(tesseract.TessBaseAPI, String, DoubleBuffer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetDoubleVariable(tesseract.TessBaseAPI, BytePointer, double[]) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetDoubleVariable(tesseract.TessBaseAPI, String, DoublePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetDoubleVariable(tesseract.TessBaseAPI, BytePointer, DoubleBuffer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetDoubleVariable(tesseract.TessBaseAPI, String, double[]) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetFeaturesForBlob(tesseract.TessBaseAPI, tesseract.TBLOB, tesseract.INT_FEATURE_STRUCT, IntPointer, IntPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetFeaturesForBlob(tesseract.TessBaseAPI, tesseract.TBLOB, tesseract.INT_FEATURE_STRUCT, IntBuffer, IntBuffer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetFeaturesForBlob(tesseract.TessBaseAPI, tesseract.TBLOB, tesseract.INT_FEATURE_STRUCT, int[], int[]) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetHOCRText(tesseract.TessBaseAPI, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetInitLanguagesAsString(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetInputImage(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetInputName(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetIntVariable(tesseract.TessBaseAPI, BytePointer, IntPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetIntVariable(tesseract.TessBaseAPI, String, IntBuffer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetIntVariable(tesseract.TessBaseAPI, BytePointer, int[]) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetIntVariable(tesseract.TessBaseAPI, String, IntPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetIntVariable(tesseract.TessBaseAPI, BytePointer, IntBuffer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetIntVariable(tesseract.TessBaseAPI, String, int[]) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetIterator(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetLoadedLanguagesAsVector(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetMutableIterator(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetOpenCLDevice(tesseract.TessBaseAPI, PointerPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetOpenCLDevice(tesseract.TessBaseAPI, Pointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetPageSegMode(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetRegions(tesseract.TessBaseAPI, PointerPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetRegions(tesseract.TessBaseAPI, lept.PIXA) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetSourceYResolution(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetStringVariable(tesseract.TessBaseAPI, BytePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetStringVariable(tesseract.TessBaseAPI, String) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetStrips(tesseract.TessBaseAPI, PointerPointer, PointerPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetStrips(tesseract.TessBaseAPI, lept.PIXA, IntPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetStrips(tesseract.TessBaseAPI, lept.PIXA, IntBuffer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetStrips(tesseract.TessBaseAPI, lept.PIXA, int[]) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetTextDirection(tesseract.TessBaseAPI, IntPointer, FloatPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetTextDirection(tesseract.TessBaseAPI, IntBuffer, FloatBuffer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetTextDirection(tesseract.TessBaseAPI, int[], float[]) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetTextlines(tesseract.TessBaseAPI, PointerPointer, PointerPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetTextlines(tesseract.TessBaseAPI, lept.PIXA, IntPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetTextlines(tesseract.TessBaseAPI, lept.PIXA, IntBuffer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetTextlines(tesseract.TessBaseAPI, lept.PIXA, int[]) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetTextlines1(tesseract.TessBaseAPI, boolean, int, PointerPointer, PointerPointer, PointerPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetTextlines1(tesseract.TessBaseAPI, boolean, int, lept.PIXA, IntPointer, IntPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetTextlines1(tesseract.TessBaseAPI, boolean, int, lept.PIXA, IntBuffer, IntBuffer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetTextlines1(tesseract.TessBaseAPI, boolean, int, lept.PIXA, int[], int[]) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetThresholdedImage(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetThresholdedImageScaleFactor(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetUnichar(tesseract.TessBaseAPI, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetUNLVText(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetUTF8Text(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetVariableAsString(tesseract.TessBaseAPI, BytePointer, tesseract.STRING) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetVariableAsString(tesseract.TessBaseAPI, String, tesseract.STRING) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetWords(tesseract.TessBaseAPI, PointerPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIGetWords(tesseract.TessBaseAPI, lept.PIXA) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIInit1(tesseract.TessBaseAPI, BytePointer, BytePointer, int, PointerPointer, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIInit1(tesseract.TessBaseAPI, BytePointer, BytePointer, int, BytePointer, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIInit1(tesseract.TessBaseAPI, String, String, int, ByteBuffer, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIInit1(tesseract.TessBaseAPI, BytePointer, BytePointer, int, byte[], int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIInit1(tesseract.TessBaseAPI, String, String, int, BytePointer, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIInit1(tesseract.TessBaseAPI, BytePointer, BytePointer, int, ByteBuffer, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIInit1(tesseract.TessBaseAPI, String, String, int, byte[], int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIInit2(tesseract.TessBaseAPI, BytePointer, BytePointer, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIInit2(tesseract.TessBaseAPI, String, String, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIInit3(tesseract.TessBaseAPI, BytePointer, BytePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIInit3(tesseract.TessBaseAPI, String, String) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIInit4(tesseract.TessBaseAPI, BytePointer, BytePointer, int, PointerPointer, int, PointerPointer, PointerPointer, long, boolean) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIInit4(tesseract.TessBaseAPI, BytePointer, BytePointer, int, BytePointer, int, BytePointer, BytePointer, long, boolean) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIInit4(tesseract.TessBaseAPI, String, String, int, ByteBuffer, int, ByteBuffer, ByteBuffer, long, boolean) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIInit4(tesseract.TessBaseAPI, BytePointer, BytePointer, int, byte[], int, byte[], byte[], long, boolean) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIInit4(tesseract.TessBaseAPI, String, String, int, BytePointer, int, BytePointer, BytePointer, long, boolean) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIInit4(tesseract.TessBaseAPI, BytePointer, BytePointer, int, ByteBuffer, int, ByteBuffer, ByteBuffer, long, boolean) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIInit4(tesseract.TessBaseAPI, String, String, int, byte[], int, byte[], byte[], long, boolean) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIInitForAnalysePage(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIInitLangMod(tesseract.TessBaseAPI, BytePointer, BytePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIInitLangMod(tesseract.TessBaseAPI, String, String) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIInitTruthCallback(tesseract.TessBaseAPI, tesseract.TruthCallback4) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIIsValidWord(tesseract.TessBaseAPI, BytePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIIsValidWord(tesseract.TessBaseAPI, String) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIMeanTextConf(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPINumDawgs(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIOem(tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIPrintVariables(tesseract.TessBaseAPI, Pointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIPrintVariablesToFile(tesseract.TessBaseAPI, BytePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIPrintVariablesToFile(tesseract.TessBaseAPI, String) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIProcessPage(tesseract.TessBaseAPI, lept.PIX, int, BytePointer, BytePointer, int, tesseract.TessResultRenderer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIProcessPage(tesseract.TessBaseAPI, lept.PIX, int, String, String, int, tesseract.TessResultRenderer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIProcessPages(tesseract.TessBaseAPI, BytePointer, BytePointer, int, tesseract.TessResultRenderer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIProcessPages(tesseract.TessBaseAPI, String, String, int, tesseract.TessResultRenderer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIReadConfigFile(tesseract.TessBaseAPI, BytePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIReadConfigFile(tesseract.TessBaseAPI, String) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIReadDebugConfigFile(tesseract.TessBaseAPI, BytePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIReadDebugConfigFile(tesseract.TessBaseAPI, String) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIRecognize(tesseract.TessBaseAPI, tesseract.ETEXT_DESC) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIRecognizeForChopTest(tesseract.TessBaseAPI, tesseract.ETEXT_DESC) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIRect(tesseract.TessBaseAPI, BytePointer, int, int, int, int, int, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIRect(tesseract.TessBaseAPI, ByteBuffer, int, int, int, int, int, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIRect(tesseract.TessBaseAPI, byte[], int, int, int, int, int, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIRunAdaptiveClassifier(tesseract.TessBaseAPI, tesseract.TBLOB, int, IntPointer, FloatPointer, IntPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIRunAdaptiveClassifier(tesseract.TessBaseAPI, tesseract.TBLOB, int, IntBuffer, FloatBuffer, IntBuffer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPIRunAdaptiveClassifier(tesseract.TessBaseAPI, tesseract.TBLOB, int, int[], float[], int[]) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPISetDebugVariable(tesseract.TessBaseAPI, BytePointer, BytePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPISetDebugVariable(tesseract.TessBaseAPI, String, String) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPISetDictFunc(tesseract.TessBaseAPI, tesseract.DictFunc) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPISetImage(tesseract.TessBaseAPI, BytePointer, int, int, int, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPISetImage(tesseract.TessBaseAPI, ByteBuffer, int, int, int, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPISetImage(tesseract.TessBaseAPI, byte[], int, int, int, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPISetImage2(tesseract.TessBaseAPI, lept.PIX) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPISetInputImage(tesseract.TessBaseAPI, lept.PIX) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPISetInputName(tesseract.TessBaseAPI, BytePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPISetInputName(tesseract.TessBaseAPI, String) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPISetMinOrientationMargin(tesseract.TessBaseAPI, double) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPISetOutputName(tesseract.TessBaseAPI, BytePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPISetOutputName(tesseract.TessBaseAPI, String) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPISetPageSegMode(tesseract.TessBaseAPI, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPISetProbabilityInContextFunc(tesseract.TessBaseAPI, tesseract.ProbabilityInContextFunc) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPISetRectangle(tesseract.TessBaseAPI, int, int, int, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPISetSourceResolution(tesseract.TessBaseAPI, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPISetThresholder(tesseract.TessBaseAPI, tesseract.ImageThresholder) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPISetVariable(tesseract.TessBaseAPI, BytePointer, BytePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBaseAPISetVariable(tesseract.TessBaseAPI, String, String) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBoxTextRendererCreate(BytePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessBoxTextRendererCreate(String) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessChoiceIteratorConfidence(tesseract.ChoiceIterator) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessChoiceIteratorDelete(tesseract.ChoiceIterator) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessChoiceIteratorGetUTF8Text(tesseract.ChoiceIterator) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessChoiceIteratorNext(tesseract.ChoiceIterator) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessDeleteBlockList(tesseract.BLOCK_LIST) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessDeleteIntArray(IntPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessDeleteIntArray(IntBuffer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessDeleteIntArray(int[]) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessDeleteResultRenderer(tesseract.TessResultRenderer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessDeleteText(BytePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessDeleteText(ByteBuffer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessDeleteText(byte[]) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessDeleteTextArray(PointerPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessDeleteTextArray(BytePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessDeleteTextArray(ByteBuffer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessDeleteTextArray(byte[]) - Static method in class org.bytedeco.javacpp.tesseract
-
- tesseract - Class in org.bytedeco.javacpp.presets
-
- tesseract() - Constructor for class org.bytedeco.javacpp.presets.tesseract
-
- tesseract - Class in org.bytedeco.javacpp
-
- tesseract() - Constructor for class org.bytedeco.javacpp.tesseract
-
- tesseract() - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- tesseract.BlamerBundle - Class in org.bytedeco.javacpp
-
- tesseract.BlamerBundle() - Constructor for class org.bytedeco.javacpp.tesseract.BlamerBundle
-
Empty constructor.
- tesseract.BlamerBundle(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.BlamerBundle
-
Pointer cast constructor.
- tesseract.BLOB_CHOICE_IT - Class in org.bytedeco.javacpp
-
- tesseract.BLOB_CHOICE_IT() - Constructor for class org.bytedeco.javacpp.tesseract.BLOB_CHOICE_IT
-
Empty constructor.
- tesseract.BLOB_CHOICE_IT(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.BLOB_CHOICE_IT
-
Pointer cast constructor.
- tesseract.BLOCK_LIST - Class in org.bytedeco.javacpp
-
- tesseract.BLOCK_LIST() - Constructor for class org.bytedeco.javacpp.tesseract.BLOCK_LIST
-
Empty constructor.
- tesseract.BLOCK_LIST(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.BLOCK_LIST
-
Pointer cast constructor.
- tesseract.C_BLOB_IT - Class in org.bytedeco.javacpp
-
- tesseract.C_BLOB_IT() - Constructor for class org.bytedeco.javacpp.tesseract.C_BLOB_IT
-
Empty constructor.
- tesseract.C_BLOB_IT(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.C_BLOB_IT
-
Pointer cast constructor.
- tesseract.CharClearCallback - Class in org.bytedeco.javacpp
-
- tesseract.CharClearCallback() - Constructor for class org.bytedeco.javacpp.tesseract.CharClearCallback
-
Default native constructor.
- tesseract.CharClearCallback(long) - Constructor for class org.bytedeco.javacpp.tesseract.CharClearCallback
-
Native array allocator.
- tesseract.CharClearCallback(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.CharClearCallback
-
Pointer cast constructor.
- tesseract.CharCompareCallback - Class in org.bytedeco.javacpp
-
- tesseract.CharCompareCallback() - Constructor for class org.bytedeco.javacpp.tesseract.CharCompareCallback
-
Default native constructor.
- tesseract.CharCompareCallback(long) - Constructor for class org.bytedeco.javacpp.tesseract.CharCompareCallback
-
Native array allocator.
- tesseract.CharCompareCallback(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.CharCompareCallback
-
Pointer cast constructor.
- tesseract.CharGenericVector - Class in org.bytedeco.javacpp
-
- tesseract.CharGenericVector(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.CharGenericVector
-
Pointer cast constructor.
- tesseract.CharGenericVector(long) - Constructor for class org.bytedeco.javacpp.tesseract.CharGenericVector
-
Native array allocator.
- tesseract.CharGenericVector() - Constructor for class org.bytedeco.javacpp.tesseract.CharGenericVector
-
- tesseract.CharGenericVector(int, byte) - Constructor for class org.bytedeco.javacpp.tesseract.CharGenericVector
-
- tesseract.CharGenericVector(tesseract.CharGenericVector) - Constructor for class org.bytedeco.javacpp.tesseract.CharGenericVector
-
- tesseract.CharGenericVector.Comparator_Pointer_Pointer - Class in org.bytedeco.javacpp
-
- tesseract.CharGenericVector.Comparator_Pointer_Pointer(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.CharGenericVector.Comparator_Pointer_Pointer
-
Pointer cast constructor.
- tesseract.CharGenericVector.Comparator_Pointer_Pointer() - Constructor for class org.bytedeco.javacpp.tesseract.CharGenericVector.Comparator_Pointer_Pointer
-
- tesseract.CharReadCallback - Class in org.bytedeco.javacpp
-
- tesseract.CharReadCallback() - Constructor for class org.bytedeco.javacpp.tesseract.CharReadCallback
-
Default native constructor.
- tesseract.CharReadCallback(long) - Constructor for class org.bytedeco.javacpp.tesseract.CharReadCallback
-
Native array allocator.
- tesseract.CharReadCallback(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.CharReadCallback
-
Pointer cast constructor.
- tesseract.CharWriteCallback - Class in org.bytedeco.javacpp
-
- tesseract.CharWriteCallback() - Constructor for class org.bytedeco.javacpp.tesseract.CharWriteCallback
-
Default native constructor.
- tesseract.CharWriteCallback(long) - Constructor for class org.bytedeco.javacpp.tesseract.CharWriteCallback
-
Native array allocator.
- tesseract.CharWriteCallback(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.CharWriteCallback
-
Pointer cast constructor.
- tesseract.ChoiceIterator - Class in org.bytedeco.javacpp
-
- tesseract.ChoiceIterator(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.ChoiceIterator
-
Pointer cast constructor.
- tesseract.ChoiceIterator(tesseract.LTRResultIterator) - Constructor for class org.bytedeco.javacpp.tesseract.ChoiceIterator
-
- tesseract.CubeRecoContext - Class in org.bytedeco.javacpp
-
- tesseract.CubeRecoContext() - Constructor for class org.bytedeco.javacpp.tesseract.CubeRecoContext
-
Empty constructor.
- tesseract.CubeRecoContext(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.CubeRecoContext
-
Pointer cast constructor.
- tesseract.Dawg - Class in org.bytedeco.javacpp
-
- tesseract.Dawg() - Constructor for class org.bytedeco.javacpp.tesseract.Dawg
-
Empty constructor.
- tesseract.Dawg(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.Dawg
-
Pointer cast constructor.
- tesseract.DeleteCallback - Class in org.bytedeco.javacpp
-
- tesseract.DeleteCallback() - Constructor for class org.bytedeco.javacpp.tesseract.DeleteCallback
-
Default native constructor.
- tesseract.DeleteCallback(long) - Constructor for class org.bytedeco.javacpp.tesseract.DeleteCallback
-
Native array allocator.
- tesseract.DeleteCallback(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.DeleteCallback
-
Pointer cast constructor.
- tesseract.DENORM - Class in org.bytedeco.javacpp
-
- tesseract.DENORM() - Constructor for class org.bytedeco.javacpp.tesseract.DENORM
-
Empty constructor.
- tesseract.DENORM(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.DENORM
-
Pointer cast constructor.
- tesseract.Dict - Class in org.bytedeco.javacpp
-
- tesseract.Dict() - Constructor for class org.bytedeco.javacpp.tesseract.Dict
-
Empty constructor.
- tesseract.Dict(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.Dict
-
Pointer cast constructor.
- tesseract.DictFunc - Class in org.bytedeco.javacpp
-
- tesseract.DictFunc(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.DictFunc
-
Pointer cast constructor.
- tesseract.EquationDetect - Class in org.bytedeco.javacpp
-
- tesseract.EquationDetect() - Constructor for class org.bytedeco.javacpp.tesseract.EquationDetect
-
Empty constructor.
- tesseract.EquationDetect(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.EquationDetect
-
Pointer cast constructor.
- tesseract.ETEXT_DESC - Class in org.bytedeco.javacpp
-
- tesseract.ETEXT_DESC() - Constructor for class org.bytedeco.javacpp.tesseract.ETEXT_DESC
-
Empty constructor.
- tesseract.ETEXT_DESC(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.ETEXT_DESC
-
Pointer cast constructor.
- tesseract.FileReader - Class in org.bytedeco.javacpp
-
- tesseract.FileReader(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.FileReader
-
Pointer cast constructor.
- tesseract.FileReader() - Constructor for class org.bytedeco.javacpp.tesseract.FileReader
-
- tesseract.FileWriter - Class in org.bytedeco.javacpp
-
- tesseract.FileWriter(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.FileWriter
-
Pointer cast constructor.
- tesseract.FileWriter() - Constructor for class org.bytedeco.javacpp.tesseract.FileWriter
-
- tesseract.FillLatticeFunc - Class in org.bytedeco.javacpp
-
- tesseract.FillLatticeFunc(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.FillLatticeFunc
-
Pointer cast constructor.
- tesseract.ImageThresholder - Class in org.bytedeco.javacpp
-
Base class for all tesseract image thresholding classes.
- tesseract.ImageThresholder(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.ImageThresholder
-
Pointer cast constructor.
- tesseract.INT_FEATURE_STRUCT - Class in org.bytedeco.javacpp
-
- tesseract.INT_FEATURE_STRUCT() - Constructor for class org.bytedeco.javacpp.tesseract.INT_FEATURE_STRUCT
-
Empty constructor.
- tesseract.INT_FEATURE_STRUCT(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.INT_FEATURE_STRUCT
-
Pointer cast constructor.
- tesseract.IntClearCallback - Class in org.bytedeco.javacpp
-
- tesseract.IntClearCallback() - Constructor for class org.bytedeco.javacpp.tesseract.IntClearCallback
-
Default native constructor.
- tesseract.IntClearCallback(long) - Constructor for class org.bytedeco.javacpp.tesseract.IntClearCallback
-
Native array allocator.
- tesseract.IntClearCallback(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.IntClearCallback
-
Pointer cast constructor.
- tesseract.IntCompareCallback - Class in org.bytedeco.javacpp
-
- tesseract.IntCompareCallback() - Constructor for class org.bytedeco.javacpp.tesseract.IntCompareCallback
-
Default native constructor.
- tesseract.IntCompareCallback(long) - Constructor for class org.bytedeco.javacpp.tesseract.IntCompareCallback
-
Native array allocator.
- tesseract.IntCompareCallback(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.IntCompareCallback
-
Pointer cast constructor.
- tesseract.IntGenericVector - Class in org.bytedeco.javacpp
-
- tesseract.IntGenericVector(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.IntGenericVector
-
Pointer cast constructor.
- tesseract.IntGenericVector(long) - Constructor for class org.bytedeco.javacpp.tesseract.IntGenericVector
-
Native array allocator.
- tesseract.IntGenericVector() - Constructor for class org.bytedeco.javacpp.tesseract.IntGenericVector
-
- tesseract.IntGenericVector(int, int) - Constructor for class org.bytedeco.javacpp.tesseract.IntGenericVector
-
- tesseract.IntGenericVector(tesseract.IntGenericVector) - Constructor for class org.bytedeco.javacpp.tesseract.IntGenericVector
-
- tesseract.IntGenericVector.Comparator_Pointer_Pointer - Class in org.bytedeco.javacpp
-
- tesseract.IntGenericVector.Comparator_Pointer_Pointer(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.IntGenericVector.Comparator_Pointer_Pointer
-
Pointer cast constructor.
- tesseract.IntGenericVector.Comparator_Pointer_Pointer() - Constructor for class org.bytedeco.javacpp.tesseract.IntGenericVector.Comparator_Pointer_Pointer
-
- tesseract.IntGenericVectorEqEq - Class in org.bytedeco.javacpp
-
- tesseract.IntGenericVectorEqEq(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.IntGenericVectorEqEq
-
Pointer cast constructor.
- tesseract.IntGenericVectorEqEq(long) - Constructor for class org.bytedeco.javacpp.tesseract.IntGenericVectorEqEq
-
Native array allocator.
- tesseract.IntGenericVectorEqEq() - Constructor for class org.bytedeco.javacpp.tesseract.IntGenericVectorEqEq
-
- tesseract.IntReadCallback - Class in org.bytedeco.javacpp
-
- tesseract.IntReadCallback() - Constructor for class org.bytedeco.javacpp.tesseract.IntReadCallback
-
Default native constructor.
- tesseract.IntReadCallback(long) - Constructor for class org.bytedeco.javacpp.tesseract.IntReadCallback
-
Native array allocator.
- tesseract.IntReadCallback(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.IntReadCallback
-
Pointer cast constructor.
- tesseract.IntWriteCallback - Class in org.bytedeco.javacpp
-
- tesseract.IntWriteCallback() - Constructor for class org.bytedeco.javacpp.tesseract.IntWriteCallback
-
Default native constructor.
- tesseract.IntWriteCallback(long) - Constructor for class org.bytedeco.javacpp.tesseract.IntWriteCallback
-
Native array allocator.
- tesseract.IntWriteCallback(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.IntWriteCallback
-
Pointer cast constructor.
- tesseract.LTRResultIterator - Class in org.bytedeco.javacpp
-
- tesseract.LTRResultIterator(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.LTRResultIterator
-
Pointer cast constructor.
- tesseract.LTRResultIterator(tesseract.PAGE_RES, tesseract.Tesseract, int, int, int, int, int, int) - Constructor for class org.bytedeco.javacpp.tesseract.LTRResultIterator
-
- tesseract.MATRIX - Class in org.bytedeco.javacpp
-
- tesseract.MATRIX() - Constructor for class org.bytedeco.javacpp.tesseract.MATRIX
-
Empty constructor.
- tesseract.MATRIX(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.MATRIX
-
Pointer cast constructor.
- tesseract.MutableIterator - Class in org.bytedeco.javacpp
-
- tesseract.MutableIterator() - Constructor for class org.bytedeco.javacpp.tesseract.MutableIterator
-
Empty constructor.
- tesseract.MutableIterator(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.MutableIterator
-
Pointer cast constructor.
- tesseract.OSResults - Class in org.bytedeco.javacpp
-
- tesseract.OSResults() - Constructor for class org.bytedeco.javacpp.tesseract.OSResults
-
Empty constructor.
- tesseract.OSResults(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.OSResults
-
Pointer cast constructor.
- tesseract.PAGE_RES - Class in org.bytedeco.javacpp
-
- tesseract.PAGE_RES() - Constructor for class org.bytedeco.javacpp.tesseract.PAGE_RES
-
Empty constructor.
- tesseract.PAGE_RES(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.PAGE_RES
-
Pointer cast constructor.
- tesseract.PAGE_RES_IT - Class in org.bytedeco.javacpp
-
- tesseract.PAGE_RES_IT() - Constructor for class org.bytedeco.javacpp.tesseract.PAGE_RES_IT
-
Empty constructor.
- tesseract.PAGE_RES_IT(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.PAGE_RES_IT
-
Pointer cast constructor.
- tesseract.PageIterator - Class in org.bytedeco.javacpp
-
Class to iterate over tesseract page structure, providing access to all
levels of the page hierarchy, without including any tesseract headers or
having to handle any tesseract structures.
- tesseract.PageIterator(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.PageIterator
-
Pointer cast constructor.
- tesseract.PageIterator(tesseract.PAGE_RES, tesseract.Tesseract, int, int, int, int, int, int) - Constructor for class org.bytedeco.javacpp.tesseract.PageIterator
-
page_res and tesseract come directly from the BaseAPI.
- tesseract.PageIterator(tesseract.PageIterator) - Constructor for class org.bytedeco.javacpp.tesseract.PageIterator
-
Page/ResultIterators may be copied! This makes it possible to iterate over
all the objects at a lower level, while maintaining an iterator to
objects at a higher level.
- tesseract.ParagraphModel - Class in org.bytedeco.javacpp
-
- tesseract.ParagraphModel() - Constructor for class org.bytedeco.javacpp.tesseract.ParagraphModel
-
Empty constructor.
- tesseract.ParagraphModel(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.ParagraphModel
-
Pointer cast constructor.
- tesseract.ParamsModelClassifyFunc - Class in org.bytedeco.javacpp
-
- tesseract.ParamsModelClassifyFunc(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.ParamsModelClassifyFunc
-
Pointer cast constructor.
- tesseract.ProbabilityInContextFunc - Class in org.bytedeco.javacpp
-
- tesseract.ProbabilityInContextFunc(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.ProbabilityInContextFunc
-
Pointer cast constructor.
- tesseract.ResultIterator - Class in org.bytedeco.javacpp
-
- tesseract.ResultIterator(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.ResultIterator
-
Pointer cast constructor.
- tesseract.ROW - Class in org.bytedeco.javacpp
-
- tesseract.ROW() - Constructor for class org.bytedeco.javacpp.tesseract.ROW
-
Empty constructor.
- tesseract.ROW(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.ROW
-
Pointer cast constructor.
- tesseract.STRING - Class in org.bytedeco.javacpp
-
- tesseract.STRING(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.STRING
-
Pointer cast constructor.
- tesseract.STRING(long) - Constructor for class org.bytedeco.javacpp.tesseract.STRING
-
Native array allocator.
- tesseract.STRING() - Constructor for class org.bytedeco.javacpp.tesseract.STRING
-
- tesseract.STRING(tesseract.STRING) - Constructor for class org.bytedeco.javacpp.tesseract.STRING
-
- tesseract.STRING(BytePointer) - Constructor for class org.bytedeco.javacpp.tesseract.STRING
-
- tesseract.STRING(String) - Constructor for class org.bytedeco.javacpp.tesseract.STRING
-
- tesseract.STRING(BytePointer, int) - Constructor for class org.bytedeco.javacpp.tesseract.STRING
-
- tesseract.STRING(String, int) - Constructor for class org.bytedeco.javacpp.tesseract.STRING
-
- tesseract.StringClearCallback - Class in org.bytedeco.javacpp
-
- tesseract.StringClearCallback() - Constructor for class org.bytedeco.javacpp.tesseract.StringClearCallback
-
Default native constructor.
- tesseract.StringClearCallback(long) - Constructor for class org.bytedeco.javacpp.tesseract.StringClearCallback
-
Native array allocator.
- tesseract.StringClearCallback(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.StringClearCallback
-
Pointer cast constructor.
- tesseract.StringCompareCallback - Class in org.bytedeco.javacpp
-
- tesseract.StringCompareCallback() - Constructor for class org.bytedeco.javacpp.tesseract.StringCompareCallback
-
Default native constructor.
- tesseract.StringCompareCallback(long) - Constructor for class org.bytedeco.javacpp.tesseract.StringCompareCallback
-
Native array allocator.
- tesseract.StringCompareCallback(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.StringCompareCallback
-
Pointer cast constructor.
- tesseract.StringGenericVector - Class in org.bytedeco.javacpp
-
- tesseract.StringGenericVector(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.StringGenericVector
-
Pointer cast constructor.
- tesseract.StringGenericVector(long) - Constructor for class org.bytedeco.javacpp.tesseract.StringGenericVector
-
Native array allocator.
- tesseract.StringGenericVector() - Constructor for class org.bytedeco.javacpp.tesseract.StringGenericVector
-
- tesseract.StringGenericVector(int, tesseract.STRING) - Constructor for class org.bytedeco.javacpp.tesseract.StringGenericVector
-
- tesseract.StringGenericVector(tesseract.StringGenericVector) - Constructor for class org.bytedeco.javacpp.tesseract.StringGenericVector
-
- tesseract.StringReadCallback - Class in org.bytedeco.javacpp
-
- tesseract.StringReadCallback() - Constructor for class org.bytedeco.javacpp.tesseract.StringReadCallback
-
Default native constructor.
- tesseract.StringReadCallback(long) - Constructor for class org.bytedeco.javacpp.tesseract.StringReadCallback
-
Native array allocator.
- tesseract.StringReadCallback(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.StringReadCallback
-
Pointer cast constructor.
- tesseract.StringWriteCallback - Class in org.bytedeco.javacpp
-
- tesseract.StringWriteCallback() - Constructor for class org.bytedeco.javacpp.tesseract.StringWriteCallback
-
Default native constructor.
- tesseract.StringWriteCallback(long) - Constructor for class org.bytedeco.javacpp.tesseract.StringWriteCallback
-
Native array allocator.
- tesseract.StringWriteCallback(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.StringWriteCallback
-
Pointer cast constructor.
- tesseract.TBLOB - Class in org.bytedeco.javacpp
-
- tesseract.TBLOB() - Constructor for class org.bytedeco.javacpp.tesseract.TBLOB
-
Empty constructor.
- tesseract.TBLOB(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.TBLOB
-
Pointer cast constructor.
- tesseract.TBOX - Class in org.bytedeco.javacpp
-
- tesseract.TBOX() - Constructor for class org.bytedeco.javacpp.tesseract.TBOX
-
Empty constructor.
- tesseract.TBOX(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.TBOX
-
Pointer cast constructor.
- tesseract.TessBaseAPI - Class in org.bytedeco.javacpp
-
Base class for all tesseract APIs.
- tesseract.TessBaseAPI(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Pointer cast constructor.
- tesseract.TessBaseAPI(long) - Constructor for class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Native array allocator.
- tesseract.TessBaseAPI() - Constructor for class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- tesseract.TessCallbackUtils_ - Class in org.bytedeco.javacpp
-
- tesseract.TessCallbackUtils_() - Constructor for class org.bytedeco.javacpp.tesseract.TessCallbackUtils_
-
Default native constructor.
- tesseract.TessCallbackUtils_(long) - Constructor for class org.bytedeco.javacpp.tesseract.TessCallbackUtils_
-
Native array allocator.
- tesseract.TessCallbackUtils_(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.TessCallbackUtils_
-
Pointer cast constructor.
- tesseract.TessClosure - Class in org.bytedeco.javacpp
-
- tesseract.TessClosure(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.TessClosure
-
Pointer cast constructor.
- tesseract.Tesseract - Class in org.bytedeco.javacpp
-
- tesseract.Tesseract() - Constructor for class org.bytedeco.javacpp.tesseract.Tesseract
-
Empty constructor.
- tesseract.Tesseract(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.Tesseract
-
Pointer cast constructor.
- tesseract.TessResultRenderer - Class in org.bytedeco.javacpp
-
- tesseract.TessResultRenderer() - Constructor for class org.bytedeco.javacpp.tesseract.TessResultRenderer
-
Empty constructor.
- tesseract.TessResultRenderer(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.TessResultRenderer
-
Pointer cast constructor.
- tesseract.TFile - Class in org.bytedeco.javacpp
-
File: strngs.h (Formerly strings.h)
Description: STRING class definition.
- tesseract.TFile() - Constructor for class org.bytedeco.javacpp.tesseract.TFile
-
Empty constructor.
- tesseract.TFile(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.TFile
-
Pointer cast constructor.
- tesseract.Trie - Class in org.bytedeco.javacpp
-
- tesseract.Trie() - Constructor for class org.bytedeco.javacpp.tesseract.Trie
-
Empty constructor.
- tesseract.Trie(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.Trie
-
Pointer cast constructor.
- tesseract.TruthCallback3 - Class in org.bytedeco.javacpp
-
- tesseract.TruthCallback3() - Constructor for class org.bytedeco.javacpp.tesseract.TruthCallback3
-
Default native constructor.
- tesseract.TruthCallback3(long) - Constructor for class org.bytedeco.javacpp.tesseract.TruthCallback3
-
Native array allocator.
- tesseract.TruthCallback3(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.TruthCallback3
-
Pointer cast constructor.
- tesseract.TruthCallback4 - Class in org.bytedeco.javacpp
-
- tesseract.TruthCallback4() - Constructor for class org.bytedeco.javacpp.tesseract.TruthCallback4
-
Default native constructor.
- tesseract.TruthCallback4(long) - Constructor for class org.bytedeco.javacpp.tesseract.TruthCallback4
-
Native array allocator.
- tesseract.TruthCallback4(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.TruthCallback4
-
Pointer cast constructor.
- tesseract.UNICHAR - Class in org.bytedeco.javacpp
-
- tesseract.UNICHAR(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.UNICHAR
-
Pointer cast constructor.
- tesseract.UNICHAR(long) - Constructor for class org.bytedeco.javacpp.tesseract.UNICHAR
-
Native array allocator.
- tesseract.UNICHAR() - Constructor for class org.bytedeco.javacpp.tesseract.UNICHAR
-
- tesseract.UNICHAR.const_iterator - Class in org.bytedeco.javacpp
-
- tesseract.UNICHAR.const_iterator(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.UNICHAR.const_iterator
-
Pointer cast constructor.
- tesseract.UNICHARSET - Class in org.bytedeco.javacpp
-
- tesseract.UNICHARSET() - Constructor for class org.bytedeco.javacpp.tesseract.UNICHARSET
-
Empty constructor.
- tesseract.UNICHARSET(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.UNICHARSET
-
Pointer cast constructor.
- tesseract.WERD - Class in org.bytedeco.javacpp
-
- tesseract.WERD() - Constructor for class org.bytedeco.javacpp.tesseract.WERD
-
Empty constructor.
- tesseract.WERD(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.WERD
-
Pointer cast constructor.
- tesseract.WERD_CHOICE_LIST - Class in org.bytedeco.javacpp
-
- tesseract.WERD_CHOICE_LIST() - Constructor for class org.bytedeco.javacpp.tesseract.WERD_CHOICE_LIST
-
Empty constructor.
- tesseract.WERD_CHOICE_LIST(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.WERD_CHOICE_LIST
-
Pointer cast constructor.
- tesseract.WERD_RES - Class in org.bytedeco.javacpp
-
- tesseract.WERD_RES() - Constructor for class org.bytedeco.javacpp.tesseract.WERD_RES
-
Empty constructor.
- tesseract.WERD_RES(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.WERD_RES
-
Pointer cast constructor.
- tesseract.Wordrec - Class in org.bytedeco.javacpp
-
- tesseract.Wordrec() - Constructor for class org.bytedeco.javacpp.tesseract.Wordrec
-
Empty constructor.
- tesseract.Wordrec(Pointer) - Constructor for class org.bytedeco.javacpp.tesseract.Wordrec
-
Pointer cast constructor.
- TESSERACT_VERSION - Static variable in class org.bytedeco.javacpp.tesseract
-
- TESSERACT_VERSION_STR - Static variable in class org.bytedeco.javacpp.tesseract
-
- TesseractRect(BytePointer, int, int, int, int, int, int) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
Recognize a rectangle from an image and return the result as a string.
- TesseractRect(ByteBuffer, int, int, int, int, int, int) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- TesseractRect(byte[], int, int, int, int, int, int) - Method in class org.bytedeco.javacpp.tesseract.TessBaseAPI
-
- TessFindRowForBox(tesseract.BLOCK_LIST, int, int, int, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessHOcrRendererCreate(BytePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessHOcrRendererCreate(String) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessHOcrRendererCreate2(BytePointer, boolean) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessHOcrRendererCreate2(String, boolean) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessMakeTBLOB(lept.PIX) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessMakeTessOCRRow(float, float, float, float) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessNormalizeTBLOB(tesseract.TBLOB, tesseract.ROW, boolean) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorBaseline(tesseract.PageIterator, int, IntPointer, IntPointer, IntPointer, IntPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorBaseline(tesseract.PageIterator, int, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorBaseline(tesseract.PageIterator, int, int[], int[], int[], int[]) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorBegin(tesseract.PageIterator) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorBlockType(tesseract.PageIterator) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorBoundingBox(tesseract.PageIterator, int, IntPointer, IntPointer, IntPointer, IntPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorBoundingBox(tesseract.PageIterator, int, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorBoundingBox(tesseract.PageIterator, int, int[], int[], int[], int[]) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorCopy(tesseract.PageIterator) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorDelete(tesseract.PageIterator) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorGetBinaryImage(tesseract.PageIterator, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorGetImage(tesseract.PageIterator, int, int, lept.PIX, IntPointer, IntPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorGetImage(tesseract.PageIterator, int, int, lept.PIX, IntBuffer, IntBuffer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorGetImage(tesseract.PageIterator, int, int, lept.PIX, int[], int[]) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorIsAtBeginningOf(tesseract.PageIterator, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorIsAtFinalElement(tesseract.PageIterator, int, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorNext(tesseract.PageIterator, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorOrientation(tesseract.PageIterator, IntPointer, IntPointer, IntPointer, FloatPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorOrientation(tesseract.PageIterator, IntBuffer, IntBuffer, IntBuffer, FloatBuffer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorOrientation(tesseract.PageIterator, int[], int[], int[], float[]) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorParagraphInfo(tesseract.PageIterator, IntPointer, BoolPointer, BoolPointer, IntPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorParagraphInfo(tesseract.PageIterator, IntBuffer, BoolPointer, BoolPointer, IntBuffer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPageIteratorParagraphInfo(tesseract.PageIterator, int[], BoolPointer, BoolPointer, int[]) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPDFRendererCreate(BytePointer, BytePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessPDFRendererCreate(String, String) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultIteratorConfidence(tesseract.ResultIterator, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultIteratorCopy(tesseract.ResultIterator) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultIteratorDelete(tesseract.ResultIterator) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultIteratorGetChoiceIterator(tesseract.ResultIterator) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultIteratorGetPageIterator(tesseract.ResultIterator) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultIteratorGetPageIteratorConst(tesseract.ResultIterator) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultIteratorGetUTF8Text(tesseract.ResultIterator, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultIteratorNext(tesseract.ResultIterator, int) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultIteratorSymbolIsDropcap(tesseract.ResultIterator) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultIteratorSymbolIsSubscript(tesseract.ResultIterator) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultIteratorSymbolIsSuperscript(tesseract.ResultIterator) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultIteratorWordFontAttributes(tesseract.ResultIterator, BoolPointer, BoolPointer, BoolPointer, BoolPointer, BoolPointer, BoolPointer, IntPointer, IntPointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultIteratorWordFontAttributes(tesseract.ResultIterator, BoolPointer, BoolPointer, BoolPointer, BoolPointer, BoolPointer, BoolPointer, IntBuffer, IntBuffer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultIteratorWordFontAttributes(tesseract.ResultIterator, BoolPointer, BoolPointer, BoolPointer, BoolPointer, BoolPointer, BoolPointer, int[], int[]) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultIteratorWordIsFromDictionary(tesseract.ResultIterator) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultIteratorWordIsNumeric(tesseract.ResultIterator) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultIteratorWordRecognitionLanguage(tesseract.ResultIterator) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultRendererAddImage(tesseract.TessResultRenderer, tesseract.TessBaseAPI) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultRendererBeginDocument(tesseract.TessResultRenderer, BytePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultRendererBeginDocument(tesseract.TessResultRenderer, String) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultRendererEndDocument(tesseract.TessResultRenderer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultRendererExtention(tesseract.TessResultRenderer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultRendererImageNum(tesseract.TessResultRenderer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultRendererInsert(tesseract.TessResultRenderer, tesseract.TessResultRenderer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultRendererNext(tesseract.TessResultRenderer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessResultRendererTitle(tesseract.TessResultRenderer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessTextRendererCreate(BytePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessTextRendererCreate(String) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessUnlvRendererCreate(BytePointer) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessUnlvRendererCreate(String) - Static method in class org.bytedeco.javacpp.tesseract
-
- TessVersion() - Static method in class org.bytedeco.javacpp.tesseract
-
- TEXTLINE_ORDER_LEFT_TO_RIGHT - Static variable in class org.bytedeco.javacpp.tesseract
-
enum tesseract::TextlineOrder
- TEXTLINE_ORDER_RIGHT_TO_LEFT - Static variable in class org.bytedeco.javacpp.tesseract
-
enum tesseract::TextlineOrder
- TEXTLINE_ORDER_TOP_TO_BOTTOM - Static variable in class org.bytedeco.javacpp.tesseract
-
enum tesseract::TextlineOrder
- ThresholdToPix(int, PointerPointer) - Method in class org.bytedeco.javacpp.tesseract.ImageThresholder
-
Threshold the source image as efficiently as possible to the output Pix.
- ThresholdToPix(int, lept.PIX) - Method in class org.bytedeco.javacpp.tesseract.ImageThresholder
-
- TRUE - Static variable in class org.bytedeco.javacpp.tesseract
-
- truncate(int) - Method in class org.bytedeco.javacpp.tesseract.CharGenericVector
-
- truncate(int) - Method in class org.bytedeco.javacpp.tesseract.IntGenericVector
-
- truncate(int) - Method in class org.bytedeco.javacpp.tesseract.StringGenericVector
-
- truncate_at(int) - Method in class org.bytedeco.javacpp.tesseract.STRING
-