createDocumentFromImages
abstract fun createDocumentFromImages(images: List<ImageRef>?, options: CreateDocumentOptions? = null): Result<DocumentData>
Creates a document from the provided images with the specified options.
Return
The result containing the created document data.
Parameters
images
The list of image references.
options
Optional options for document creation.