Analyzing Class

class Analyzing(handler: ReadHandler) : RecognizedStatus.Cancelable, RecognizedStatus

The page is being analysed, before text recognition starts.

Parameters

  • handler — the reader driving the stage.

Constructors

Analyzing

constructor(handler: ReadHandler)
Top