Package cn.com.anysdk.ocr.factory
Class OcrServiceProxyFactory
java.lang.Object
cn.com.anysdk.ocr.factory.OcrServiceProxyFactory
OCR 服务代理工厂
用于创建带有异常处理和监控功能的 OCR 服务代理
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IOcrServicecreateProxy(IOcrService service) 创建 OCR 服务代理
-
Constructor Details
-
OcrServiceProxyFactory
public OcrServiceProxyFactory()
-
-
Method Details
-
createProxy
创建 OCR 服务代理- Parameters:
service- 原始 OCR 服务- Returns:
- 代理后的 OCR 服务
-