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.

Lifecycle

  • Initializes an OCRTransform object.

    Declaration

    Swift

    public init()