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

Function formatBBox

src/utils/Common.ts:18–20  ·  view source on GitHub ↗
(coordinates: AnnotationBbox)

Source from the content-addressed store, hash-verified

16 * Format annotation location for display. AnnotationBBox: [left, top, width, height]
17 */
18export function formatBBox(coordinates: AnnotationBbox): string {
19 return `(left:${coordinates[0]}, top:${coordinates[1]}, width:${coordinates[2]}, height:${coordinates[3]})`;
20}

Callers 4

extractTextFunction · 0.85
extractFormDataFunction · 0.85
readAnnotationsFunction · 0.85
deleteAnnotationsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected