Back to FabImage Studio website
You are here: Start » Filter Reference » Optical Character Recognition » SplitRegionIntoExactlyNCharacters
Splits the input region into a fixed-size array of regions corresponding to individual characters.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inRegion | Region | Region which contains characters | |
![]() |
inCharacterCount | Integer | 1 - ![]() |
Character count in provided region |
![]() |
inCharacterSpacing | Integer | 0 - ![]() |
Spacing size between characters |
![]() |
inProjectionSmooth | Real | 0.0 - ![]() |
Projection smoothing value used to remove noises from character region |
![]() |
outRegions | RegionArray? | Output array of regions containing separated characters | |
![]() |
diagClasses | RegionArray | Regions that contain location of split characters | |
![]() |
diagProjection | Profile | Profile of region projection used to distinguish characters |
Applications
Text segmentation when the number of characters is known, usually followed by a RecognizeCharacters filter.
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | Value of inCharacterCount is greater than inRegion frame width. |
DomainError | Value of inCharactersSpacing is greater than single character width. |
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filters is member of SplitRegionIntoCharacters filter group.