mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
Support every format in NoOpBackend
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
parent
d54cea02b9
commit
26addcf946
@ -48,4 +48,4 @@ class NoOpBackend(AbstractDocumentBackend):
|
||||
|
||||
@classmethod
|
||||
def supported_formats(cls) -> Set[InputFormat]:
|
||||
return {InputFormat.AUDIO}
|
||||
return set(InputFormat)
|
||||
|
Loading…
Reference in New Issue
Block a user