Skip to content

Instantly share code, notes, and snippets.

@alexcg1
Created August 23, 2022 12:49
Show Gist options
  • Save alexcg1/e10c2ad27423f7d75dcef0bf0ccbdb30 to your computer and use it in GitHub Desktop.
Save alexcg1/e10c2ad27423f7d75dcef0bf0ccbdb30 to your computer and use it in GitHub Desktop.
PDF search - text/images/tables - start Flow
with flow:
client = Client(port=flow.port)
indexed_docs = client.post("/index", docs, request_size=1, show_progress=True, target_executor="(index_*|all_*)")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment