diff options
| author | Zhineng Li <im@zhineng.li> | 2026-07-12 16:56:35 +0800 |
|---|---|---|
| committer | Zhineng Li <im@zhineng.li> | 2026-07-12 16:56:35 +0800 |
| commit | 814ec806c22e2782390af5a4a05cb6281aabd5e1 (patch) | |
| tree | 29e1692a067b17e56886a7d246d2b9521b2b7777 /data/ocr-api/2021-03-15 | |
| parent | eccd5cd5a067f5659982685afdeea209b1888efb (diff) | |
| download | afterglow-metadata-814ec806c22e2782390af5a4a05cb6281aabd5e1.tar.gz afterglow-metadata-814ec806c22e2782390af5a4a05cb6281aabd5e1.zip | |
update APIs 20260712
Diffstat (limited to 'data/ocr-api/2021-03-15')
| -rw-r--r-- | data/ocr-api/2021-03-15/api-docs.php | 76 |
1 files changed, 0 insertions, 76 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', - ], - ], -]; |
