mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #6924] PDF parsing failed #14535
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 @hongbo-miao on GitHub (Nov 13, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6924
Bug Report
Installation Method
My Open WebUI deployed in Kubernetes.
I am uploading some ISO 15118 PDF files to a knowledge collection.
These PDFs all succeed.
However,
ISO 15118-2.pdffailed.Environment
Open WebUI Version: v0.3.35
Operating System:: Ubuntu 22
Browser (if applicable): Brave Version 1.71.123 Chromium: 130.0.6723.116 (Official Build) (arm64)
Confirmation:
Expected Behavior:
[Describe what you expected to happen.]
Actual Behavior:
[Describe what actually happened.]
Description
Bug Summary:
[Provide a brief but clear summary of the bug]
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Browser Console Logs:
Docker Container Logs:
Additional Information
I guess this https://github.com/open-webui/open-webui/issues/6844 may help resolve the issue.
@hongbo-miao commented on GitHub (Nov 13, 2024):
I found a workaround way, re-save the PDF file by macOS Preview, and then re-uploading works.
But I think it would be still better to find a way to resolve the parsing issue. ☺️