text-extraction

Tag

Cards List
#text-extraction

OCR It – pull text out of un-copyable documents for your LLM

Hacker News Top · 2026-08-24 Cached

OCR It is a Chrome extension that extracts text from un-copyable documents using local OCR, designed to help users prepare content for LLMs like Claude or ChatGPT.

0 favorites 0 likes
#text-extraction

@GitHub_Daily: Feeding PDF documents to large language models, a common practice is to run OCR first and then extract text, but in reality more than half of PDFs are already text-based and don't need OCR at all. The pdf-inspector recently open-sourced by the Firecrawl team can automatically determine whether a PDF is text-based or scanned, and for text-based ones...

X AI KOLs Timeline · 2026-08-05 Cached

The Firecrawl team open-sourced pdf-inspector, a fast Rust library that automatically determines whether a PDF is text-based or scanned, directly extracts text and converts it to Markdown, avoiding unnecessary OCR, supports table and multi-column layout detection, and provides Python/Node.js/Rust/WASM interfaces.

0 favorites 0 likes
#text-extraction

Tests for a PDF

Lobsters Hottest · 2026-08-04 Cached

The author describes building a test suite for their CV PDF to ensure it is parseable by applicant tracking systems, and experimentally checks whether disabling ligatures affects pdftotext output.

0 favorites 0 likes
#text-extraction

@XAMTO_AI: There are plenty of tools out there, but few can automatically turn long texts into knowledge graphs. ai-knowledge-graph, about 2.6k stars on GitHub. Feed it a document, and it splits it into chunks, extracts triples, builds a graph, and finally outputs an interactive HTML visualization page. It's compatible with the OpenAI API, and local models can also be plugged in. For people doing research, writing summaries, or digging through documents, this saves a lot of manual work.

X AI KOLs Timeline · 2026-08-02 Cached

Introducing the open-source project ai-knowledge-graph, which can automatically split long documents into chunks, extract triples, and generate an interactive knowledge graph as HTML. It's compatible with the OpenAI API as well as local models, making it useful for research and document organization.

0 favorites 0 likes
#text-extraction

Why are all the amounts values negative?

Hacker News Top · 2026-08-02 Cached

The author explains why a customer's PDF bank statement showed all amounts as negative: the PDF encodes invisible trailing minus signs in a gray level matching the background, which the extraction code reads as visible text. They discuss solutions like OCR or stripping non-black text.

0 favorites 0 likes
#text-extraction

@artahian: We are live on @ProductHunt ! Modelence Mobile App Builder is here: in the demo video on the launch page (only 2 minute…

X AI KOLs Following · 2026-07-01 Cached

Modelence Mobile App Builder launches on ProductHunt, enabling users to create a document management web app with a mobile app that uses the phone camera to scan and extract text.

0 favorites 0 likes
#text-extraction

A PDF that changes based on who is reading

Hacker News Top · 2026-06-12 Cached

This article presents a technique to embed hidden markdown structure inside PDFs using the PDF spec's replacement text property, enabling LLMs to extract clean, structured data while humans see the same visual document.

0 favorites 0 likes
#text-extraction

@knowledgefxg: Practical Open-Source Tool Recommendation: pdf-inspector solves a very real problem: not all PDFs need OCR. For example, you throw a PDF at it, and it first determines what type of PDF it is—whether it's a normal text-based version (e.g., exported from Word) or a scanned version (image)…

X AI KOLs Timeline · 2026-05-22 Cached

pdf-inspector is an open-source Rust library for intelligently classifying PDF types (text or scanned), extracting text, and converting to Markdown, avoiding unnecessary OCR to improve speed and save costs.

0 favorites 0 likes
#text-extraction

@jerryjliu0: A downside with using VLMs to parse PDFs is guaranteeing that the output text is *correct* and output in the correct re…

X AI KOLs Following · 2026-04-18 Cached

Jerry Liu discusses challenges with using Vision Language Models for PDF parsing, particularly around ensuring text correctness and maintaining proper reading order while avoiding hallucinations.

0 favorites 0 likes
#text-extraction

firecrawl/pdf-inspector

GitHub Trending (daily) · 2026-08-03 Cached

Firecrawl unveils pdf-inspector, a fast Rust library for PDF classification and text extraction that converts text-based PDFs to Markdown without OCR, with bindings for Python, Node.js, and WebAssembly.

0 favorites 0 likes
#text-extraction

abiruyt/text-extract-ocr

Replicate Explore · 2026-05-17 Cached

abiruyt/text-extract-ocr is an open-source OCR model available on Replicate, running on CPU with low cost and fast inference.

0 favorites 0 likes
← Back to home

Submit Feedback