Метод | Описание | |
---|---|---|
CleanupKerning ( |
||
CopyRectangle ( |
Copy a portion of an existing Bytemap into a new Bytemap. The rectangles that describe the position of the source and the selected area are all relative to the original page bitmap that the OCR is processing.
|
|
GetLetterImage ( |
||
GetPrimitiveLetters ( |
||
GetPrimitiveLines ( |
||
IsNewHeadlineWord ( List |
||
IsNewWord ( List |
Метод | Описание | |
---|---|---|
CopyLetter ( |
Copy a portion of an existing Bytemap into a new Bytemap. The new bytemap will always have a size of 'size' (typically a NN letter) regardless of the size of area. Pruning and zero-padding are used to ensure this. No data outside 'area' is copied. The rectangles that describe the position of the source and the selected area are all relative to the original page bitmap that the OCR is processing.
|
|
ExtractBytes ( |
||
FloodFill ( int originalValue, byte targetValue, |
||
FloodFillColumn ( int originalValue, byte targetValue, int a, |
||
GetRowHistogram ( |
||
GetSubRect ( |
||
ImproveDescriptionLines ( |
||
RefinePartition ( ExplOCR.PageSections pageSections, |
public static CleanupKerning ( |
||
sourceFrame | ||
number | bool | |
Результат | List |
public static CopyRectangle ( |
||
source | ||
area | ||
Результат |
public static GetLetterImage ( |
||
baseBmp | ||
frame | ||
dimension | ||
Результат | byte[] |
public static GetPrimitiveLetters ( |
||
bmp | ||
line | ||
Результат | List |
public static GetPrimitiveLines ( |
||
bmp | ||
Результат | List |
public static IsNewHeadlineWord ( List |
||
letters | List |
|
i | int | |
Результат | bool |
public static IsNewWord ( List |
||
letters | List |
|
i | int | |
small | bool | |
Результат | bool |