Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add /objects/examine/pdf endpoints for getting metadata from PDF #203

Closed
mfriesen opened this issue Jan 26, 2024 · 0 comments
Closed

Add /objects/examine/pdf endpoints for getting metadata from PDF #203

mfriesen opened this issue Jan 26, 2024 · 0 comments
Milestone

Comments

@mfriesen
Copy link
Member

  1. GET /objects/examine/pdf which returns an S3 Pre-signed url ..
  • File gets put into S3 Staging Bucket into the "tempfiles/" folder, like *.zip files
  • return a URL & ID
  1. User would do a HTTP PUT to that url to upload the file
  2. POST /objects/examine/{id}/pdf to return the data of the file..
@mfriesen mfriesen added this to the v1.14.0 milestone Jan 26, 2024
mfriesen added a commit that referenced this issue Apr 3, 2024
Features

* #203 - Add /objects/examine/pdf endpoints for getting metadata from PDF

* #214 - Document Rulesets (/rulesets) API

* #28 - add limit parameter to /documents/{id}/versions

* #209 - Add next and limit to GET /document/{id}/actions endpoint

* #30 - Move OPA and other configuration options into /sites resource

* #212 - /search add range queries

* Update Console to v3.4.0

Bugs

* #204 - Template may not exceed 1000000 bytes in size

* #205 - VPC CloudFormation Templates fails in ca-central-1

* Fulltext Action handling when document doesn't exist in Opensearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant