Document Scanner SDK
Features
Trial
Licensing & Pricing
Support
Light
Dark
Auto
API Reference
com.pixelnetica.scanning
ScanText
Flag
or
or
Function
infix fun or(other: ScanText.Flag): EnumSet<ScanText.Flag>
Combines two flags into a set.
Parameters
other — the flag to combine with this one.
Top