Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 | |
return | List |
public static CopyRectangle ( |
||
source | ||
area | ||
return |
public static GetLetterImage ( |
||
baseBmp | ||
frame | ||
dimension | ||
return | byte[] |
public static GetPrimitiveLetters ( |
||
bmp | ||
line | ||
return | List |
public static GetPrimitiveLines ( |
||
bmp | ||
return | List |
public static IsNewHeadlineWord ( List |
||
letters | List |
|
i | int | |
return | bool |
public static IsNewWord ( List |
||
letters | List |
|
i | int | |
small | bool | |
return | bool |