navidocs/server
ggq-admin b152df159d feat: Add dotenv loading to OCR worker for environment configuration
- Import dotenv in worker to load .env configuration
- Specify explicit path to server/.env file
- Update Meilisearch config to use changeme123 as default key
- Add debug logging to Meilisearch client initialization
- Add meilisearch-data/ to .gitignore

OCR pipeline is fully functional with 85% confidence:
- PDF upload 
- Queue processing 
- PDF to image conversion 
- Tesseract OCR 
- Database storage 

Remaining issue: Meilisearch authentication needs to be resolved
to enable search indexing.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-19 09:00:16 +02:00
..
config feat: Add dotenv loading to OCR worker for environment configuration 2025-10-19 09:00:16 +02:00
db feat: NaviDocs MVP - Complete codebase extraction from lilian1 2025-10-19 01:55:44 +02:00
examples feat: NaviDocs MVP - Complete codebase extraction from lilian1 2025-10-19 01:55:44 +02:00
middleware feat: NaviDocs MVP - Complete codebase extraction from lilian1 2025-10-19 01:55:44 +02:00
routes feat: NaviDocs MVP - Complete codebase extraction from lilian1 2025-10-19 01:55:44 +02:00
scripts feat: NaviDocs MVP - Complete codebase extraction from lilian1 2025-10-19 01:55:44 +02:00
services fix: Complete OCR pipeline with language code mapping 2025-10-19 05:09:51 +02:00
test/data chore: Local development environment setup 2025-10-19 04:42:55 +02:00
workers feat: Add dotenv loading to OCR worker for environment configuration 2025-10-19 09:00:16 +02:00
.env.example feat: NaviDocs MVP - Complete codebase extraction from lilian1 2025-10-19 01:55:44 +02:00
API_SUMMARY.md feat: NaviDocs MVP - Complete codebase extraction from lilian1 2025-10-19 01:55:44 +02:00
index.js feat: NaviDocs MVP - Complete codebase extraction from lilian1 2025-10-19 01:55:44 +02:00
package.json feat: NaviDocs MVP - Complete codebase extraction from lilian1 2025-10-19 01:55:44 +02:00
test-routes.js feat: NaviDocs MVP - Complete codebase extraction from lilian1 2025-10-19 01:55:44 +02:00