This commit is contained in:
15
docs/snippets/python/plugins/clear_plugins.md
Normal file
15
docs/snippets/python/plugins/clear_plugins.md
Normal file
@@ -0,0 +1,15 @@
|
||||
```python title="Python"
|
||||
from kreuzberg import (
|
||||
clear_document_extractors,
|
||||
clear_post_processors,
|
||||
clear_ocr_backends,
|
||||
clear_validators,
|
||||
)
|
||||
|
||||
clear_post_processors()
|
||||
clear_validators()
|
||||
clear_ocr_backends()
|
||||
clear_document_extractors()
|
||||
|
||||
print("All plugins cleared")
|
||||
```
|
||||
Reference in New Issue
Block a user