<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: -",
    "macOS: 15.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/AppSchema/ReaderIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A6SchemaV12ReaderIntentP"
  },
  "title" : "AppSchema.ReaderIntent"
}
-->

# AppSchema.ReaderIntent

Identifies intent schemas in the reader domain.

```
protocol ReaderIntent : AppSchema.Kind
```

## Topics

### Instance Properties

[`var deletePages: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ReaderIntent/deletePages)

An intent schema that deletes the specified pages.

[`var enhanceDocuments: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ReaderIntent/enhanceDocuments)

An intent schema that enhances the documents.

[`var insertPages: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ReaderIntent/insertPages)

An intent schema that inserts pages from the specified files.

[`var openDocument: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ReaderIntent/openDocument)

An intent schema that opens the specified files in the reader.

[`var openPage: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ReaderIntent/openPage)

An intent schema that opens the app to the specified document page.

[`var resizeDocuments: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ReaderIntent/resizeDocuments)

An intent schema that resizes the documents to a particular width and height.

[`var rotateDocuments: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ReaderIntent/rotateDocuments)

An intent schema that rotates the documents in the specified direction.

[`var rotatePages: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ReaderIntent/rotatePages)

An intent schema that rotates the pages in the specified direction.

[`var searchDocuments: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ReaderIntent/searchDocuments)

An intent schema that searches for text in the documents.

## Relationships

### Conforming Types

[`Intent`](/documentation/AppIntents/AppSchema/Intent)

### Inherits From

[`Kind`](/documentation/AppIntents/AppSchema/Kind)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)