//scanning/com.pixelnetica.scanning/ScanningSdkLibrary/Helper

Helper

[androidJvm]
class Helper : ScanningSdkLibrary.Instance

Make intermediate object to ensure library loading

Constructors

   
Helper [androidJvm]
constructor()

Functions

Name Summary
makeTransform [androidJvm]
@JvmOverloads
external fun makeTransform(orientation: ScanOrientation, width: Int = 0, height: Int = 0): Matrix
Helper function to make exif matrix for any bitmap Used with scaled bitmaps
unpackLanguage [androidJvm]
external fun unpackLanguage(source: InputStream, destination: OutputStream)
Unpack the specified input stream with language to the output stream.
Top