Fixed formatting.
This commit is contained in:
parent
926c64a1c3
commit
448d0c7bd7
1 changed files with 3 additions and 3 deletions
|
|
@ -4,8 +4,8 @@
|
|||
import argparse
|
||||
import sys
|
||||
from textwrap import dedent
|
||||
from __about__ import __version__
|
||||
from _markitdown import MarkItDown, DocumentConverterResult
|
||||
from .__about__ import __version__
|
||||
from ._markitdown import MarkItDown, DocumentConverterResult
|
||||
|
||||
|
||||
def main():
|
||||
|
|
@ -63,7 +63,7 @@ def main():
|
|||
action="store_true",
|
||||
help="Use Document Intelligence to extract text instead of offline conversion. Requires a valid Document Intelligence Endpoint.",
|
||||
)
|
||||
|
||||
|
||||
parser.add_argument(
|
||||
"-e",
|
||||
"--endpoint",
|
||||
|
|
|
|||
Loading…
Reference in a new issue