mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-01 23:12:20 +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):
|
class OutputFormat(str, Enum):
|
||||||
MARKDOWN = "md"
|
MARKDOWN = "md"
|
||||||
JSON = "json"
|
JSON = "json"
|
||||||
|
HTML = "html"
|
||||||
TEXT = "text"
|
TEXT = "text"
|
||||||
DOCTAGS = "doctags"
|
DOCTAGS = "doctags"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user