2dogsanerd

↗ HN profile [ 23.7 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I've been using OpenClaw to control my home server via WhatsApp, but it couldn't access my documents. Instead of uploading my private contracts to OpenAI, I built ClawRAG – a self-hosted RAG engine that connects to…

  2. I've spent the last few months architecting a RAG system for a regulated environment. I am not a developer by trade, but I approached this with a strict "systems engineering" and audit mindset. While most tutorials stop…

  3. Hey HN, I built this because I got tired of "silent failures" in traditional PDF table extraction tools. In my day job working with financial and legal documents, tools like Camelot or Tabula often return data that…

  4. A simple tool to compare how different PDF parsers handle your documents. Shows naive parsing (pypdf) vs layout-aware parsing (Docling) side-by-side. Helps spot issues with scans, tables, and multi-column layouts before…

  5. Hey HN, solo dev here. After years of frustration with how LLMs handle complex documents, especially PDFs with tables, I decided to build a solution myself. My approach uses a Markdown conversion step to preserve the…