write:withTextResult: Instance Method
- (NSString *) write:(PxPicture *) image withTextResult:(PxTextResult *) textResult;
References: PxPicture, PxTextResult
Writes a picture with an embedded hidden text layer to the current output sequence.
Parameters
- image — The picture to write.
- textResult — The recognised text to embed as a hidden layer, or
nilfor none.
Return Value
The path of the saved file, or nil on error. The file name may differ from the one passed to open:.
Discussion
Raises PxException if the output format is not permitted by the active license.