Back to browse
A free browser extension to extract tables

A free browser extension to extract tables

by viniciuscsr·Apr 9, 2026·1 point·0 comments

AI Analysis

●●SolidSolve My ProblemSlick

OCR-based extraction handles images and PDFs where standard DOM scrapers fail.

Strengths
  • OCR captures tables from images and PDFs, bypassing standard DOM limitations.
  • Runs locally in browser with no signup or data transmission required.
Weaknesses
  • OCR accuracy may struggle with complex layouts or low-resolution screenshots.
  • Limited to Chromium browsers, excluding Firefox and Safari users.
Category
Target Audience

Data analysts, researchers, office workers

Similar To

TableCapture · Jina AI Reader · Nanonets

Post Description

I built this because I was frustrated with existing table extractors. Most of them only work if the table is built with standard HTML. If you are looking at an image, a complex PDF, or a JS heavy site, those extensions usually do not work.

My tool uses OCR instead of looking at the page code. It sees what you see on the screen and turns it into a spreadsheet. Since it does not rely on the underlying code, it works on almost anything in your browser.

It's free. Would love to get your feedback.

Similar Projects