You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: