DocumentImage.toNumpy Method¶
Module: DocumentImage
Definition¶
Exports the image to a numpy array (Python only)
to_numpy(self) -> bytearray
Returns
bytearrayOutput numpy array.
Exceptions
An error has occurred during Document Library execution.
Module: DocumentImage
Exports the image to a numpy array (Python only)
to_numpy(self) -> bytearray
Returns
bytearrayOutput numpy array.
Exceptions
An error has occurred during Document Library execution.