We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
t1 = time.time() from unstructured.partition.pdf import partition_pdf t2 = time.time() print(t2-t1)
I run this, it takes nearly 1 minute
my env: cpu:13th Gen Intel(R) Core(TM) i7-13700K 3.40 GHz ram:32.0 GB nvidia 4070
Is this time -consuming situation normal? Or is it wrong?