---
title: "Get the angle of the page / document / receipt"
method: POST
path: "/ocr/preprocessing/image/get-page-angle"
tags: ["Preprocessing"]
---

# Get the angle of the page / document / receipt

`POST /ocr/preprocessing/image/get-page-angle`

Analyzes a photo or image of a document and identifies the rotation angle of the page.

## Response `200`

OK

- GetPageAngleResult — Result of performing a get-page-angle operation
  - `Successful` boolean — True if the operation was successful, false otherwise
  - `Angle` number, double — Angle of the page in radians; 0 represents perfectly horizontal

---

[API](https://skmtc.net/cloudmersive/apis/ocrapi.md) · [All operations](https://skmtc.net/cloudmersive/apis/ocrapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudmersive/ocrapi/versions/809f1a173306/schema)
