Type Alias UnstructuredLoaderOptions
UnstructuredLoaderOptions: { apiKey?: string; apiUrl?: string; chunkingStrategy?: StringWithAutocomplete<ChunkingStrategy>; combineUnderNChars?: number; coordinates?: boolean; encoding?: string; extractImageBlockTypes?: string[]; hiResModelName?: StringWithAutocomplete<HiResModelName>; includePageBreaks?: boolean; maxCharacters?: number; multiPageSections?: boolean; newAfterNChars?: number; ocrLanguages?: string[]; overlap?: number; overlapAll?: boolean; pdfInferTableStructure?: boolean; skipInferTableTypes?: StringWithAutocomplete<SkipInferTableTypes>[]; strategy?: StringWithAutocomplete<UnstructuredLoaderStrategy>; xmlKeepTags?: boolean; }