MCPcopy
hub / github.com/PaddlePaddle/PaddleOCR / OCROptions

Interface OCROptions

api_sdk/typescript/src/models.ts:52–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52export interface OCROptions {
53 useDocOrientationClassify?: boolean;
54 useDocUnwarping?: boolean;
55 useTextlineOrientation?: boolean;
56 textDetLimitSideLen?: number;
57 textDetLimitType?: string;
58 textDetThresh?: number;
59 textDetBoxThresh?: number;
60 textDetUnclipRatio?: number;
61 textRecScoreThresh?: number;
62 visualize?: boolean;
63 [key: string]: unknown;
64}
65
66export interface PPStructureV3Options {
67 useDocOrientationClassify?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…