-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
For the python-client, setting split_pdf_cache_tmp_data_dir does not work. After inspecting the code I see that the wrong key is being used in the parameters for PartitionParameters
self.cache_tmp_data_dir = form_utils.get_split_pdf_cache_tmp_data_dir(
form_data,
key=PARTITION_FORM_SPLIT_CACHE_TMP_DATA_KEY,
fallback_value=DEFAULT_CACHE_TMP_DATA_DIR,
)PARTITION_FORM_SPLIT_CACHE_TMP_DATA_KEY is being used here instead of PARTITION_FORM_SPLIT_CACHE_TMP_DATA_DIR_KEY
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working