Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
hiddentrue

Status

Status
colourPurpleYellow
titlestarted
Status
colourBlue
titletext approvedfor review

Approver

Pavel Shkadzko

Before Gini tries to extract the information, it preprocesses the document, performing page deskewing or homography transformation. The processed document can be retrieved by a GET request:

...

Path parameters

Name

Value

id

Document ID

Code Block
languagejson
//retrieve the processed document

    GET /documents/{id}/processed
Response
Headers

Status Code

Description

200 (OK)

Operation is successful.

...