430 lines
12 KiB
Plaintext
430 lines
12 KiB
Plaintext
|
|
# Generated by alef — do not edit.
|
||
|
|
|
||
|
|
useDynLib(kreuzberg, .registration = TRUE)
|
||
|
|
|
||
|
|
export(extract_bytes)
|
||
|
|
export(extract_file)
|
||
|
|
export(extract_file_sync)
|
||
|
|
export(extract_bytes_sync)
|
||
|
|
export(batch_extract_files_sync)
|
||
|
|
export(batch_extract_bytes_sync)
|
||
|
|
export(batch_extract_files)
|
||
|
|
export(batch_extract_bytes)
|
||
|
|
export(detect_mime_type_from_bytes)
|
||
|
|
export(get_extensions_for_mime)
|
||
|
|
export(list_embedding_backends)
|
||
|
|
export(list_document_extractors)
|
||
|
|
export(list_ocr_backends)
|
||
|
|
export(list_post_processors)
|
||
|
|
export(list_renderers)
|
||
|
|
export(list_validators)
|
||
|
|
export(compare)
|
||
|
|
export(embed_texts_async)
|
||
|
|
export(render_pdf_page_to_png)
|
||
|
|
export(detect_mime_type)
|
||
|
|
export(embed_texts)
|
||
|
|
export(get_embedding_preset)
|
||
|
|
export(list_embedding_presets)
|
||
|
|
export(register_ocr_backend)
|
||
|
|
export(unregister_ocr_backend)
|
||
|
|
export(clear_ocr_backends)
|
||
|
|
export(register_post_processor)
|
||
|
|
export(unregister_post_processor)
|
||
|
|
export(clear_post_processors)
|
||
|
|
export(register_validator)
|
||
|
|
export(unregister_validator)
|
||
|
|
export(clear_validators)
|
||
|
|
export(register_embedding_backend)
|
||
|
|
export(unregister_embedding_backend)
|
||
|
|
export(clear_embedding_backends)
|
||
|
|
export(register_document_extractor)
|
||
|
|
export(unregister_document_extractor)
|
||
|
|
export(clear_document_extractors)
|
||
|
|
export(register_renderer)
|
||
|
|
export(unregister_renderer)
|
||
|
|
export(clear_renderers)
|
||
|
|
export(CacheStats)
|
||
|
|
S3method("$", CacheStats)
|
||
|
|
S3method("[[", CacheStats)
|
||
|
|
export(AccelerationConfig)
|
||
|
|
S3method("$", AccelerationConfig)
|
||
|
|
S3method("[[", AccelerationConfig)
|
||
|
|
export(ContentFilterConfig)
|
||
|
|
S3method("$", ContentFilterConfig)
|
||
|
|
S3method("[[", ContentFilterConfig)
|
||
|
|
export(EmailConfig)
|
||
|
|
S3method("$", EmailConfig)
|
||
|
|
S3method("[[", EmailConfig)
|
||
|
|
export(ExtractionConfig)
|
||
|
|
S3method("$", ExtractionConfig)
|
||
|
|
S3method("[[", ExtractionConfig)
|
||
|
|
export(FileExtractionConfig)
|
||
|
|
S3method("$", FileExtractionConfig)
|
||
|
|
S3method("[[", FileExtractionConfig)
|
||
|
|
export(BatchBytesItem)
|
||
|
|
S3method("$", BatchBytesItem)
|
||
|
|
S3method("[[", BatchBytesItem)
|
||
|
|
export(BatchFileItem)
|
||
|
|
S3method("$", BatchFileItem)
|
||
|
|
S3method("[[", BatchFileItem)
|
||
|
|
export(ImageExtractionConfig)
|
||
|
|
S3method("$", ImageExtractionConfig)
|
||
|
|
S3method("[[", ImageExtractionConfig)
|
||
|
|
export(TokenReductionOptions)
|
||
|
|
S3method("$", TokenReductionOptions)
|
||
|
|
S3method("[[", TokenReductionOptions)
|
||
|
|
export(LanguageDetectionConfig)
|
||
|
|
S3method("$", LanguageDetectionConfig)
|
||
|
|
S3method("[[", LanguageDetectionConfig)
|
||
|
|
export(HtmlOutputConfig)
|
||
|
|
S3method("$", HtmlOutputConfig)
|
||
|
|
S3method("[[", HtmlOutputConfig)
|
||
|
|
export(LayoutDetectionConfig)
|
||
|
|
S3method("$", LayoutDetectionConfig)
|
||
|
|
S3method("[[", LayoutDetectionConfig)
|
||
|
|
export(LlmConfig)
|
||
|
|
S3method("$", LlmConfig)
|
||
|
|
S3method("[[", LlmConfig)
|
||
|
|
export(StructuredExtractionConfig)
|
||
|
|
S3method("$", StructuredExtractionConfig)
|
||
|
|
S3method("[[", StructuredExtractionConfig)
|
||
|
|
export(OcrQualityThresholds)
|
||
|
|
S3method("$", OcrQualityThresholds)
|
||
|
|
S3method("[[", OcrQualityThresholds)
|
||
|
|
export(OcrPipelineStage)
|
||
|
|
S3method("$", OcrPipelineStage)
|
||
|
|
S3method("[[", OcrPipelineStage)
|
||
|
|
export(OcrConfig)
|
||
|
|
S3method("$", OcrConfig)
|
||
|
|
S3method("[[", OcrConfig)
|
||
|
|
export(PageConfig)
|
||
|
|
S3method("$", PageConfig)
|
||
|
|
S3method("[[", PageConfig)
|
||
|
|
export(PdfConfig)
|
||
|
|
S3method("$", PdfConfig)
|
||
|
|
S3method("[[", PdfConfig)
|
||
|
|
export(HierarchyConfig)
|
||
|
|
S3method("$", HierarchyConfig)
|
||
|
|
S3method("[[", HierarchyConfig)
|
||
|
|
export(PostProcessorConfig)
|
||
|
|
S3method("$", PostProcessorConfig)
|
||
|
|
S3method("[[", PostProcessorConfig)
|
||
|
|
export(ChunkingConfig)
|
||
|
|
S3method("$", ChunkingConfig)
|
||
|
|
S3method("[[", ChunkingConfig)
|
||
|
|
export(EmbeddingConfig)
|
||
|
|
S3method("$", EmbeddingConfig)
|
||
|
|
S3method("[[", EmbeddingConfig)
|
||
|
|
export(TreeSitterConfig)
|
||
|
|
S3method("$", TreeSitterConfig)
|
||
|
|
S3method("[[", TreeSitterConfig)
|
||
|
|
export(TreeSitterProcessConfig)
|
||
|
|
S3method("$", TreeSitterProcessConfig)
|
||
|
|
S3method("[[", TreeSitterProcessConfig)
|
||
|
|
export(SupportedFormat)
|
||
|
|
S3method("$", SupportedFormat)
|
||
|
|
S3method("[[", SupportedFormat)
|
||
|
|
export(ServerConfig)
|
||
|
|
S3method("$", ServerConfig)
|
||
|
|
S3method("[[", ServerConfig)
|
||
|
|
export(StructuredDataResult)
|
||
|
|
S3method("$", StructuredDataResult)
|
||
|
|
S3method("[[", StructuredDataResult)
|
||
|
|
export(DocxAppProperties)
|
||
|
|
S3method("$", DocxAppProperties)
|
||
|
|
S3method("[[", DocxAppProperties)
|
||
|
|
export(XlsxAppProperties)
|
||
|
|
S3method("$", XlsxAppProperties)
|
||
|
|
S3method("[[", XlsxAppProperties)
|
||
|
|
export(PptxAppProperties)
|
||
|
|
S3method("$", PptxAppProperties)
|
||
|
|
S3method("[[", PptxAppProperties)
|
||
|
|
export(CoreProperties)
|
||
|
|
S3method("$", CoreProperties)
|
||
|
|
S3method("[[", CoreProperties)
|
||
|
|
export(SecurityLimits)
|
||
|
|
S3method("$", SecurityLimits)
|
||
|
|
S3method("[[", SecurityLimits)
|
||
|
|
export(TokenReductionConfig)
|
||
|
|
S3method("$", TokenReductionConfig)
|
||
|
|
S3method("[[", TokenReductionConfig)
|
||
|
|
export(PdfAnnotation)
|
||
|
|
S3method("$", PdfAnnotation)
|
||
|
|
S3method("[[", PdfAnnotation)
|
||
|
|
export(InlineElement)
|
||
|
|
S3method("$", InlineElement)
|
||
|
|
S3method("[[", InlineElement)
|
||
|
|
export(DjotImage)
|
||
|
|
S3method("$", DjotImage)
|
||
|
|
S3method("[[", DjotImage)
|
||
|
|
export(DjotLink)
|
||
|
|
S3method("$", DjotLink)
|
||
|
|
S3method("[[", DjotLink)
|
||
|
|
export(DocumentRelationship)
|
||
|
|
S3method("$", DocumentRelationship)
|
||
|
|
S3method("[[", DocumentRelationship)
|
||
|
|
export(GridCell)
|
||
|
|
S3method("$", GridCell)
|
||
|
|
S3method("[[", GridCell)
|
||
|
|
export(TextAnnotation)
|
||
|
|
S3method("$", TextAnnotation)
|
||
|
|
S3method("[[", TextAnnotation)
|
||
|
|
export(ArchiveEntry)
|
||
|
|
S3method("$", ArchiveEntry)
|
||
|
|
S3method("[[", ArchiveEntry)
|
||
|
|
export(ProcessingWarning)
|
||
|
|
S3method("$", ProcessingWarning)
|
||
|
|
S3method("[[", ProcessingWarning)
|
||
|
|
export(LlmUsage)
|
||
|
|
S3method("$", LlmUsage)
|
||
|
|
S3method("[[", LlmUsage)
|
||
|
|
export(Chunk)
|
||
|
|
S3method("$", Chunk)
|
||
|
|
S3method("[[", Chunk)
|
||
|
|
export(HeadingLevel)
|
||
|
|
S3method("$", HeadingLevel)
|
||
|
|
S3method("[[", HeadingLevel)
|
||
|
|
export(ChunkMetadata)
|
||
|
|
S3method("$", ChunkMetadata)
|
||
|
|
S3method("[[", ChunkMetadata)
|
||
|
|
export(ExtractedImage)
|
||
|
|
S3method("$", ExtractedImage)
|
||
|
|
S3method("[[", ExtractedImage)
|
||
|
|
export(BoundingBox)
|
||
|
|
S3method("$", BoundingBox)
|
||
|
|
S3method("[[", BoundingBox)
|
||
|
|
export(ElementMetadata)
|
||
|
|
S3method("$", ElementMetadata)
|
||
|
|
S3method("[[", ElementMetadata)
|
||
|
|
export(Element)
|
||
|
|
S3method("$", Element)
|
||
|
|
S3method("[[", Element)
|
||
|
|
export(XmlExtractionResult)
|
||
|
|
S3method("$", XmlExtractionResult)
|
||
|
|
S3method("[[", XmlExtractionResult)
|
||
|
|
export(EmailAttachment)
|
||
|
|
S3method("$", EmailAttachment)
|
||
|
|
S3method("[[", EmailAttachment)
|
||
|
|
export(OcrTableBoundingBox)
|
||
|
|
S3method("$", OcrTableBoundingBox)
|
||
|
|
S3method("[[", OcrTableBoundingBox)
|
||
|
|
export(ImagePreprocessingConfig)
|
||
|
|
S3method("$", ImagePreprocessingConfig)
|
||
|
|
S3method("[[", ImagePreprocessingConfig)
|
||
|
|
export(TesseractConfig)
|
||
|
|
S3method("$", TesseractConfig)
|
||
|
|
S3method("[[", TesseractConfig)
|
||
|
|
export(ImagePreprocessingMetadata)
|
||
|
|
S3method("$", ImagePreprocessingMetadata)
|
||
|
|
S3method("[[", ImagePreprocessingMetadata)
|
||
|
|
export(Metadata)
|
||
|
|
S3method("$", Metadata)
|
||
|
|
S3method("[[", Metadata)
|
||
|
|
export(ExcelMetadata)
|
||
|
|
S3method("$", ExcelMetadata)
|
||
|
|
S3method("[[", ExcelMetadata)
|
||
|
|
export(EmailMetadata)
|
||
|
|
S3method("$", EmailMetadata)
|
||
|
|
S3method("[[", EmailMetadata)
|
||
|
|
export(ArchiveMetadata)
|
||
|
|
S3method("$", ArchiveMetadata)
|
||
|
|
S3method("[[", ArchiveMetadata)
|
||
|
|
export(ImageMetadata)
|
||
|
|
S3method("$", ImageMetadata)
|
||
|
|
S3method("[[", ImageMetadata)
|
||
|
|
export(XmlMetadata)
|
||
|
|
S3method("$", XmlMetadata)
|
||
|
|
S3method("[[", XmlMetadata)
|
||
|
|
export(HeaderMetadata)
|
||
|
|
S3method("$", HeaderMetadata)
|
||
|
|
S3method("[[", HeaderMetadata)
|
||
|
|
export(StructuredData)
|
||
|
|
S3method("$", StructuredData)
|
||
|
|
S3method("[[", StructuredData)
|
||
|
|
export(OcrMetadata)
|
||
|
|
S3method("$", OcrMetadata)
|
||
|
|
S3method("[[", OcrMetadata)
|
||
|
|
export(ErrorMetadata)
|
||
|
|
S3method("$", ErrorMetadata)
|
||
|
|
S3method("[[", ErrorMetadata)
|
||
|
|
export(PptxMetadata)
|
||
|
|
S3method("$", PptxMetadata)
|
||
|
|
S3method("[[", PptxMetadata)
|
||
|
|
export(DocxMetadata)
|
||
|
|
S3method("$", DocxMetadata)
|
||
|
|
S3method("[[", DocxMetadata)
|
||
|
|
export(CsvMetadata)
|
||
|
|
S3method("$", CsvMetadata)
|
||
|
|
S3method("[[", CsvMetadata)
|
||
|
|
export(BibtexMetadata)
|
||
|
|
S3method("$", BibtexMetadata)
|
||
|
|
S3method("[[", BibtexMetadata)
|
||
|
|
export(CitationMetadata)
|
||
|
|
S3method("$", CitationMetadata)
|
||
|
|
S3method("[[", CitationMetadata)
|
||
|
|
export(YearRange)
|
||
|
|
S3method("$", YearRange)
|
||
|
|
S3method("[[", YearRange)
|
||
|
|
export(FictionBookMetadata)
|
||
|
|
S3method("$", FictionBookMetadata)
|
||
|
|
S3method("[[", FictionBookMetadata)
|
||
|
|
export(DbfFieldInfo)
|
||
|
|
S3method("$", DbfFieldInfo)
|
||
|
|
S3method("[[", DbfFieldInfo)
|
||
|
|
export(ContributorRole)
|
||
|
|
S3method("$", ContributorRole)
|
||
|
|
S3method("[[", ContributorRole)
|
||
|
|
export(EpubMetadata)
|
||
|
|
S3method("$", EpubMetadata)
|
||
|
|
S3method("[[", EpubMetadata)
|
||
|
|
export(PstMetadata)
|
||
|
|
S3method("$", PstMetadata)
|
||
|
|
S3method("[[", PstMetadata)
|
||
|
|
export(OcrConfidence)
|
||
|
|
S3method("$", OcrConfidence)
|
||
|
|
S3method("[[", OcrConfidence)
|
||
|
|
export(OcrRotation)
|
||
|
|
S3method("$", OcrRotation)
|
||
|
|
S3method("[[", OcrRotation)
|
||
|
|
export(OcrElement)
|
||
|
|
S3method("$", OcrElement)
|
||
|
|
S3method("[[", OcrElement)
|
||
|
|
export(OcrElementConfig)
|
||
|
|
S3method("$", OcrElementConfig)
|
||
|
|
S3method("[[", OcrElementConfig)
|
||
|
|
export(PageBoundary)
|
||
|
|
S3method("$", PageBoundary)
|
||
|
|
S3method("[[", PageBoundary)
|
||
|
|
export(PageInfo)
|
||
|
|
S3method("$", PageInfo)
|
||
|
|
S3method("[[", PageInfo)
|
||
|
|
export(LayoutRegion)
|
||
|
|
S3method("$", LayoutRegion)
|
||
|
|
S3method("[[", LayoutRegion)
|
||
|
|
export(HierarchicalBlock)
|
||
|
|
S3method("$", HierarchicalBlock)
|
||
|
|
S3method("[[", HierarchicalBlock)
|
||
|
|
export(CellChange)
|
||
|
|
S3method("$", CellChange)
|
||
|
|
S3method("[[", CellChange)
|
||
|
|
export(DocumentRevision)
|
||
|
|
S3method("$", DocumentRevision)
|
||
|
|
S3method("[[", DocumentRevision)
|
||
|
|
export(TableCell)
|
||
|
|
S3method("$", TableCell)
|
||
|
|
S3method("[[", TableCell)
|
||
|
|
export(ExtractedUri)
|
||
|
|
S3method("$", ExtractedUri)
|
||
|
|
S3method("[[", ExtractedUri)
|
||
|
|
export(DetectResponse)
|
||
|
|
S3method("$", DetectResponse)
|
||
|
|
S3method("[[", DetectResponse)
|
||
|
|
export(DiffOptions)
|
||
|
|
S3method("$", DiffOptions)
|
||
|
|
S3method("[[", DiffOptions)
|
||
|
|
export(DiffHunk)
|
||
|
|
S3method("$", DiffHunk)
|
||
|
|
S3method("[[", DiffHunk)
|
||
|
|
export(EmbeddedDiff)
|
||
|
|
S3method("$", EmbeddedDiff)
|
||
|
|
S3method("[[", EmbeddedDiff)
|
||
|
|
export(EmbeddingPreset)
|
||
|
|
S3method("$", EmbeddingPreset)
|
||
|
|
S3method("[[", EmbeddingPreset)
|
||
|
|
export(YakeParams)
|
||
|
|
S3method("$", YakeParams)
|
||
|
|
S3method("[[", YakeParams)
|
||
|
|
export(RakeParams)
|
||
|
|
S3method("$", RakeParams)
|
||
|
|
S3method("[[", RakeParams)
|
||
|
|
export(KeywordConfig)
|
||
|
|
S3method("$", KeywordConfig)
|
||
|
|
S3method("[[", KeywordConfig)
|
||
|
|
export(Keyword)
|
||
|
|
S3method("$", Keyword)
|
||
|
|
S3method("[[", Keyword)
|
||
|
|
export(PaddleOcrConfig)
|
||
|
|
S3method("$", PaddleOcrConfig)
|
||
|
|
S3method("[[", PaddleOcrConfig)
|
||
|
|
export(ModelPaths)
|
||
|
|
S3method("$", ModelPaths)
|
||
|
|
S3method("[[", ModelPaths)
|
||
|
|
export(OrientationResult)
|
||
|
|
S3method("$", OrientationResult)
|
||
|
|
S3method("[[", OrientationResult)
|
||
|
|
export(BBox)
|
||
|
|
S3method("$", BBox)
|
||
|
|
S3method("[[", BBox)
|
||
|
|
export(LayoutDetection)
|
||
|
|
S3method("$", LayoutDetection)
|
||
|
|
S3method("[[", LayoutDetection)
|
||
|
|
export(EmbeddedFile)
|
||
|
|
S3method("$", EmbeddedFile)
|
||
|
|
S3method("[[", EmbeddedFile)
|
||
|
|
export(PdfMetadata)
|
||
|
|
S3method("$", PdfMetadata)
|
||
|
|
S3method("[[", PdfMetadata)
|
||
|
|
export(OutputFormat)
|
||
|
|
S3method("$", OutputFormat)
|
||
|
|
S3method("[[", OutputFormat)
|
||
|
|
export(FormatMetadata)
|
||
|
|
S3method("$", FormatMetadata)
|
||
|
|
S3method("[[", FormatMetadata)
|
||
|
|
export(DiffLine)
|
||
|
|
S3method("$", DiffLine)
|
||
|
|
S3method("[[", DiffLine)
|
||
|
|
export(ChunkSizing)
|
||
|
|
S3method("$", ChunkSizing)
|
||
|
|
S3method("[[", ChunkSizing)
|
||
|
|
export(EmbeddingModelType)
|
||
|
|
S3method("$", EmbeddingModelType)
|
||
|
|
S3method("[[", EmbeddingModelType)
|
||
|
|
export(NodeContent)
|
||
|
|
S3method("$", NodeContent)
|
||
|
|
S3method("[[", NodeContent)
|
||
|
|
export(AnnotationKind)
|
||
|
|
S3method("$", AnnotationKind)
|
||
|
|
S3method("[[", AnnotationKind)
|
||
|
|
export(OcrBoundingGeometry)
|
||
|
|
S3method("$", OcrBoundingGeometry)
|
||
|
|
S3method("[[", OcrBoundingGeometry)
|
||
|
|
export(RevisionAnchor)
|
||
|
|
S3method("$", RevisionAnchor)
|
||
|
|
S3method("[[", RevisionAnchor)
|
||
|
|
export(cors_allows_all)
|
||
|
|
export(is_empty)
|
||
|
|
export(is_origin_allowed)
|
||
|
|
export(listen_addr)
|
||
|
|
export(max_multipart_field_mb)
|
||
|
|
export(max_request_body_mb)
|
||
|
|
export(needs_image_processing)
|
||
|
|
export(with_angle_cls)
|
||
|
|
export(with_cache_dir)
|
||
|
|
export(with_det_db_box_thresh)
|
||
|
|
export(with_det_db_thresh)
|
||
|
|
export(with_det_db_unclip_ratio)
|
||
|
|
export(with_det_limit_side_len)
|
||
|
|
export(with_drop_score)
|
||
|
|
export(with_model_tier)
|
||
|
|
export(with_padding)
|
||
|
|
export(with_rec_batch_num)
|
||
|
|
export(with_table_detection)
|
||
|
|
S3method(needs_image_processing, ExtractionConfig)
|
||
|
|
S3method(listen_addr, ServerConfig)
|
||
|
|
S3method(cors_allows_all, ServerConfig)
|
||
|
|
S3method(is_origin_allowed, ServerConfig)
|
||
|
|
S3method(max_request_body_mb, ServerConfig)
|
||
|
|
S3method(max_multipart_field_mb, ServerConfig)
|
||
|
|
S3method(is_empty, Metadata)
|
||
|
|
S3method(with_cache_dir, PaddleOcrConfig)
|
||
|
|
S3method(with_table_detection, PaddleOcrConfig)
|
||
|
|
S3method(with_angle_cls, PaddleOcrConfig)
|
||
|
|
S3method(with_det_db_thresh, PaddleOcrConfig)
|
||
|
|
S3method(with_det_db_box_thresh, PaddleOcrConfig)
|
||
|
|
S3method(with_det_db_unclip_ratio, PaddleOcrConfig)
|
||
|
|
S3method(with_det_limit_side_len, PaddleOcrConfig)
|
||
|
|
S3method(with_rec_batch_num, PaddleOcrConfig)
|
||
|
|
S3method(with_drop_score, PaddleOcrConfig)
|
||
|
|
S3method(with_padding, PaddleOcrConfig)
|
||
|
|
S3method(with_model_tier, PaddleOcrConfig)
|