[PR #4603] [CLOSED] Add postgres and update OCR #4685

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4603
Author: @kieuminhtuan1
Created: 11/2/2025
Status: Closed

Base: masterHead: anythingllm


📝 Commits (1)

  • f8607a0 Add postgres and update OCR

📊 Changes

100 files changed (+0 additions, -0 deletions)

View changed files

📝 .gitignore (+2 -0)
DOCUMENT_PROCESSING_FLOW.md (+645 -0)
PROJECT_COMPLETE.md (+639 -0)
collector/package-lock.json (+7979 -0)
collector/processSingleFile/testProcessFile.js (+24 -0)
collector/utils/OCRLoader/CanvasFactory.js (+52 -0)
collector/utils/OCRLoader/index.backup.js (+190 -0)
collector/utils/OCRLoader/ocr_preprocess.py (+232 -0)
docker/DEPLOYMENT_COMPLETE.md (+396 -0)
docker/Dockerfile.backup (+180 -0)
docker/Dockerfile.frontend (+28 -0)
docker/README_DOCKER.md (+459 -0)
docker/cloudflared/.gitignore (+10 -0)
docker/cloudflared/Dockerfile (+22 -0)
docker/cloudflared/README.md (+124 -0)
docker/cloudflared/auto-setup.sh (+87 -0)
docker/cloudflared/setup-tunnel.sh (+42 -0)
docker/deploy-docker.sh (+161 -0)
docker/docker-compose.yml.backup (+45 -0)
docker/qdrant_storage/aliases/data.json (+1 -0)

...and 80 more files

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #xxx

What is in this change?

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/4603 **Author:** [@kieuminhtuan1](https://github.com/kieuminhtuan1) **Created:** 11/2/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `anythingllm` --- ### 📝 Commits (1) - [`f8607a0`](https://github.com/Mintplex-Labs/anything-llm/commit/f8607a0253d024451208d29875f7d1a3b5f2abd5) Add postgres and update OCR ### 📊 Changes **100 files changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) ➕ `DOCUMENT_PROCESSING_FLOW.md` (+645 -0) ➕ `PROJECT_COMPLETE.md` (+639 -0) ➕ `collector/package-lock.json` (+7979 -0) ➕ `collector/processSingleFile/testProcessFile.js` (+24 -0) ➕ `collector/utils/OCRLoader/CanvasFactory.js` (+52 -0) ➕ `collector/utils/OCRLoader/index.backup.js` (+190 -0) ➕ `collector/utils/OCRLoader/ocr_preprocess.py` (+232 -0) ➕ `docker/DEPLOYMENT_COMPLETE.md` (+396 -0) ➕ `docker/Dockerfile.backup` (+180 -0) ➕ `docker/Dockerfile.frontend` (+28 -0) ➕ `docker/README_DOCKER.md` (+459 -0) ➕ `docker/cloudflared/.gitignore` (+10 -0) ➕ `docker/cloudflared/Dockerfile` (+22 -0) ➕ `docker/cloudflared/README.md` (+124 -0) ➕ `docker/cloudflared/auto-setup.sh` (+87 -0) ➕ `docker/cloudflared/setup-tunnel.sh` (+42 -0) ➕ `docker/deploy-docker.sh` (+161 -0) ➕ `docker/docker-compose.yml.backup` (+45 -0) ➕ `docker/qdrant_storage/aliases/data.json` (+1 -0) _...and 80 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #xxx ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [ ] I have tested my code functionality - [ ] Docker build succeeds locally --- <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:36:20 -05:00
yindo closed this issue 2026-02-22 18:36:20 -05:00
yindo changed title from [PR #4603] Add postgres and update OCR to [PR #4603] [CLOSED] Add postgres and update OCR 2026-06-05 15:19:50 -04: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#4685