OCRTransform
public class OCRTransform : Transform
Detects both printed and handwritten texts in images. The result follows the standard JSON format containing all of the details regarding detected text areas, lines, and words.
-
Initializes an
OCRTransformobject.Declaration
Swift
public init()
View on GitHub
OCRTransform Class Reference