Skip to end of banner
Go to start of banner

Retrieve Processed Document

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Request

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

Response
Headers

Status Code

Description

200 (OK)

Operation is successful.

Body

The version of the uploaded document file after preprocessing (color corrected, deskewed) which is used for all layout and semantic extractions. In the case of native PDF documents, it is identical to the original document file.

Errors

Status Code

Description

404 (Not Found)

The requested document does not exist.

  • No labels