We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e71df6 commit 5adc005Copy full SHA for 5adc005
text_extract_api/files/file_formats/__init__.py
@@ -4,5 +4,6 @@
4
### Run ./scripts/dev/gen-file-format-init.sh from repository root.
5
6
from .file_format import FileFormat
7
+from .docling import DoclingFileFormat
8
from .pdf import PdfFileFormat
9
from .image import ImageFileFormat
0 commit comments