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

Pass PDF Bytes instead of a File #606

Open
NSanjay opened this issue May 5, 2022 · 0 comments
Open

Pass PDF Bytes instead of a File #606

NSanjay opened this issue May 5, 2022 · 0 comments

Comments

@NSanjay
Copy link

NSanjay commented May 5, 2022

Is your feature request related to a problem? Please describe.

  • This feature will be really useful for the following scenario in a production application:
    • Connect to a document repository or store like Docusign , Box, Google Drive
    • Instead of downloading the file, the PDF bytes are saved in a production database.
    • Pass the saved PDF bytes to the Parsr server instead of the file.

Describe the solution you'd like

  • Modify the existing solution in TypeScript and the Python Client to handle this scenario

Describe alternatives you've considered

  • Considered using the default option of uploading files, but it isn't feasible in the user scenario described above

Additional context

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