Package | Description |
---|---|
org.bytedeco.tesseract | |
org.bytedeco.tesseract.global |
Modifier and Type | Method and Description |
---|---|
STRING |
STRING.add(byte ch) |
STRING |
STRING.add(STRING string) |
STRING |
STRING.addPut(byte ch) |
STRING |
STRING.addPut(BytePointer string) |
STRING |
STRING.addPut(String string) |
STRING |
STRING.addPut(STRING string) |
STRING |
StringGenericVector.back() |
static STRING |
StringGenericVector.double_the_size_memcpy(int current_size,
STRING data) |
STRING |
StringGenericVector.get(int index) |
STRING |
STRING.getPointer(long i) |
STRING |
StringGenericVector.pop_back() |
STRING |
STRING.position(long position) |
STRING |
STRING.put(BytePointer string) |
STRING |
STRING.put(String string) |
STRING |
STRING.put(STRING string) |
Modifier and Type | Method and Description |
---|---|
STRING |
STRING.add(STRING string) |
STRING |
STRING.addPut(STRING string) |
void |
StringGenericVector.addPut(STRING t) |
boolean |
FileWriter.call(CharGenericVector arg0,
STRING arg1) |
boolean |
FileReader.call(STRING arg0,
CharGenericVector arg1) |
boolean |
TFile.CloseWrite(STRING filename,
FileWriter writer) |
boolean |
StringGenericVector.contains(STRING object) |
static STRING |
StringGenericVector.double_the_size_memcpy(int current_size,
STRING data) |
boolean |
STRING.equals(STRING string) |
int |
StringGenericVector.get_index(STRING object) |
boolean |
TessBaseAPI.GetVariableAsString(BytePointer name,
STRING val)
Get value of named variable as a string, if it exists.
|
boolean |
TessBaseAPI.GetVariableAsString(String name,
STRING val) |
void |
StringGenericVector.init_to_size(int size,
STRING t) |
void |
StringGenericVector.insert(STRING t,
int index) |
boolean |
STRING.notEquals(STRING string) |
boolean |
TFile.Open(STRING filename,
FileReader reader) |
int |
StringGenericVector.push_back_new(STRING object) |
int |
StringGenericVector.push_back(STRING object) |
int |
StringGenericVector.push_front(STRING object) |
STRING |
STRING.put(STRING string) |
boolean |
StringWriteCallback.Run(Pointer arg0,
STRING arg1) |
void |
StringClearCallback.Run(STRING arg0) |
boolean |
StringCompareCallback.Run(STRING arg0,
STRING arg1) |
boolean |
StringReadCallback.Run(TFile arg0,
STRING arg1) |
void |
StringGenericVector.set(STRING t,
int index) |
Constructor and Description |
---|
STRING(STRING string) |
StringGenericVector(int size,
STRING init_val) |
Modifier and Type | Method and Description |
---|---|
static STRING |
tesseract.HOcrEscape(BytePointer text)
Escape a char string - remove &<>"' with HTML codes.
|
static STRING |
tesseract.HOcrEscape(String text) |
Modifier and Type | Method and Description |
---|---|
static boolean |
tesseract.LoadDataFromFile(STRING filename,
CharGenericVector data) |
static boolean |
tesseract.SaveDataToFile(CharGenericVector data,
STRING filename) |
static boolean |
tesseract.TessBaseAPIGetVariableAsString(TessBaseAPI handle,
BytePointer name,
STRING val) |
static boolean |
tesseract.TessBaseAPIGetVariableAsString(TessBaseAPI handle,
String name,
STRING val) |
Copyright © 2021. All rights reserved.