markitdown icon indicating copy to clipboard operation
markitdown copied to clipboard

Document Intelligence is not working

Open sumitbindra opened this issue 3 weeks ago • 9 comments

When I use this:

from markitdown import MarkItDown

md = MarkItDown(docintel_endpoint="<document_intelligence_endpoint>")
result = md.convert("test.pdf")
print(result.text_content)

I get an error saying: No parameter named "docintel_endpoint"

I have version: markitdown==0.0.1a3

sumitbindra avatar Feb 04 '25 23:02 sumitbindra