regulaforensics / DocumentReader-web-openapi

OpenAPI definitions of Regula Document Reader web application

Home Page:https://dev.regulaforensics.com/DocumentReader-web-openapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New result type RPRM_ResultType_Status = 37

ikliashchou opened this issue · comments

{
      "result_type": 37,
      "light": 0,
      "buf_length": 8,
      "list_idx": 0,
      "page_idx": 0,
  "Status": {
    "statusComplete": 0,
    "statusOptical": 0,
    "detailsOptical": {
      "statusMRZ": 0,
      "statusText": 0,
      "statusDocType": 1,
      "statusSecurity": 1,
      "statusImageQA": 2,
      "pagesCount": 2
    },
    "statusRFID": 0,
    "detailsRFID": {
      "statusPA": 0,
      "statusAA": 1,
      "statusCA": 0,
      "statusTA": 1,
      "statusBAC": 2,
      "statusPACE": 2
    },
    "statusPortrait": 2,
    "statusStopList": 2
  }
}