huawei_cloud_api_definitions_OCR/
lib.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
#[cfg(feature = "RecognizeAcceptanceBill")]
pub mod RecognizeAcceptanceBill;
#[cfg(feature = "RecognizeAutoClassification")]
pub mod RecognizeAutoClassification;
#[cfg(feature = "RecognizeBankcard")]
pub mod RecognizeBankcard;
#[cfg(feature = "RecognizeBankReceipt")]
pub mod RecognizeBankReceipt;
#[cfg(feature = "RecognizeBusinessCard")]
pub mod RecognizeBusinessCard;
#[cfg(feature = "RecognizeBusinessLicense")]
pub mod RecognizeBusinessLicense;
#[cfg(feature = "RecognizeColombiaIdCard")]
pub mod RecognizeColombiaIdCard;
#[cfg(feature = "RecognizeCustomTemplate")]
pub mod RecognizeCustomTemplate;
#[cfg(feature = "RecognizeDriverLicense")]
pub mod RecognizeDriverLicense;
#[cfg(feature = "RecognizeFinancialStatement")]
pub mod RecognizeFinancialStatement;
#[cfg(feature = "RecognizeFlightItinerary")]
pub mod RecognizeFlightItinerary;
#[cfg(feature = "RecognizeGeneralTable")]
pub mod RecognizeGeneralTable;
#[cfg(feature = "RecognizeGeneralText")]
pub mod RecognizeGeneralText;
#[cfg(feature = "RecognizeHandwriting")]
pub mod RecognizeHandwriting;
#[cfg(feature = "RecognizeHouseholdRegister")]
pub mod RecognizeHouseholdRegister;
#[cfg(feature = "RecognizeIdCard")]
pub mod RecognizeIdCard;
#[cfg(feature = "RecognizeInsurancePolicy")]
pub mod RecognizeInsurancePolicy;
#[cfg(feature = "RecognizeInvoiceVerification")]
pub mod RecognizeInvoiceVerification;
#[cfg(feature = "RecognizeLicensePlate")]
pub mod RecognizeLicensePlate;
#[cfg(feature = "RecognizeMvsInvoice")]
pub mod RecognizeMvsInvoice;
#[cfg(feature = "RecognizePassport")]
pub mod RecognizePassport;
#[cfg(feature = "RecognizeQualificationCertificate")]
pub mod RecognizeQualificationCertificate;
#[cfg(feature = "RecognizeQuotaInvoice")]
pub mod RecognizeQuotaInvoice;
#[cfg(feature = "RecognizeRealEstateCertificate")]
pub mod RecognizeRealEstateCertificate;
#[cfg(feature = "RecognizeSeal")]
pub mod RecognizeSeal;
#[cfg(feature = "RecognizeSmartDocumentRecognizer")]
pub mod RecognizeSmartDocumentRecognizer;
#[cfg(feature = "RecognizeTaxiInvoice")]
pub mod RecognizeTaxiInvoice;
#[cfg(feature = "RecognizeThailandIdcard")]
pub mod RecognizeThailandIdcard;
#[cfg(feature = "RecognizeThailandLicensePlate")]
pub mod RecognizeThailandLicensePlate;
#[cfg(feature = "RecognizeTollInvoice")]
pub mod RecognizeTollInvoice;
#[cfg(feature = "RecognizeTrainTicket")]
pub mod RecognizeTrainTicket;
#[cfg(feature = "RecognizeTransportationLicense")]
pub mod RecognizeTransportationLicense;
#[cfg(feature = "RecognizeVatInvoice")]
pub mod RecognizeVatInvoice;
#[cfg(feature = "RecognizeVehicleCertificate")]
pub mod RecognizeVehicleCertificate;
#[cfg(feature = "RecognizeVehicleLicense")]
pub mod RecognizeVehicleLicense;
#[cfg(feature = "RecognizeVin")]
pub mod RecognizeVin;
#[cfg(feature = "RecognizeWaybillElectronic")]
pub mod RecognizeWaybillElectronic;
#[cfg(feature = "RecognizeWebImage")]
pub mod RecognizeWebImage;