public class BaiDuOcrUtils extends Object
public static BaiDuOcrUtils getInstance()
public BaiDuOcrUtils config()
public BaiDuOcrUtils config(BaiDuOcrConfigModel baiDuOcrConfigModel)
public ThirdResult idCardOcr(String sources, Boolean isFront, Boolean isNetwork)
sources - 图片路径isFront - 身份证类型,true:正面,false:反面public ThirdResult idCardOcr(byte[] image, Boolean isFront)
image - 图片路径isFront - 身份证类型,true:正面,false:反面public ThirdResult characterRecognition(String image, Boolean isNetwork, String type)
image - 图片路径isNetwork - 是否为网络图片type - 图片类型public ThirdResult bankCard(String image, Boolean isNetwork)
image - isNetwork - public ThirdResult drivingLicense(String image, Boolean isNetwork)
image - isNetwork - public ThirdResult vehicleLicense(String image, Boolean isNetwork)
image - isNetwork - public ThirdResult plateLicense(String image, Boolean isNetwork)
image - isNetwork - public ThirdResult businessLicense(String image, Boolean isNetwork)
image - isNetwork - public ThirdResult receipt(String image, Boolean isNetwork)
image - isNetwork - public ThirdResult trainTicket(String image, Boolean isNetwork)
image - isNetwork - public ThirdResult taxiReceipt(String image, Boolean isNetwork)
image - isNetwork - public ThirdResult form(String image, Boolean isNetwork)
image - isNetwork - public ThirdResult tableRecognitionAsync(String image, Boolean isNetwork)
image - isNetwork - public ThirdResult tableResultGet(String requestId)
public ThirdResult vatInvoice(String image, Boolean isNetwork)
image - isNetwork - public ThirdResult qrcode(String image, Boolean isNetwork)
image - isNetwork - public ThirdResult numbers(String image, Boolean isNetwork)
image - isNetwork - public ThirdResult lottery(String image, Boolean isNetwork)
image - isNetwork - public ThirdResult passport(String image, Boolean isNetwork)
image - isNetwork - public ThirdResult businessCard(String image, Boolean isNetwork)
image - isNetwork - public ThirdResult handwriting(String image, Boolean isNetwork)
image - isNetwork - public ThirdResult tableRecognizeToJson(String image, Boolean isNetwork)
Copyright © 2022. All rights reserved.