MCPcopy Create free account
hub / github.com/clockworknowledge/menome_processor / process_documents

Route process_documents

app/routers/processing.py:None–None  ·  view source on GitHub ↗
router.post("/process-documents", tags=[ "Process"]
             , description="Process documents in the database"
             , summary="Process documents in the database that have not had pages, qu

Source from the content-addressed store, hash-verified

1from fastapi import APIRouter, Query, Depends
2from fastapi import Depends, HTTPException, status, APIRouter
3from fastapi.security import OAuth2PasswordBearer, OAuth2PasswordRequestForm
4from jose import JWTError, jwt

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected