sachin commited on
Commit
81a1f3a
·
1 Parent(s): d441356

fix-edpont

Browse files
Files changed (1) hide show
  1. src/server/main.py +1 -1
src/server/main.py CHANGED
@@ -720,7 +720,7 @@ class PDFTextExtractionResponse(BaseModel):
720
  }
721
  }
722
 
723
- @app.post("/v1/extract-text/",
724
  response_model=PDFTextExtractionResponse,
725
  summary="Extract Text from PDF",
726
  description="Extract text from a specified page of an encrypted PDF file by calling an external API. Rate limited to 100 requests per minute per user. Requires authentication and X-Session-Key header.",
 
720
  }
721
  }
722
 
723
+ @app.post("/v1/extract-text",
724
  response_model=PDFTextExtractionResponse,
725
  summary="Extract Text from PDF",
726
  description="Extract text from a specified page of an encrypted PDF file by calling an external API. Rate limited to 100 requests per minute per user. Requires authentication and X-Session-Key header.",