haystack/docs/v1.0.0/_src/api/api/pydoc-markdown-file-converters.yml
2021-12-08 17:53:00 +01:00

19 lines
561 B
YAML

loaders:
- type: python
search_path: [../../../../haystack/nodes/file_converter]
modules: ['base', 'docx', 'image', 'markdown', 'pdf', 'tika', 'txt']
ignore_when_discovered: ['__init__']
processor:
- type: filter
expression: not name.startswith('_') and default()
- documented_only: true
- do_not_filter_modules: false
- skip_empty_modules: true
renderer:
type: markdown
descriptive_class_title: false
descriptive_module_title: true
add_method_class_prefix: false
add_member_class_prefix: false
filename: file_converter.md