| 64 | } |
| 65 | |
| 66 | type PPStructureV3Options struct { |
| 67 | UseDocOrientationClassify *bool `json:"useDocOrientationClassify,omitempty"` |
| 68 | UseDocUnwarping *bool `json:"useDocUnwarping,omitempty"` |
| 69 | UseTextlineOrientation *bool `json:"useTextlineOrientation,omitempty"` |
| 70 | UseSealRecognition *bool `json:"useSealRecognition,omitempty"` |
| 71 | UseTableRecognition *bool `json:"useTableRecognition,omitempty"` |
| 72 | UseFormulaRecognition *bool `json:"useFormulaRecognition,omitempty"` |
| 73 | UseChartRecognition *bool `json:"useChartRecognition,omitempty"` |
| 74 | UseRegionDetection *bool `json:"useRegionDetection,omitempty"` |
| 75 | LayoutThreshold interface{} `json:"layoutThreshold,omitempty"` |
| 76 | LayoutNms *bool `json:"layoutNms,omitempty"` |
| 77 | LayoutUnclipRatio interface{} `json:"layoutUnclipRatio,omitempty"` |
| 78 | LayoutMergeBboxesMode interface{} `json:"layoutMergeBboxesMode,omitempty"` |
| 79 | FormatBlockContent *bool `json:"formatBlockContent,omitempty"` |
| 80 | TextDetLimitSideLen *int `json:"textDetLimitSideLen,omitempty"` |
| 81 | TextDetLimitType *string `json:"textDetLimitType,omitempty"` |
| 82 | TextDetThresh *float64 `json:"textDetThresh,omitempty"` |
| 83 | TextDetBoxThresh *float64 `json:"textDetBoxThresh,omitempty"` |
| 84 | TextDetUnclipRatio *float64 `json:"textDetUnclipRatio,omitempty"` |
| 85 | TextRecScoreThresh *float64 `json:"textRecScoreThresh,omitempty"` |
| 86 | UseWiredTableCellsTransToHtml *bool `json:"useWiredTableCellsTransToHtml,omitempty"` |
| 87 | UseWirelessTableCellsTransToHtml *bool `json:"useWirelessTableCellsTransToHtml,omitempty"` |
| 88 | UseTableOrientationClassify *bool `json:"useTableOrientationClassify,omitempty"` |
| 89 | UseOcrResultsWithTableCells *bool `json:"useOcrResultsWithTableCells,omitempty"` |
| 90 | UseE2eWiredTableRecModel *bool `json:"useE2eWiredTableRecModel,omitempty"` |
| 91 | UseE2eWirelessTableRecModel *bool `json:"useE2eWirelessTableRecModel,omitempty"` |
| 92 | MarkdownIgnoreLabels []string `json:"markdownIgnoreLabels,omitempty"` |
| 93 | PrettifyMarkdown *bool `json:"prettifyMarkdown,omitempty"` |
| 94 | ShowFormulaNumber *bool `json:"showFormulaNumber,omitempty"` |
| 95 | ReturnMarkdownImages *bool `json:"returnMarkdownImages,omitempty"` |
| 96 | OutputFormats []string `json:"outputFormats,omitempty"` |
| 97 | Visualize *bool `json:"visualize,omitempty"` |
| 98 | ExtraOptions map[string]interface{} `json:"-"` |
| 99 | } |
| 100 | |
| 101 | type PaddleOCRVLOptions struct { |
| 102 | UseDocOrientationClassify *bool `json:"useDocOrientationClassify,omitempty"` |
no outgoing calls