MCPcopy Create free account
hub / github.com/a7medev/react-native-ml-kit / TextMapProps

Interface TextMapProps

example/src/text-recognition/TextMap.tsx:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import {scaleFrame} from '../core/scaling';
10
11interface TextMapProps {
12 blocks: TextBlock[];
13 showWords: boolean;
14 showBlocks: boolean;
15 width: number;
16 height: number;
17}
18
19const TextMap = ({
20 width,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected