mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-01 15:02:21 +00:00
added html to cli
Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
parent
a062ab1937
commit
b0fc1e7189
@ -41,6 +41,7 @@ class InputFormat(str, Enum):
|
||||
class OutputFormat(str, Enum):
|
||||
MARKDOWN = "md"
|
||||
JSON = "json"
|
||||
HTML = "html"
|
||||
TEXT = "text"
|
||||
DOCTAGS = "doctags"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user