Save Taken Picture Use Case
Saves taken camera pictures in the in-memory repository
Functions
Link copied to clipboard
fun saveTakenPicture(image: ByteArray, captureInfo: CaptureInfo, imageScale: Float, requiredAspectRatios: List<AspectRatio> = PageStorageProcessor.Configuration.DEFAULT().requiredAspectRatios, documentImageSizeLimit: PageStorageProcessor.Configuration.Size): <Error class: unknown class><Page>
Stores taken picture in DraftPageStorage throws IOException that need to be handled with catch {} in flow api