MCPcopy Create free account
hub / github.com/PSPDFKit/nutrient-document-engine-mcp-server / Character

Interface Character

src/api/DocumentEngineSchema.ts:1653–1660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1651 */
1652 export type ByteSize = number;
1653 export interface Character {
1654 bbox: /* Represents a rectangular region on the page. Both coordinates and directions are in PDF points with the origin at the top-left corner of the page. */ JsonContentsBbox;
1655 /**
1656 * example:
1657 * T
1658 */
1659 value: string;
1660 }
1661 /**
1662 * CheckBoxFormField
1663 * A check box that can either be checked or unchecked. One check box form field can also be associated to multiple single check box widgets

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected