Nomad changes
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 49s

This commit is contained in:
Henrik Jess Nielsen
2026-06-01 23:40:55 +02:00
parent 72b1a0a6ed
commit b4c07d3693
5723 changed files with 1130655 additions and 0 deletions

View File

@@ -0,0 +1,225 @@
export {
BlockType,
ChunkType,
ChunkerType,
CodeContentMode,
ContentLayer,
ElementType,
ExecutionProviderType,
ExtractionMethod,
HtmlTheme,
ImageKind,
ImageType,
InlineType,
KeywordAlgorithm,
LayoutClass,
LinkType,
ListType,
OcrBackendType,
OcrElementLevel,
PSMMode,
PaddleLanguage,
PageUnitType,
PdfAnnotationType,
ProcessingStage,
ReductionLevel,
RelationshipKind,
ResultFormat,
RevisionKind,
StructuredDataType,
TableModel,
TextDirection,
UriKind,
batchExtractBytes,
batchExtractBytesSync,
batchExtractFiles,
batchExtractFilesSync,
clearDocumentExtractors,
clearEmbeddingBackends,
clearOcrBackends,
clearPostProcessors,
clearRenderers,
clearValidators,
compare,
detectMimeType,
detectMimeTypeFromBytes,
embedTexts,
embedTextsAsync,
extractBytes,
extractBytesSync,
extractFile,
extractFileSync,
getEmbeddingPreset,
getExtensionsForMime,
listDocumentExtractors,
listEmbeddingBackends,
listEmbeddingPresets,
listOcrBackends,
listPostProcessors,
listRenderers,
listValidators,
registerDocumentExtractor,
registerEmbeddingBackend,
registerOcrBackend,
registerPostProcessor,
registerRenderer,
registerValidator,
renderPdfPageToPng,
unregisterDocumentExtractor,
unregisterEmbeddingBackend,
unregisterOcrBackend,
unregisterPostProcessor,
unregisterRenderer,
unregisterValidator,
} from '@kreuzberg/node';
export type {
AccelerationConfig,
AnnotationKind,
ArchiveEntry,
ArchiveMetadata,
BBox,
BatchBytesItem,
BatchFileItem,
BibtexMetadata,
BoundingBox,
CacheStats,
CellChange,
Chunk,
ChunkMetadata,
ChunkSizing,
ChunkingConfig,
CitationMetadata,
ContentFilterConfig,
ContributorRole,
CoreProperties,
CsvMetadata,
DbfFieldInfo,
DbfMetadata,
DetectResponse,
DetectionResult,
DiffHunk,
DiffLine,
DiffOptions,
DjotContent,
DjotImage,
DjotLink,
DocumentNode,
DocumentRelationship,
DocumentRevision,
DocumentStructure,
DocxAppProperties,
DocxMetadata,
Element,
ElementMetadata,
EmailAttachment,
EmailConfig,
EmailExtractionResult,
EmailMetadata,
EmbeddedChanges,
EmbeddedDiff,
EmbeddedFile,
EmbeddingConfig,
EmbeddingModelType,
EmbeddingPreset,
EpubMetadata,
ErrorMetadata,
ExcelMetadata,
ExcelSheet,
ExcelWorkbook,
ExtractedImage,
ExtractedUri,
ExtractionConfig,
ExtractionDiff,
ExtractionResult,
FictionBookMetadata,
FileExtractionConfig,
Footnote,
FormatMetadata,
FormattedBlock,
GridCell,
HeaderMetadata,
HeadingContext,
HeadingLevel,
HierarchicalBlock,
HierarchyConfig,
HtmlMetadata,
HtmlOutputConfig,
ImageExtractionConfig,
ImageMetadata,
ImageMetadataType,
ImagePreprocessingConfig,
ImagePreprocessingMetadata,
InlineElement,
JatsMetadata,
Keyword,
KeywordConfig,
LanguageDetectionConfig,
LayoutDetection,
LayoutDetectionConfig,
LayoutRegion,
LinkMetadata,
LlmConfig,
LlmUsage,
Metadata,
ModelPaths,
NodeContent,
OcrBoundingGeometry,
OcrConfidence,
OcrConfig,
OcrElement,
OcrElementConfig,
OcrExtractionResult,
OcrMetadata,
OcrPipelineConfig,
OcrPipelineStage,
OcrQualityThresholds,
OcrRotation,
OcrTable,
OcrTableBoundingBox,
OrientationResult,
OutputFormat,
PaddleOcrConfig,
PageBoundary,
PageConfig,
PageContent,
PageHierarchy,
PageInfo,
PageStructure,
PdfAnnotation,
PdfConfig,
PdfMetadata,
PostProcessorConfig,
PptxAppProperties,
PptxExtractionResult,
PptxMetadata,
ProcessingWarning,
PstMetadata,
RakeParams,
RecognizedTable,
RevisionAnchor,
RevisionDelta,
SecurityLimits,
ServerConfig,
StructuredData,
StructuredDataResult,
StructuredExtractionConfig,
SupportedFormat,
Table,
TableCell,
TableDiff,
TableGrid,
TesseractConfig,
TextAnnotation,
TextExtractionResult,
TextMetadata,
TokenReductionConfig,
TokenReductionOptions,
TreeSitterConfig,
TreeSitterProcessConfig,
XlsxAppProperties,
XmlExtractionResult,
XmlMetadata,
YakeParams,
YearRange,
} from '@kreuzberg/node';