cache_clear |
Clear Cache |
Parameters<super::params::EmptyParams> |
Clear Xberg-managed cache files. Shared Hugging Face Hub model cache files are not removed. |
cache_manifest |
Cache Manifest |
Parameters<super::params::EmptyParams> |
Get model manifest listing expected model files, sizes, and SHA256 checksums. |
cache_stats |
Cache Stats |
Parameters<super::params::EmptyParams> |
Get cache statistics including total files, size, and available disk space. |
cache_warm |
Cache Warm |
Parameters<super::params::CacheWarmParams> |
Download model files for offline use. Hugging Face artifacts, including GLiNER NER models, remain in the standard shared HF cache. |
detect_mime_type |
Detect MIME Type |
Parameters<super::params::DetectMimeTypeParams> |
Detect the MIME type of a file. Returns the detected MIME type string. |
extract |
Extract |
Parameters<super::params::ExtractParams> |
Extract content from bytes, a local path, file:// URI, remote document URL, or website URL. |
extract_batch |
Extract Batch |
Parameters<super::params::ExtractBatchParams> |
Extract content from multiple bytes, local paths, file:// URIs, remote document URLs, or website URLs. |
get_version |
Get Version |
Parameters<super::params::EmptyParams> |
Get the current Xberg library version. |
list_formats |
List Formats |
Parameters<super::params::EmptyParams> |
List all supported document formats with their file extensions and MIME types. |