package com.kofax.mobile.sdk.y; import android.content.Context; import com.kofax.android.abc.document.Document; import com.kofax.android.abc.vrs.VrsImage; import com.kofax.mobile.commonextractionengine.recognition.TextRecognizer; import com.kofax.mobile.sdk.y.v; import o.InterfaceC13391fZD; /* loaded from: classes3.dex */ public class b extends com.kofax.mobile.sdk._internal.impl.extraction.onDevice.e { /* JADX INFO: Access modifiers changed from: package-private */ @InterfaceC13391fZD public b(Context context, com.kofax.mobile.sdk.b.c cVar, com.kofax.mobile.sdk._internal.extraction.id.i iVar) { super(context, cVar, iVar); } @Override // com.kofax.mobile.sdk._internal.impl.extraction.onDevice.e public Document a(TextRecognizer textRecognizer, VrsImage vrsImage) { return (Document) new v().a("CeeOcrEngine.pass1", new v.a(this, textRecognizer, vrsImage) { // from class: com.kofax.mobile.sdk.y.b.1 final TextRecognizer RY; final VrsImage RZ; final b Sa; { this.Sa = this; this.RY = textRecognizer; this.RZ = vrsImage; } @Override // com.kofax.mobile.sdk.y.v.a /* renamed from: ql, reason: merged with bridge method [inline-methods] */ public Document run() { return b.super.a(this.RY, this.RZ); } }); } @Override // com.kofax.mobile.sdk._internal.impl.extraction.onDevice.e public Document a(TextRecognizer textRecognizer, VrsImage vrsImage, Document document) { return (Document) new v().a("CeeOcrEngine.pass2", new v.a(this, textRecognizer, vrsImage, document) { // from class: com.kofax.mobile.sdk.y.b.2 final TextRecognizer RY; final VrsImage RZ; final b Sa; final Document Sb; { this.Sa = this; this.RY = textRecognizer; this.RZ = vrsImage; this.Sb = document; } @Override // com.kofax.mobile.sdk.y.v.a /* renamed from: ql, reason: merged with bridge method [inline-methods] */ public Document run() { return b.super.a(this.RY, this.RZ, this.Sb); } }); } }