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

feat: segmentation endpoints for PDF files #252

Closed
wants to merge 11 commits into from
Closed

Conversation

bouassaba
Copy link
Member

@bouassaba bouassaba commented Aug 7, 2024

  • feat: in conversion microservice, split PDF into multiple pages, and generate a thumbnail for each page
  • feat: endpoint to download a single page: v2/files/{id}/segmentation/pages/1.pdf
  • feat: endpoint to download a single thumbnail: v2/files/{id}/segmentation/thumbnails/1.png

Closes #247

@bouassaba bouassaba marked this pull request as draft August 7, 2024 09:12
@bouassaba bouassaba marked this pull request as ready for review August 7, 2024 11:56
@bouassaba bouassaba changed the title feat: mobile optimization for PDF files feat: mobile optimized endpoints for PDF files Aug 7, 2024
@bouassaba bouassaba changed the title feat: mobile optimized endpoints for PDF files feat: segmentation endpoints for PDF files Aug 7, 2024
@bouassaba bouassaba marked this pull request as draft August 7, 2024 15:36
@bouassaba bouassaba closed this Aug 8, 2024
@bouassaba bouassaba deleted the feat/split-pdf branch October 30, 2024 06:50
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

Successfully merging this pull request may close these issues.

Endpoints to serve large PDFs page by page for mobile devices
1 participant