| 50 | } |
| 51 | |
| 52 | export 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 | |
| 66 | export interface PPStructureV3Options { |
| 67 | useDocOrientationClassify?: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…