Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 626 Bytes

File metadata and controls

25 lines (21 loc) · 626 Bytes
layout default-layout
needAutoGenerateSidebar true
needGenerateH3Content true
noTitleIndex true
title Dynamsoft Document Viewer API Reference - Interface TextSearchResult
keywords Documentation, Dynamsoft Document Viewer, API Reference, Interface TextSearchResult
breadcrumbText Interface TextSearchResult
description Dynamsoft Document Viewer Documentation API Reference Interface TextSearchResult Page

TextSearchResult

Syntax

interface TextSearchResult {
   pageUid: string;
   text: string;
   rects: RectXY[];
   context: string;
}

See also RectXY.