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

Create parsers resource #4

Closed
5 tasks done
Lazzzer opened this issue May 5, 2023 · 0 comments · Fixed by #14, #11 or #13
Closed
5 tasks done

Create parsers resource #4

Lazzzer opened this issue May 5, 2023 · 0 comments · Fixed by #14, #11 or #13
Assignees
Labels
epic Large task broken down in multiple user stories feature New feature or request
Milestone

Comments

@Lazzzer
Copy link
Owner

Lazzzer commented May 5, 2023

Description

As a user, I would like to use endpoints of the API to process my files so I can extract the unstructured text from them.

Acceptance criteria

  • The parsers resource exposes REST endpoints that accept file uploads or urls.
  • The parsers resource is correctly documented in the OpenAPI specification.
  • The parsers resource must at least be able to process searchable PDF files.
  • The parsers resource processes safely the files and return the generated text in its responses.
  • The parsers resource implementation contains appropriate tests.

Requirements

@Lazzzer Lazzzer added feature New feature or request epic Large task broken down in multiple user stories labels May 5, 2023
@Lazzzer Lazzzer added this to the Sprint 1 milestone May 5, 2023
@Lazzzer Lazzzer self-assigned this May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic Large task broken down in multiple user stories feature New feature or request
Projects
Status: Done
1 participant