diff options
Diffstat (limited to 'data/ocr-api')
| -rw-r--r-- | data/ocr-api/2021-03-15/api-docs.php | 76 | ||||
| -rw-r--r-- | data/ocr-api/2021-07-07/api-docs.php | 2937 |
2 files changed, 761 insertions, 2252 deletions
diff --git a/data/ocr-api/2021-03-15/api-docs.php b/data/ocr-api/2021-03-15/api-docs.php deleted file mode 100644 index 8087e8f..0000000 --- a/data/ocr-api/2021-03-15/api-docs.php +++ /dev/null @@ -1,76 +0,0 @@ -<?php return [ - 'version' => '1.0', - 'info' => [ - 'style' => 'V3', - 'product' => 'ocr-api', - 'version' => '2021-03-15', - ], - 'components' => [ - 'schemas' => [], - ], - 'apis' => [ - 'RecognizeAdvanced' => [ - 'path' => '/advanced/general/advanced/recognize', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'parameters' => [ - [ - 'name' => 'url', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'charInfo', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'rotate', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'table', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'sortPage', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - ], - ], - ], - 'endpoints' => [ - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'ocr-api.cn-hangzhou.aliyuncs.com', - ], - ], -]; diff --git a/data/ocr-api/2021-07-07/api-docs.php b/data/ocr-api/2021-07-07/api-docs.php index 767393f..c2023ed 100644 --- a/data/ocr-api/2021-07-07/api-docs.php +++ b/data/ocr-api/2021-07-07/api-docs.php @@ -1,23 +1,75 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'V3', - 'product' => 'ocr-api', - 'version' => '2021-07-07', - ], + 'info' => ['style' => 'RPC', 'product' => 'ocr-api', 'version' => '2021-07-07'], 'components' => [ 'schemas' => [], ], 'apis' => [ - 'RecognizeAllText' => [ - 'methods' => [ - 'get', - 'post', + 'RecognizeAdvanced' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'http', - 'https', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'Url', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], + ], + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], + ], + [ + 'name' => 'OutputCharInfo', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'NeedRotate', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'OutputTable', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'NeedSortPage', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'OutputFigure', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'NoStamp', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'Paragraph', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'Row', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], ], + ], + 'RecognizeAirItinerary' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -28,20 +80,34 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], + ], + ], + ], + 'RecognizeAllText' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'Url', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], + ], + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], [ 'name' => 'Type', @@ -50,133 +116,51 @@ 'type' => 'string', 'required' => true, 'enum' => [ - 'Advanced', - 'General', - 'HandWriting', - 'Commerce', - 'MultiLang', - 'IdCard', - 'InternationalPassport', - 'HouseholdHead', - 'HouseholdResident', - 'EstateCertification', - 'BankCard', - 'BirthCertification', - 'ChinesePassport', - 'PermitToHK_MO_TW', - 'PermitToMainland', - 'HKIdCard', - 'SocialSecurityCard', - 'InternationalIdCard', - 'Stamp', - 'Invoice', - 'CarInvoice', - 'QuotaInvoice', - 'AirItinerary', - 'TrainTicket', - 'TaxiInvoice', - 'RollTicket', - 'BankAcceptance', - 'BusShipTicket', - 'NonTaxInvoice', - 'CommonPrintedInvoice', - 'HotelConsume', - 'PaymentRecord', - 'PurchaseRecord', - 'RideHailingItinerary', - 'ShoppingReceipt', - 'TollInvoice', - 'TaxClearanceCertificate', - 'UsedCarInvoice', - 'VehicleLicense', - 'DrivingLicense', - 'LicensePlateNumber', - 'MixedInvoice', - 'BusinessLicense', - 'CarVinCode', - 'InternationalBusinessLicense', - 'WayBill', - 'FoodProduceLicense', - 'FoodManagementLicense', - 'MedicalDeviceManageLicense', - 'MedicalDeviceProduceLicense', - 'ClassIIMedicalDeviceManageLicense', - 'CosmeticProduceLicense', - 'InternationalBusinessLicense', - 'VehicleRegistration', - 'VehicleCertification', - 'QrCode', - 'BarCode', - 'BankAccountPermit', - 'Table', - 'TrademarkCertificate', + 'Advanced', 'General', 'HandWriting', 'Commerce', 'MultiLang', 'IdCard', 'InternationalPassport', 'HouseholdHead', 'HouseholdResident', 'EstateCertification', 'BankCard', 'BirthCertification', 'ChinesePassport', 'PermitToHK_MO_TW', 'PermitToMainland', 'HKIdCard', 'SocialSecurityCard', 'InternationalIdCard', 'Stamp', 'Invoice', + 'CarInvoice', 'QuotaInvoice', 'AirItinerary', 'TrainTicket', 'TaxiInvoice', 'RollTicket', 'BankAcceptance', 'BusShipTicket', 'NonTaxInvoice', 'CommonPrintedInvoice', 'HotelConsume', 'PaymentRecord', 'PurchaseRecord', 'RideHailingItinerary', 'ShoppingReceipt', 'TollInvoice', 'TaxClearanceCertificate', 'UsedCarInvoice', 'VehicleLicense', 'DrivingLicense', + 'LicensePlateNumber', 'MixedInvoice', 'BusinessLicense', 'CarVinCode', 'InternationalBusinessLicense', 'WayBill', 'FoodProduceLicense', 'FoodManagementLicense', 'MedicalDeviceManageLicense', 'MedicalDeviceProduceLicense', 'ClassIIMedicalDeviceManageLicense', 'CosmeticProduceLicense', 'InternationalBusinessLicense', 'VehicleRegistration', 'VehicleCertification', 'QrCode', 'BarCode', 'BankAccountPermit', 'Table', 'TrademarkCertificate', ], ], ], [ 'name' => 'OutputFigure', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'OutputQrcode', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'OutputBarCode', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'OutputStamp', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'OutputCoordinate', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutputOricoord', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'OutputKVExcel', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'AdvancedConfig', @@ -186,38 +170,14 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'OutputRow' => [ - 'type' => 'boolean', - 'required' => false, - ], - 'OutputParagraph' => [ - 'type' => 'boolean', - 'required' => false, - ], - 'OutputTable' => [ - 'type' => 'boolean', - 'required' => false, - ], - 'OutputCharInfo' => [ - 'type' => 'boolean', - 'required' => false, - ], - 'IsLineLessTable' => [ - 'type' => 'boolean', - 'required' => false, - ], - 'IsHandWritingTable' => [ - 'type' => 'boolean', - 'required' => false, - ], - 'OutputTableExcel' => [ - 'type' => 'boolean', - 'required' => false, - ], - 'OutputTableHtml' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'OutputRow' => ['type' => 'boolean', 'required' => false], + 'OutputParagraph' => ['type' => 'boolean', 'required' => false], + 'OutputTable' => ['type' => 'boolean', 'required' => false], + 'OutputCharInfo' => ['type' => 'boolean', 'required' => false], + 'IsLineLessTable' => ['type' => 'boolean', 'required' => false], + 'IsHandWritingTable' => ['type' => 'boolean', 'required' => false], + 'OutputTableExcel' => ['type' => 'boolean', 'required' => false], + 'OutputTableHtml' => ['type' => 'boolean', 'required' => false], ], ], ], @@ -229,14 +189,8 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'OutputIdCardQuality' => [ - 'type' => 'boolean', - 'required' => false, - ], - 'Llm_rec' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'OutputIdCardQuality' => ['type' => 'boolean', 'required' => false], + 'Llm_rec' => ['type' => 'boolean', 'required' => false], ], ], ], @@ -251,12 +205,7 @@ 'Country' => [ 'type' => 'string', 'required' => false, - 'enum' => [ - 'India', - 'Korea', - 'Vietnam', - 'Bangladesh', - ], + 'enum' => ['India', 'Korea', 'Vietnam', 'Bangladesh'], ], ], ], @@ -269,10 +218,7 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'Country' => [ - 'type' => 'string', - 'required' => false, - ], + 'Country' => ['type' => 'string', 'required' => false], ], ], ], @@ -284,10 +230,7 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'Languages' => [ - 'type' => 'string', - 'required' => false, - ], + 'Languages' => ['type' => 'string', 'required' => false], ], ], ], @@ -299,36 +242,18 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'IsHandWritingTable' => [ - 'type' => 'boolean', - 'required' => false, - ], - 'IsLineLessTable' => [ - 'type' => 'boolean', - 'required' => false, - ], - 'OutputTableExcel' => [ - 'type' => 'boolean', - 'required' => false, - ], - 'OutputTableHtml' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'IsHandWritingTable' => ['type' => 'boolean', 'required' => false], + 'IsLineLessTable' => ['type' => 'boolean', 'required' => false], + 'OutputTableExcel' => ['type' => 'boolean', 'required' => false], + 'OutputTableHtml' => ['type' => 'boolean', 'required' => false], ], ], ], ], ], - 'RecognizeGeneralStructure' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeBankAcceptance' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -339,47 +264,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], - ], - [ - 'name' => 'Keys', - 'in' => 'query', - 'style' => 'simple', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 50, - ], - 'maxItems' => 31, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeAdvanced' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeBankAccountLicense' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -390,96 +286,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], - ], - [ - 'name' => 'OutputCharInfo', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'NeedRotate', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'OutputTable', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'NeedSortPage', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'OutputFigure', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'NoStamp', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'Paragraph', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'Row', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeHandwriting' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeBankCard' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -490,71 +308,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], - ], - [ - 'name' => 'OutputCharInfo', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'NeedRotate', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'OutputTable', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'NeedSortPage', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'Paragraph', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], 'RecognizeBasic' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -565,40 +330,23 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], [ 'name' => 'NeedRotate', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'RecognizeGeneral' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeBirthCertification' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -609,32 +357,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeTableOcr' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeBusShipTicket' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -645,68 +379,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], - ], - [ - 'name' => 'NeedRotate', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'LineLess', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'SkipDetection', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'IsHandWriting', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'enum' => [ - 'true', - 'false', - ], - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeHealthCode' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeBusinessLicense' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -717,32 +401,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeDocumentStructure' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeCarInvoice' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -753,103 +423,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], - ], - [ - 'name' => 'NeedRotate', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'OutputCharInfo', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'OutputTable', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'NeedSortPage', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'Page', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'NoStamp', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'Paragraph', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'Row', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'UseNewStyleOutput', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeIdcard' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeCarNumber' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -860,56 +445,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], - ], - [ - 'name' => 'OutputFigure', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'OutputQualityInfo', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'Llm_rec', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizePassport' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeCarVinCode' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -920,32 +467,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeHousehold' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeChinesePassport' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -956,40 +489,23 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], [ - 'name' => 'IsResidentPage', + 'name' => 'OutputFigure', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'RecognizeEstateCertification' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeCommonPrintedInvoice' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1000,32 +516,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeBankCard' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeCosmeticProduceLicense' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1036,32 +538,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeBirthCertification' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeCovidTestReport' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1072,32 +560,23 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], + ], + [ + 'name' => 'MultipleResult', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'RecognizeChinesePassport' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeCtwoMedicalDeviceManageLicense' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1108,40 +587,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], - ], - [ - 'name' => 'OutputFigure', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeExitEntryPermitToMainland' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeDocumentStructure' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1152,84 +609,63 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], [ - 'name' => 'OutputFigure', + 'name' => 'NeedRotate', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], - ], - ], - 'RecognizeExitEntryPermitToHK' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'OutputCharInfo', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'Url', + 'name' => 'OutputTable', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'body', - 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'name' => 'NeedSortPage', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'OutputFigure', + 'name' => 'Page', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'NoStamp', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'Paragraph', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'Row', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'UseNewStyleOutput', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'RecognizeHKIdcard' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeDrivingLicense' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1240,32 +676,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeSocialSecurityCardVersionII' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeEduFormula' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1276,31 +698,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeInternationalIdcard' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeEduOralCalculation' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1311,46 +720,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], - ], - [ - 'name' => 'Country', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'enum' => [ - 'India', - 'Vietnam', - 'Korea', - 'Bangladesh', - ], - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeMixedInvoices' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeEduPaperCut' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1361,48 +742,38 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], [ - 'name' => 'PageNo', + 'name' => 'CutType', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MergePdfPages', + 'name' => 'ImageType', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Subject', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'OutputOricoord', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'RecognizeInvoice' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeEduPaperOcr' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1413,41 +784,33 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], [ - 'name' => 'PageNo', + 'name' => 'ImageType', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Subject', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'OutputOricoord', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'RecognizeCarInvoice' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeEduPaperStructed' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1458,68 +821,33 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], - ], - ], - 'RecognizeQuotaInvoice' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'Subject', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'Url', + 'name' => 'NeedRotate', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'body', - 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'name' => 'OutputOricoord', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'RecognizeAirItinerary' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeEduQuestionOcr' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1530,32 +858,23 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], + ], + [ + 'name' => 'NeedRotate', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'RecognizeTrainInvoice' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeEnglish' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1566,32 +885,28 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], + ], + [ + 'name' => 'NeedRotate', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'OutputTable', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'RecognizeTaxiInvoice' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeEstateCertification' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1602,32 +917,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeRollTicket' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeExitEntryPermitToHK' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1638,32 +939,23 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], + ], + [ + 'name' => 'OutputFigure', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'RecognizeBankAcceptance' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeExitEntryPermitToMainland' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1674,32 +966,23 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], + ], + [ + 'name' => 'OutputFigure', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'RecognizeBusShipTicket' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeFoodManageLicense' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1710,31 +993,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeNonTaxInvoice' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeFoodProduceLicense' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1745,31 +1015,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeCommonPrintedInvoice' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeGeneral' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1780,31 +1037,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeHotelConsume' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeGeneralStructure' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1815,32 +1059,29 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], + ], + [ + 'name' => 'Keys', + 'in' => 'query', + 'style' => 'simple', 'schema' => [ - 'type' => 'string', - 'format' => 'binary', + 'type' => 'array', 'required' => false, + 'items' => ['type' => 'string', 'required' => false, 'maxLength' => 50], + 'maxItems' => 31, ], ], ], ], - 'RecognizePaymentRecord' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeHKIdcard' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1851,31 +1092,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizePurchaseRecord' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeHandwriting' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1886,76 +1114,43 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], [ - 'name' => 'OutputMultiOrders', + 'name' => 'OutputCharInfo', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], - ], - ], - 'RecognizeRideHailingItinerary' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'NeedRotate', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'Url', + 'name' => 'OutputTable', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'body', - 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'name' => 'NeedSortPage', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'Paragraph', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'RecognizeShoppingReceipt' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeHealthCode' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1966,31 +1161,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeSocialSecurityCard' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeHotelConsume' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2001,31 +1183,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeTollInvoice' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeHousehold' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2036,32 +1205,23 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], + ], + [ + 'name' => 'IsResidentPage', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'RecognizeTaxClearanceCertificate' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeIdcard' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2072,67 +1232,33 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], - ], - ], - 'RecognizeUsedCarInvoice' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'OutputFigure', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'Url', + 'name' => 'OutputQualityInfo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'body', - 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'name' => 'Llm_rec', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'RecognizeBusinessLicense' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeInternationalBusinessLicense' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2143,32 +1269,27 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], + ], + [ + 'name' => 'Country', + 'in' => 'query', 'schema' => [ 'type' => 'string', - 'format' => 'binary', - 'required' => false, + 'required' => true, + 'enum' => ['India', 'Korea'], ], ], ], ], - 'RecognizeBankAccountLicense' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeInternationalIdcard' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2179,32 +1300,27 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], + ], + [ + 'name' => 'Country', + 'in' => 'query', 'schema' => [ 'type' => 'string', - 'format' => 'binary', - 'required' => false, + 'required' => true, + 'enum' => ['India', 'Vietnam', 'Korea', 'Bangladesh'], ], ], ], ], - 'RecognizeTradeMarkCertification' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeInvoice' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2215,32 +1331,23 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], + ], + [ + 'name' => 'PageNo', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], - 'RecognizeFoodProduceLicense' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeJanpanese' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2251,68 +1358,33 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], - ], - ], - 'RecognizeFoodManageLicense' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'OutputCharInfo', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'Url', + 'name' => 'NeedRotate', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'body', - 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'name' => 'OutputTable', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'RecognizeMedicalDeviceManageLicense' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeKorean' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2323,32 +1395,33 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], + ], + [ + 'name' => 'OutputCharInfo', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'NeedRotate', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'OutputTable', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'RecognizeMedicalDeviceProduceLicense' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeLatin' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2359,32 +1432,33 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], + ], + [ + 'name' => 'OutputCharInfo', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'NeedRotate', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'OutputTable', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'RecognizeCtwoMedicalDeviceManageLicense' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeMedicalDeviceManageLicense' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2395,32 +1469,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeCosmeticProduceLicense' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeMedicalDeviceProduceLicense' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2431,31 +1491,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeInternationalBusinessLicense' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeMixedInvoices' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2466,44 +1513,28 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], [ - 'name' => 'Country', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'enum' => [ - 'India', - 'Korea', - ], - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'MergePdfPages', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'RecognizeVehicleLicense' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeMultiLanguage' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2514,68 +1545,48 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], + ], + [ + 'name' => 'Languages', + 'in' => 'query', + 'style' => 'simple', 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, + 'type' => 'array', + 'required' => true, + 'items' => ['type' => 'string', 'required' => true], ], ], - ], - ], - 'RecognizeDrivingLicense' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'OutputCharInfo', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'Url', + 'name' => 'NeedRotate', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'body', - 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'name' => 'OutputTable', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'NeedSortPage', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'RecognizeWaybill' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeNonTaxInvoice' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2586,32 +1597,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeCarNumber' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizePassport' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2622,32 +1619,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeCarVinCode' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizePaymentRecord' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2658,32 +1641,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeVehicleRegistration' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizePurchaseRecord' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2694,32 +1663,23 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], + ], + [ + 'name' => 'OutputMultiOrders', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'RecognizeVehicleCertification' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeQuotaInvoice' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2730,32 +1690,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeEduFormula' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeRideHailingItinerary' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2766,32 +1712,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeEduOralCalculation' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeRollTicket' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2802,32 +1734,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeEduPaperOcr' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeRussian' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2838,56 +1756,33 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], [ - 'name' => 'ImageType', + 'name' => 'OutputCharInfo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'Subject', + 'name' => 'NeedRotate', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'OutputOricoord', + 'name' => 'OutputTable', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'RecognizeEduPaperCut' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeShoppingReceipt' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2898,64 +1793,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], - ], - [ - 'name' => 'CutType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'ImageType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'Subject', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'OutputOricoord', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeEduQuestionOcr' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeSocialSecurityCard' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2966,40 +1815,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], - ], - [ - 'name' => 'NeedRotate', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeEduPaperStructed' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeSocialSecurityCardVersionII' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3010,56 +1837,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], - ], - [ - 'name' => 'Subject', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'NeedRotate', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'OutputOricoord', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeMultiLanguage' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeTableOcr' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3070,76 +1859,42 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], - ], - [ - 'name' => 'Languages', - 'in' => 'query', - 'style' => 'simple', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'string', - 'required' => true, - ], - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], [ - 'name' => 'OutputCharInfo', + 'name' => 'NeedRotate', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'NeedRotate', + 'name' => 'LineLess', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'OutputTable', + 'name' => 'SkipDetection', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'NeedSortPage', + 'name' => 'IsHandWriting', 'in' => 'query', 'schema' => [ - 'type' => 'boolean', + 'type' => 'string', 'required' => false, + 'enum' => ['true', 'false'], ], ], ], ], - 'RecognizeEnglish' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeTaxClearanceCertificate' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3150,47 +1905,40 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], + ], + ], + 'RecognizeTaxiInvoice' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'NeedRotate', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'OutputTable', + 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], + ], + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], 'RecognizeThai' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3201,55 +1949,33 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], [ 'name' => 'OutputCharInfo', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'NeedRotate', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'OutputTable', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'RecognizeJanpanese' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeTollInvoice' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3260,55 +1986,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], - ], - [ - 'name' => 'OutputCharInfo', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'NeedRotate', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'OutputTable', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeKorean' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeTradeMarkCertification' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3319,55 +2008,40 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], + ], + ], + 'RecognizeTrainInvoice' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'OutputCharInfo', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'NeedRotate', + 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ - 'name' => 'OutputTable', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'name' => 'body', + 'in' => 'body', + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeLatin' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeUsedCarInvoice' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3378,55 +2052,40 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], + ], + ], + 'RecognizeVehicleCertification' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'OutputCharInfo', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'NeedRotate', + 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ - 'name' => 'OutputTable', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'name' => 'body', + 'in' => 'body', + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeRussian' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeVehicleLicense' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3437,55 +2096,40 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], + ], + ], + 'RecognizeVehicleRegistration' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'OutputCharInfo', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'NeedRotate', + 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ - 'name' => 'OutputTable', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'name' => 'body', + 'in' => 'body', + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], - 'RecognizeCovidTestReport' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RecognizeWaybill' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3496,40 +2140,18 @@ [ 'name' => 'Url', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 2048, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 2048], ], [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'type' => 'string', - 'format' => 'binary', - 'required' => false, - ], - ], - [ - 'name' => 'MultipleResult', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'format' => 'binary', 'required' => false], ], ], ], 'VerifyBusinessLicense' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3540,38 +2162,23 @@ [ 'name' => 'CreditCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CompanyName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'LegalPerson', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'VerifyVATInvoice' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3582,59 +2189,37 @@ [ 'name' => 'InvoiceCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InvoiceNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InvoiceDate', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InvoiceSum', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'VerifyCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InvoiceKind', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], ], 'endpoints' => [ - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'ocr-api.cn-hangzhou.aliyuncs.com', - ], + ['regionId' => 'cn-hangzhou', 'regionName' => '华东1(杭州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'ocr-api.cn-hangzhou.aliyuncs.com', 'endpoint' => 'ocr-api.cn-hangzhou.aliyuncs.com', 'vpc' => 'ocr-api-vpc.cn-hangzhou.aliyuncs.com'], ], ]; |
