| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tesseract.BLOCK_LIST |
tesseract.TessBaseAPI.FindLinesCreateBlockList()
Find lines from the image making the BLOCK_LIST.
|
static tesseract.BLOCK_LIST |
tesseract.TessBaseAPIFindLinesCreateBlockList(tesseract.TessBaseAPI handle) |
| Modifier and Type | Method and Description |
|---|---|
static void |
tesseract.TessBaseAPI.DeleteBlockList(tesseract.BLOCK_LIST block_list)
Delete a block list.
|
static tesseract.ROW |
tesseract.TessBaseAPI.FindRowForBox(tesseract.BLOCK_LIST blocks,
int left,
int top,
int right,
int bottom)
This method returns the row to which a box of specified dimensions would
belong.
|
static void |
tesseract.TessDeleteBlockList(tesseract.BLOCK_LIST block_list) |
static tesseract.ROW |
tesseract.TessFindRowForBox(tesseract.BLOCK_LIST blocks,
int left,
int top,
int right,
int bottom) |
Copyright © 2016. All rights reserved.