| Package | Description |
|---|---|
| org.bytedeco.tesseract | |
| org.bytedeco.tesseract.global |
| Modifier and Type | Method and Description |
|---|---|
Tesseract |
TessBaseAPI.tesseract() |
Tesseract |
TessBaseAPI.tesseract() |
| Constructor and Description |
|---|
LTRResultIterator(PAGE_RES page_res,
Tesseract tesseract,
int scale,
int scaled_yres,
int rect_left,
int rect_top,
int rect_width,
int rect_height) |
LTRResultIterator(PAGE_RES page_res,
Tesseract tesseract,
int scale,
int scaled_yres,
int rect_left,
int rect_top,
int rect_width,
int rect_height) |
PageIterator(PAGE_RES page_res,
Tesseract tesseract,
int scale,
int scaled_yres,
int rect_left,
int rect_top,
int rect_width,
int rect_height)
page_res and tesseract come directly from the BaseAPI.
|
PageIterator(PAGE_RES page_res,
Tesseract tesseract,
int scale,
int scaled_yres,
int rect_left,
int rect_top,
int rect_width,
int rect_height)
page_res and tesseract come directly from the BaseAPI.
|
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.