forEach

abstract fun forEach(action: (OcrResult) -> Unit)

遍历每一个 OCR 识别结果。

Parameters

action

针对每个 OcrResult 调用的操作函数。