Skip to content

Import is very time -consuming: from unnersted.partition.pdf import partition_pdf #2983

Open
@peanutpaste

Description

@peanutpaste

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?

Metadata

Metadata

Assignees

Labels

investigatingIssues that require more information before they are actionable

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions