//scanning/com.pixelnetica.scanning/ImageFileWriter/writeFile
writeFile
[androidJvm]
abstract fun writeFile(image: File, orientation: ScanOrientation, text: ScanText, textOrientation: ScanOrientation)
Write specified file. Currently used for PDF only
Parameters
androidJvm
image | file to write |
orientation | image orientation |
text | content to embed to the file |
textOrientation | orientation that was when image had been recognized |
Throws
ScanningSdkException | if an error occurs |