ABBYY FineReader Server
  1. 许可(licenses)
ABBYY FineReader Server
  • Wefile (信天邮科技)
  • 工作流(workflows)
    • {workflow Name}
      • 输入(input)
        • 创建一个单文件的任务(Creates a new job from the specified file.)
        • 创建一个多文件任务(Creates a new job from the specified files.)
        • 通过配置单创建任务(Creates a new job from the specified ticket.)
        • 通过配置单创建多文件任务,可支持formdata(Creates a new job from files and (optionally) a ticket, supplied as multipart/form-data.)
      • 返回一个工作流的信息(Returns a workflow.)
      • 返回一个工作流的配置单(Returns a ticket for a workflow.)
    • 返回可用的工作流列表(Returns a list of available workflows)
      GET
  • 任务(jobs)
    • {job Id}
      • result
        • files
          • 通过zip文件返回文件内容(Returns the contents of all output files of the job as a ZIP archive.)
          • 把输出文件通过zip文件发送到email(Sends the contents of all output files of the job as a ZIP archive by e-mail.)
        • output Documents/{output Document Id}/files
          • {file Index}
            • 返回输出文件中的单个文件的内容(Returns the contents of one output file of the output document.)
            • 发送输出文件中单个文件到指定email(Sends the contents of one output file of the output document by e-mail.
          • 返回zip中所有文件的内容(Returns the contents of all output files of the output document as a ZIP archive.)
          • 把zip包中的所有文件内容通过email发送(Sends the contents of all output files of the output document as a ZIP archive by e-mail.)
        • 返回任务输出结果(Returns the result of a job.)
      • 返回任务状态信息(Returns the state of a job.)
      • 删除任务(Deletes a job.)
    • 返回多个任务的状态(Returns the states of multiple jobs.)
      GET
    • 删除多个任务(Deletes multiple jobs.)
      DELETE
  • 服务器(server)
    • 许可(licenses)
      • 返回license列表(Returns a list of available licenses.)
        GET
      • 返回当前license(Returns the current license.)
        GET
      • 返回单个license信息(Returns a license.)
        GET
    • 队列(queue)
      • 返回服务器工作队列信息(Returns a server job queue.)
      • 返回工作流中的任务队列(Returns a workflow job queue.)
    • 语言(languages)
      • 返回可识别语言列表(Returns a list of available recognition languages for all workflows).
      • 返回某个工作流中可识别的语言列表(Returns a list of available recognition languages for a specified workflow.)
    • 统计分析(statistics)
      • 返回服务器任务统计(Returns a server statistics.)
      • 返回工作流的任务统计(Returns a workflow statistics.)
    • 工作站(stations)
      • 返回单个工作站列表(Returns a list of processing stations.)
      • 返回单个处理工作站信息(Returns a processing station.)
    • 返回部分服务器任务日志(Returns a portion of the server job log.)
      GET
    • 返回服务器任务的统计信息(Returns the statistics of the server jobs.)
      GET
  • 输出格式(output Formats)
    • 返回可输出文件列表(Returns a list of available output formats with default settings.)
      GET
    • 返回单个输出文件格式信息(Returns an output format with default settings.)
      GET
  1. 许可(licenses)

返回单个license信息(Returns a license.)

GET
/api/server/licenses/{licenseId}

请求参数

Path 参数
licenseId
string 
必需
License的ID
(Required) ID of the license.
示例值:
Ut exercitation
Query 参数
serverLocation
string 
必需
FineReader Server 所在服务器的IP或者域名
The IP address or domain name of the machine where ABBYY FineReader Server 14 Server Manager is installed.
view
string 
必需
过滤不需要的属性内容
Filter to exclude unneeded properties.
示例值:
Full
Header 参数
Accept
string 
必需
示例值:
application/json

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://frstrial.wefile.com/FineReaderServer14//api/server/licenses/Ut exercitation?serverLocation=&view=Full' \
--header 'Accept: application/json'

返回响应

🟢200The license.
application/json
Body
Type
string 
必需
State
string 
必需
CanExpire
boolean 
必需
ExpirationDate
string 
必需
Features
string 
必需
Id
string 
必需
CustomFeatures
array[string]
必需
MaxCoreCount
object 
必需
IsUnlimited
boolean 
必需
Value
integer 
必需
MaxProcessingStationCount
object 
必需
IsUnlimited
boolean 
必需
Value
integer 
必需
MaxVerificationStationCount
object 
必需
IsUnlimited
boolean 
必需
Value
integer 
必需
MaxIndexingStationCount
object 
必需
IsUnlimited
boolean 
必需
Value
integer 
必需
MaxScanningStationCount
object 
必需
IsUnlimited
boolean 
必需
Value
integer 
必需
PageCounter
object 
必需
IsUnlimited
boolean 
必需
RenewalPeriod
string 
必需
PagesPerPeriod
integer 
必需
AvailablePages
integer 
必需
NextRenewalDate
string 
必需
OveragesPerPeriod
integer 
必需
GothicPageCounter
object 
必需
IsUnlimited
boolean 
必需
RenewalPeriod
string 
必需
PagesPerPeriod
integer 
必需
AvailablePages
integer 
必需
NextRenewalDate
string 
必需
OveragesPerPeriod
integer 
必需
示例
{
  "Type": "Undefined",
  "State": "Current",
  "CanExpire": false,
  "ExpirationDate": "1959-09-19T00:19:50.567Z",
  "Features": "Language_Hebrew",
  "Id": "ullamc",
  "CustomFeatures": [
    "dolor",
    "dolore esse aute"
  ],
  "MaxCoreCount": {
    "IsUnlimited": true,
    "Value": 17497454
  },
  "MaxProcessingStationCount": {
    "IsUnlimited": true,
    "Value": 79160554
  },
  "MaxVerificationStationCount": {
    "IsUnlimited": false,
    "Value": -64157314
  },
  "MaxIndexingStationCount": {
    "IsUnlimited": false,
    "Value": 98177965
  },
  "MaxScanningStationCount": {
    "IsUnlimited": false,
    "Value": 69220712
  },
  "PageCounter": {
    "IsUnlimited": true,
    "RenewalPeriod": "AbsoluteMonth",
    "PagesPerPeriod": 95316290,
    "AvailablePages": -11828939,
    "NextRenewalDate": "1977-07-20T22:18:28.689Z",
    "OveragesPerPeriod": 67721204
  },
  "GothicPageCounter": {
    "IsUnlimited": true,
    "RenewalPeriod": "Quarter",
    "PagesPerPeriod": -79882609,
    "AvailablePages": -54649540,
    "NextRenewalDate": "1965-03-26T21:53:48.734Z",
    "OveragesPerPeriod": -35348261
  }
}
🟠404License not found.
修改于 2024-04-24 10:27:10
上一页
返回当前license(Returns the current license.)
下一页
返回服务器工作队列信息(Returns a server job queue.)
Built with