ocr

All posts tagged ocr by Linux Bash
  • Posted on
    Featured Image
    Learn how to convert messy PDFs, scans, and forms into private, queryable knowledge on Linux with a reproducible Bash pipeline: OCR/normalize with ocrmypdf, extract and convert to Markdown with poppler+pandoc, chunk to JSONL, enrich via local Ollama LLMs, then index and search fast with SQLite FTS5—complete with install commands, practical scripts, tips, and an end-to-end one-liner.
  • Posted on
    Featured Image
    A practical, CLI-first guide to transform PDF chaos into searchable, summarized, queryable knowledge from Bash: install cross-distro tools, OCR and normalize with ocrmypdf/tesseract, pdftotext, qpdf, Ghostscript; run local (Ollama) or cloud AI for chunked summaries and Q&A; extract images/tables, build citations from metadata, and batch everything with GNU parallel—no GUIs, no lock-in.
  • Posted on
    Featured Image
    Guide for full stack developers and sysadmins to perform AI-powered OCR in Linux Bash using Tesseract and ImageMagick. Covers installing Tesseract and language packs, prepping images for better accuracy, running OCR, and automating batch conversions with a Bash script. Includes best practices, use cases (content management, accessibility, archiving), and links for deeper learning.
  • Posted on
    Featured Image
    This guide shows full stack developers and sysadmins how to add OCR to Linux Bash workflows using Tesseract: install via package manager, run basic conversions, and batch-process images with a sample script that aggregates results. It covers best practices—image preprocessing (ImageMagick), updates, error handling, and security—and highlights use cases like automation and indexing, with links for deeper learning.