Charlotte Cronjaeger
Results
1
comments of
Charlotte Cronjaeger
We are experiencing the same problem with the **HI_RES** strategy! Code: ``` filename = "exmaple.pdf" with open(filename, "rb") as f: data = f.read() req = operations.PartitionRequest( partition_parameters=shared.PartitionParameters( files=shared.Files( content=data, file_name=filename,...