//scanning/com.pixelnetica.scanning/ScanLayout

ScanLayout

[androidJvm]
class ScanLayout : ScanningSdkLibrary.Instance

Represent layout of text for recognize

Functions

Name Summary
getInwardBounds [androidJvm]
external fun getInwardBounds(tags: Array<ScanLayout.Tag>): RectF?
Compute rectangle around all specified
hasOwner [androidJvm]
external fun hasOwner(tag: ScanLayout.Tag): Boolean
Check specified tag has outbound tag (owner)
Top