21 lines
766 B
Java
21 lines
766 B
Java
|
package com.kofax.kmc.ken.engines;
|
||
|
|
||
|
import com.kofax.kmc.ken.engines.data.DocumentDetectionResult;
|
||
|
import com.kofax.kmc.ken.engines.data.DocumentDetectionSettings;
|
||
|
import o.InterfaceC13390fZB;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class IsgDetectionModule {
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
@InterfaceC13390fZB(a = IDocumentDetector.FORCED_ISG_DOCUMENT)
|
||
|
public IDocumentDetector<DocumentDetectionSettings, DocumentDetectionResult> a(e eVar) {
|
||
|
return eVar;
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
@InterfaceC13390fZB(a = IDocumentDetector.ISG_DOCUMENT)
|
||
|
public IDocumentDetector<DocumentDetectionSettings, DocumentDetectionResult> a(i iVar) {
|
||
|
return iVar;
|
||
|
}
|
||
|
}
|