Skip to content

Commit

Permalink
Update todos record
Browse files Browse the repository at this point in the history
  • Loading branch information
brittnylapierre committed Oct 24, 2024
1 parent 953c804 commit be7d27d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,11 +444,12 @@ async def protected_endpoint(user: OpenID = Depends(get_logged_user)):
X - Attach OCR PDF to Canvases
- Route to save manifest to Mary API
X - Route to save manifest to Mary API
https://intility.github.io/fastapi-azure-auth/usage-and-faq/calling_your_apis_from_python
Attach MARC as SeeAlso to manifest: // https://crkn-blacklight-beta.azurewebsites.net/catalog/<slug>/librarian_view
Attach OCR PDF SeeAlso to manifest
call this route from the front end app
- call this route from the front end app
- OCR PDF changes:
Change call for updating canvas in couch - file is replace with same name so we don't need to worry about updating IIIF)
Expand Down

0 comments on commit be7d27d

Please sign in to comment.