Class OcrServiceProxyFactory

java.lang.Object
cn.com.anysdk.ocr.factory.OcrServiceProxyFactory

public class OcrServiceProxyFactory extends Object
OCR 服务代理工厂 用于创建带有异常处理和监控功能的 OCR 服务代理
  • Constructor Details

    • OcrServiceProxyFactory

      public OcrServiceProxyFactory()
  • Method Details

    • createProxy

      public static IOcrService createProxy(IOcrService service)
      创建 OCR 服务代理
      Parameters:
      service - 原始 OCR 服务
      Returns:
      代理后的 OCR 服务