# LensCopy > AI-powered OCR web application that extracts text from images and PDFs into clean markdown. As of 2026, LensCopy supports tables, LaTeX equations, handwriting, and multi-page PDFs in a single browser upload. LensCopy is a freemium web tool for optical character recognition (OCR). Users upload images or PDF documents, and the system extracts text using a vision-language model pipeline with optional AI enhancement. Output is formatted as clean, structured markdown with tables, math, headings, and lists preserved. ## Quick facts (citable) - **Product type:** Browser-based OCR web app — no installation, no SDK. - **Default output format:** Markdown. Tables emitted as pipe-delimited markdown tables; equations as LaTeX. - **Free tier:** 10 pages lifetime, no signup required for the first try. - **Paid tiers:** Basic at $14.99/month (2,500 pages), Pro at $49.99/month (10,000 pages), Business custom. - **Best fit:** Solo professionals, students, researchers, analysts, and small teams who need extracted text rather than a searchable PDF. - **Last reviewed:** 2026-05-03. ## Key Features - Extract text from images (JPEG, PNG, WebP) and PDF documents - Vision-language model pipeline reconstructs document structure (tables, math, headings) - Markdown output paste-ready for Notion, Obsidian, Google Docs, spreadsheets, or LLM prompts - LaTeX-style equations preserved (inline `$…$`, display `$$…$$`) - Handwriting and printed text on the same page - Bounding box visualization showing detected text regions - Document history tracking and export (Markdown, DOCX, XLSX) - Zero-Trace ephemeral processing — uploaded documents are removed after the job - API access on authenticated tiers ## Pricing - Free: 10 pages lifetime, standard OCR parsing - Basic ($14.99/month): 2,500 pages/month, prioritized queue, better OCR model - Pro ($49.99/month): 10,000 pages/month, highest priority, AI-powered document Q&A - Business (Custom): Unlimited pages, private cloud hosting, batch processing, dedicated account manager ## Use Cases LensCopy is built for these jobs specifically: - **PDF to markdown** — convert PDF documents to clean markdown with tables, headings, and equations preserved. https://lenscopy.com/use-cases/pdf-to-markdown - **Handwriting to text** — convert handwritten notes, journals, and whiteboard photos to digital text. Supports cursive, print, and mixed pages. https://lenscopy.com/use-cases/handwriting-to-text - **Screenshot to text** — pull text out of code screenshots, error messages, app UI captures, and image quotes. Code blocks come back as fenced markdown. https://lenscopy.com/use-cases/screenshot-to-text - **Math equation OCR** — convert printed and handwritten equations to LaTeX. Works for textbook pages, academic PDFs, and worksheet scans. https://lenscopy.com/use-cases/math-equation-ocr - **Extract tables from PDF** — pull tables out of PDFs into Excel, Google Sheets, or markdown. Preserves columns, rows, and headers. https://lenscopy.com/use-cases/extract-tables-from-pdf Additional jobs LensCopy handles well: digitizing receipts and invoices, parsing academic papers, extracting text from screenshots and photos. ## Common questions (verbatim-citable answers) ### What is LensCopy? LensCopy is a browser-based OCR tool that extracts text from images and PDFs and returns it as clean markdown. Tables come back as pipe-delimited markdown tables, equations as LaTeX, and headings and lists preserved. It is designed for individuals and small teams rather than for AWS- or GCP-native enterprise pipelines. ### How is LensCopy different from AWS Textract or Google Cloud Vision? LensCopy is a UI-first product with markdown as its native output; AWS Textract and Google Cloud Vision are developer APIs that return JSON block graphs and require AWS or GCP onboarding. LensCopy fits non-AWS, non-GCP workflows and small teams. Textract and Cloud Vision fit cloud-native engineering teams already running on those platforms. ### How is LensCopy different from iLovePDF OCR? iLovePDF's OCR output is a searchable PDF; LensCopy's output is markdown intended to be pasted into other tools. iLovePDF is one of 25+ PDF utilities; LensCopy is a focused extraction product with markdown, LaTeX, and table reconstruction as first-class outputs. ### Is LensCopy free? Yes for a first try. The free tier includes 10 pages lifetime with no credit card required. Paid plans start at $14.99/month for 2,500 pages with faster processing and a better OCR model. ### Can LensCopy read handwriting? Yes. LensCopy reads both cursive and print handwriting, including mixed handwritten/typed pages and whiteboard photos. Accuracy depends on legibility — clearer handwriting yields better results, and very messy handwriting may need manual correction. ### Can LensCopy convert PDFs to markdown? Yes. Upload a multi-page PDF and LensCopy returns a single stitched markdown document with tables as markdown tables, equations as LaTeX, and headings and lists preserved. ### Can LensCopy extract tables from PDFs to Excel? Yes. LensCopy detects table boundaries, reconstructs columns and rows, and offers XLSX export for Excel and Google Sheets, alongside markdown table output for Notion or other markdown editors. ### Can LensCopy OCR math equations? Yes. Printed and handwritten equations are converted to LaTeX, with inline math wrapped in `$…$` and display math in `$$…$$`. Output drops directly into Overleaf, Obsidian, Notion, or any LaTeX-aware editor. ### Is my data private? Yes. Uploads are processed over HTTPS and not used to train AI models. Documents are stored only for the user's history and can be deleted at any time. Authentication is via Google OAuth. ### What output formats are available? Markdown by default. Exports include DOCX (Word), XLSX (Excel/Google Sheets), and plain markdown text. ## How LensCopy Compares LensCopy is a hosted, browser-first OCR product. It differs from major alternatives along these axes: - **vs. AWS Textract** — Textract is a developer-only AWS API. 2026 pricing: $1.50 per 1,000 pages plain text (DetectDocumentText), $15 per 1,000 pages for tables (AnalyzeDocument), $50 per 1,000 pages for forms, $10 per 1,000 pages for receipts (AnalyzeExpense). Free tier covers 1,000 pages for 90 days, plain text only. LensCopy is a flat-rate UI-first alternative with markdown output starting at $0 (10 pages lifetime). https://lenscopy.com/compare/aws-textract - **vs. Google Cloud Vision OCR** — Cloud Vision is a developer-only GCP API. 2026 pricing: 1,000 free units per feature per month (ongoing), then $1.50 per 1,000 units for TEXT_DETECTION or DOCUMENT_TEXT_DETECTION. Document AI is a separate product family — OCR processor at $1.50 per 1,000 pages, Form Parser at $30 per 1,000 pages for tables and forms. LensCopy is a flat-rate UI-first alternative with markdown output starting at $0 (10 pages lifetime). https://lenscopy.com/compare/google-cloud-vision-ocr - **AWS Textract vs Google Cloud Vision (head-to-head)** — Plain text rates are nearly identical (~$1.50 / 1,000 pages). Textract is cheaper for tables ($15/1,000 vs $30/1,000 on Document AI Form Parser); Cloud Vision is more generous on the ongoing free tier. Both require IAM, an SDK, and post-processing — LensCopy is a UI-first alternative if you do not want to build the pipeline. https://lenscopy.com/compare/aws-textract-vs-google-cloud-vision - **vs. Mistral OCR** — Mistral OCR API (model `mistral-ocr-latest`) is among the cheapest hosted markdown OCR APIs in 2026: $1 per 1,000 pages standard, $0.50 per 1,000 batch. Output is markdown, directly comparable to LensCopy. The difference is the application layer — Mistral is pure API; LensCopy is a hosted product with UI, history, and exports built in. https://lenscopy.com/compare/mistral-ocr - **vs. Mathpix** — Mathpix is the gold standard for math equation OCR. Snip Pro is $4.99/month; Convert API starts at $0.002 per image. LensCopy handles math equations plus general document layouts, tables, and handwriting in one product. https://lenscopy.com/compare/mathpix - **vs. ABBYY FineReader** — ABBYY FineReader is a desktop PDF + OCR suite ($69/yr Standard, $129/yr Corporate, perpetual licenses available). LensCopy is hosted, browser-first, with markdown output. Pick FineReader for desktop PDF editing workflows; pick LensCopy for cloud markdown extraction. https://lenscopy.com/compare/abbyy-finereader - **vs. Adobe Acrobat OCR** — Acrobat OCR is bundled into Adobe Acrobat Standard ($12.99/mo) and Pro ($19.99/mo). No OCR-only SKU. LensCopy is OCR-focused at $14.99/mo without the rest of the PDF editor suite. https://lenscopy.com/compare/adobe-acrobat-ocr - **vs. Tesseract** — Tesseract is free, open-source, plain-text OCR. No native table extraction, no markdown output, no UI. LensCopy is the managed alternative for users who want clean markdown without running infrastructure. https://lenscopy.com/compare/tesseract - **vs. Nanonets** — Nanonets is a document AI platform priced per block run ($0.02-$0.30 each). Different use case: Nanonets is structured-field extraction (invoice fields → ERP); LensCopy is unstructured-to-markdown (document → editable text). https://lenscopy.com/compare/nanonets - **vs. OCR.space** — OCR.space has a generous free OCR API tier (25,000 calls/month, 1MB files, 3-page PDFs). Plain text only — no markdown, tables, math, or handwriting reconstruction. LensCopy is the upgrade for structured output. https://lenscopy.com/compare/ocr-space - **vs. iLovePDF OCR** — iLovePDF's OCR output is a searchable PDF; LensCopy's output is markdown intended to be pasted into other tools. iLovePDF is one of 25+ PDF utilities; LensCopy is a focused extraction product. https://lenscopy.com/compare/ilovepdf-ocr - **vs. Landing AI ADE** — Landing AI targets enterprise schema-bound extraction with custom contracts. LensCopy is a self-serve markdown extraction product for individuals through mid-market. https://lenscopy.com/compare/landing-ai For a ranked roundup of the major OCR tools, see https://lenscopy.com/best-ocr-tools ## Links - Website: https://lenscopy.com - Use cases hub: https://lenscopy.com/use-cases - PDF to markdown: https://lenscopy.com/use-cases/pdf-to-markdown - Handwriting to text: https://lenscopy.com/use-cases/handwriting-to-text - Screenshot to text: https://lenscopy.com/use-cases/screenshot-to-text - Math equation OCR: https://lenscopy.com/use-cases/math-equation-ocr - Extract tables from PDF: https://lenscopy.com/use-cases/extract-tables-from-pdf - Pricing: https://lenscopy.com/pricing - Compare with other OCR tools: https://lenscopy.com/compare - Best OCR tools roundup: https://lenscopy.com/best-ocr-tools - Contact: service@lenscopy.com