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/option to load extraction models once instead of everytime partition pdf function called #3698

Open
hasansalimkanmaz opened this issue Oct 4, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@hasansalimkanmaz
Copy link

Is your feature request related to a problem? Please describe.
I am using partition_pdf function. Everytime, I call the function, it loads the relevant models into memory. This results in significant delays in processing.

Describe the solution you'd like
I would like to have a paramter in partition_pdf function to allow loading the model once into the memory throughout the life cycle of the application. This way, there will not be any need to load the model again.

@hasansalimkanmaz hasansalimkanmaz added the enhancement New feature or request label Oct 4, 2024
@hasansalimkanmaz
Copy link
Author

If you can guide me on how to do it, I may allocate some time on my side to implement this feature depending on how complex it is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
@hasansalimkanmaz and others