Skip to content

bug/split_pdf_cache_tmp_data #213

@sam-ayo

Description

@sam-ayo

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions