mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-25 04:25:23 -04:00
uploading a PDF file only 1 vector #35
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Nikto655 on GitHub (Sep 25, 2023).
I tried to upload a pdf file that consists of 20+ pages, but it seems that only the title page was uploaded. There only 1 vector present after uploading.
@timothycarambat commented on GitHub (Sep 25, 2023):
You should inspect the resulting
documentsobject that is created. It is possible that your PDF is not parseable from its source. This could be for many reasons (encoding, language, special text, PDF text is encoded as image)