| Package | Description |
|---|---|
| org.bytedeco.tesseract | |
| org.bytedeco.tesseract.global |
| Modifier and Type | Method and Description |
|---|---|
OSResults |
OSResults.best_result(OSBestResult setter) |
OSResults |
OSResults.best_result(OSBestResult setter) |
OSResults |
OSResults.getPointer(long i) |
OSResults |
OSResults.getPointer(long i) |
OSResults |
OSResults.orientations(int i,
float setter) |
OSResults |
OSResults.orientations(int i,
float setter) |
OSResults |
OSResults.position(long position) |
OSResults |
OSResults.position(long position) |
OSResults |
OSResults.scripts_na(int i,
int j,
float setter) |
OSResults |
OSResults.scripts_na(int i,
int j,
float setter) |
OSResults |
OSResults.unicharset(UNICHARSET setter) |
OSResults |
OSResults.unicharset(UNICHARSET setter) |
| Modifier and Type | Method and Description |
|---|---|
void |
OSResults.accumulate(OSResults osr) |
void |
OSResults.accumulate(OSResults osr) |
boolean |
TessBaseAPI.DetectOS(OSResults arg0)
Estimates the Orientation And Script of the image.
|
boolean |
TessBaseAPI.DetectOS(OSResults arg0)
Estimates the Orientation And Script of the image.
|
| Constructor and Description |
|---|
OrientationDetector(int[] allowed_scripts,
OSResults results) |
OrientationDetector(int[] allowed_scripts,
OSResults results) |
OrientationDetector(IntBuffer allowed_scripts,
OSResults results) |
OrientationDetector(IntBuffer allowed_scripts,
OSResults results) |
OrientationDetector(IntPointer allowed_scripts,
OSResults results) |
OrientationDetector(IntPointer allowed_scripts,
OSResults results) |
ScriptDetector(int[] allowed_scripts,
OSResults osr,
Tesseract tess) |
ScriptDetector(int[] allowed_scripts,
OSResults osr,
Tesseract tess) |
ScriptDetector(IntBuffer allowed_scripts,
OSResults osr,
Tesseract tess) |
ScriptDetector(IntBuffer allowed_scripts,
OSResults osr,
Tesseract tess) |
ScriptDetector(IntPointer allowed_scripts,
OSResults osr,
Tesseract tess) |
ScriptDetector(IntPointer allowed_scripts,
OSResults osr,
Tesseract tess) |
| Modifier and Type | Method and Description |
|---|---|
static int |
tesseract.orientation_and_script_detection(BytePointer filename,
OSResults arg1,
Tesseract arg2) |
static int |
tesseract.orientation_and_script_detection(BytePointer filename,
OSResults arg1,
Tesseract arg2) |
static int |
tesseract.orientation_and_script_detection(String filename,
OSResults arg1,
Tesseract arg2) |
static int |
tesseract.orientation_and_script_detection(String filename,
OSResults arg1,
Tesseract arg2) |
static boolean |
tesseract.os_detect_blob(BLOBNBOX bbox,
OrientationDetector o,
ScriptDetector s,
OSResults arg3,
Tesseract tess) |
static boolean |
tesseract.os_detect_blob(BLOBNBOX bbox,
OrientationDetector o,
ScriptDetector s,
OSResults arg3,
Tesseract tess) |
static int |
tesseract.os_detect_blobs(int[] allowed_scripts,
BLOBNBOX_CLIST blob_list,
OSResults osr,
Tesseract tess) |
static int |
tesseract.os_detect_blobs(int[] allowed_scripts,
BLOBNBOX_CLIST blob_list,
OSResults osr,
Tesseract tess) |
static int |
tesseract.os_detect_blobs(IntBuffer allowed_scripts,
BLOBNBOX_CLIST blob_list,
OSResults osr,
Tesseract tess) |
static int |
tesseract.os_detect_blobs(IntBuffer allowed_scripts,
BLOBNBOX_CLIST blob_list,
OSResults osr,
Tesseract tess) |
static int |
tesseract.os_detect_blobs(IntPointer allowed_scripts,
BLOBNBOX_CLIST blob_list,
OSResults osr,
Tesseract tess) |
static int |
tesseract.os_detect_blobs(IntPointer allowed_scripts,
BLOBNBOX_CLIST blob_list,
OSResults osr,
Tesseract tess) |
static int |
tesseract.os_detect(TO_BLOCK_LIST port_blocks,
OSResults osr,
Tesseract tess) |
static int |
tesseract.os_detect(TO_BLOCK_LIST port_blocks,
OSResults osr,
Tesseract tess) |
Copyright © 2022. All rights reserved.