Searching DOC Files

Simply Index and Search your DOC Files

from mixpeek import Mixpeek

mix = Mixpeek(mixpeek_key="API_KEY")

# index our DOC file
mix.index("file.doc")

# search it (and everything else)
results = mix.search("search query for the contents of our file")

# parse our results
[
  {
    "file_id": "63738f90829faf6a25053f64",
    "filename": "file.doc",
    "importance": "100%"
  }
]
Read the Docs

What will you build?

Upgrade your software with multimodal understanding in one line of code.

Get Started Free