You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: use normal imports for docx/pptx, keep only pdf guarded
DOCX and PPTX are declared extras so their imports should always
succeed. Only PDF needs a guarded import since it requires heavy
optional deps (torch, unstructured-inference) not shipped with the CDK.
Co-Authored-By: AJ Steers <aj@airbyte.io>
0 commit comments