Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] PDF Content Incorrectly Dumped into HTML/Markdown Fields During Web Craw #28

Open
Chippers255 opened this issue Jan 13, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@Chippers255
Copy link

Describe the Bug
When crawling websites containing PDF files, the crawler is including the raw PDF contents in both HTML and markdown output fields. This causes performance issues by:

  1. Significantly increasing response time when retrieving results
  2. Taking up unnecessary storage space in the results database
  3. Potentially making the results harder to parse and use effectively

To Reproduce

  1. Run the crawl command on the target website containing PDF files (eg: https://becu.org/)
  2. Observe the returned results in both HTML and markdown fields (eg: http://{HOST URL}/v1/crawl/{CRAWL ID})
  3. Notice that PDF contents are being dumped as raw text into these fields

Screenshots
image

proof

@Chippers255 Chippers255 added the bug Something isn't working label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant