[PR #241] [MERGED] Franzbischoff document improvements #3262

Closed
opened 2026-02-22 18:33:24 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/241
Author: @timothycarambat
Created: 9/18/2023
Status: Merged
Merged: 9/18/2023
Merged by: @timothycarambat

Base: masterHead: franzbischoff-document-improvements


📝 Commits (10+)

  • 61cbae5 cosmetic changes to be compatible to hadolint
  • 0bd1cfe common configuration for most editors until better plugins comes up
  • f767989 Changes on PDF metadata, using PyMuPDF (faster and more compatible)
  • b7d268c small changes on other file ingestions in order to try to keep the fields equal
  • 292bb56 Lint, review, and review
  • bb7f4c0 Merge branch 'Mintplex-Labs:master' into feature/metadata
  • fbdd35d Merge branch 'Mintplex-Labs:master' into feature/metadata
  • d7af56b Merge branch 'Mintplex-Labs:master' into feature/metadata
  • b3e21e1 Merge branch 'Mintplex-Labs:master' into feature/metadata
  • 09e499a Merge branch 'Mintplex-Labs:master' into feature/metadata

📊 Changes

10 files changed (+101 additions, -59 deletions)

View changed files

.editorconfig (+12 -0)
📝 collector/requirements.txt (+5 -2)
📝 collector/scripts/gitbook.py (+4 -4)
📝 collector/scripts/watch/convert/as_docx.py (+13 -7)
📝 collector/scripts/watch/convert/as_markdown.py (+8 -5)
📝 collector/scripts/watch/convert/as_mbox.py (+7 -5)
📝 collector/scripts/watch/convert/as_pdf.py (+38 -23)
📝 collector/scripts/watch/convert/as_text.py (+6 -4)
📝 frontend/src/components/Modals/MangeWorkspace/Documents/index.jsx (+3 -2)
📝 server/endpoints/system.js (+5 -7)

📄 Description

Taking over for PR #183

  • Migrates PDF to PyMuPDF
  • Simple PDF parsing and loading
  • 200% speed increase from this simple change

c/o: franzbischoff


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/241 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 9/18/2023 **Status:** ✅ Merged **Merged:** 9/18/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `franzbischoff-document-improvements` --- ### 📝 Commits (10+) - [`61cbae5`](https://github.com/Mintplex-Labs/anything-llm/commit/61cbae52b079568eb4848debebcdd270a4cf5514) cosmetic changes to be compatible to hadolint - [`0bd1cfe`](https://github.com/Mintplex-Labs/anything-llm/commit/0bd1cfe8b306469f6764b26202191b2cfab8a8bc) common configuration for most editors until better plugins comes up - [`f767989`](https://github.com/Mintplex-Labs/anything-llm/commit/f767989eb75688b4990475a6233db3e985560f19) Changes on PDF metadata, using PyMuPDF (faster and more compatible) - [`b7d268c`](https://github.com/Mintplex-Labs/anything-llm/commit/b7d268cbd2908372ffe529044e7ae1e8bfa4f64d) small changes on other file ingestions in order to try to keep the fields equal - [`292bb56`](https://github.com/Mintplex-Labs/anything-llm/commit/292bb563bf09f07cee78e0e93b9b5560b004c8f5) Lint, review, and review - [`bb7f4c0`](https://github.com/Mintplex-Labs/anything-llm/commit/bb7f4c0955b5e2239189c19e80a23cd3da27870c) Merge branch 'Mintplex-Labs:master' into feature/metadata - [`fbdd35d`](https://github.com/Mintplex-Labs/anything-llm/commit/fbdd35d3c87d6dc6772e15445fd74a3cad1570b8) Merge branch 'Mintplex-Labs:master' into feature/metadata - [`d7af56b`](https://github.com/Mintplex-Labs/anything-llm/commit/d7af56bcb5f3913401e5bc54e91c2d6d90577dc8) Merge branch 'Mintplex-Labs:master' into feature/metadata - [`b3e21e1`](https://github.com/Mintplex-Labs/anything-llm/commit/b3e21e12f9324886302f87db83d3e603b8c4c4c2) Merge branch 'Mintplex-Labs:master' into feature/metadata - [`09e499a`](https://github.com/Mintplex-Labs/anything-llm/commit/09e499aa4e460b017879f959e773c300bd42d126) Merge branch 'Mintplex-Labs:master' into feature/metadata ### 📊 Changes **10 files changed** (+101 additions, -59 deletions) <details> <summary>View changed files</summary> ➕ `.editorconfig` (+12 -0) 📝 `collector/requirements.txt` (+5 -2) 📝 `collector/scripts/gitbook.py` (+4 -4) 📝 `collector/scripts/watch/convert/as_docx.py` (+13 -7) 📝 `collector/scripts/watch/convert/as_markdown.py` (+8 -5) 📝 `collector/scripts/watch/convert/as_mbox.py` (+7 -5) 📝 `collector/scripts/watch/convert/as_pdf.py` (+38 -23) 📝 `collector/scripts/watch/convert/as_text.py` (+6 -4) 📝 `frontend/src/components/Modals/MangeWorkspace/Documents/index.jsx` (+3 -2) 📝 `server/endpoints/system.js` (+5 -7) </details> ### 📄 Description Taking over for PR #183 - Migrates PDF to PyMuPDF - Simple PDF parsing and loading - 200% speed increase from this simple change c/o: [franzbischoff](https://github.com/franzbischoff) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:24 -05:00
yindo closed this issue 2026-02-22 18:33:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3262