About 5,330 results
Open links in new tab
  1. GitHub - mindee/doctr: docTR (Document Text Recognition) - a ...

    Optical Character Recognition made seamless & accessible to anyone, powered by PyTorch. What you can expect from this repository: End-to-End OCR is achieved in docTR using a two-stage approach: …

  2. docTR documentation - GitHub Pages

    State-of-the-art Optical Character Recognition made seamless & accessible to anyone, powered by PyTorch. DocTR provides an easy and powerful way to extract valuable information from your …

  3. python-doctr · PyPI

    Feb 4, 2026 · Document Text Recognition (docTR): deep Learning for high-performance OCR on documents.

  4. Exploring docTR — Document OCR with Deep Learning

    Mar 24, 2025 · I tried out docTR, an open-source document text recognition tool that uses deep learning to extract text from scanned documents. It’s designed to be easy to use for developers and end users...

  5. Using DocTR | mindee/doctr | DeepWiki

    Apr 20, 2025 · This page provides practical guidance on how to use DocTR (Document Text Recognition) for various document analysis tasks. It covers loading documents, running OCR, …

  6. docTR: The Fast, Open-Source Way to Extract Text from ...

    Aug 31, 2025 · Whether you are indexing archives, building a compliance pipeline, or simply need to search inside scanned lecture notes, docTR gives you Google-level quality without the vendor lock-in …

  7. quicktour.ipynb - Colab

    Since docTR achieves Optical Character Recognition by first localizing textual elements (Text Detection), then extracting the corresponding text from each location (Text Recognition), the OCR...

  8. docTR - TFJS demo

    docTR demo - a React app with TJFS backend for document processing

  9. doctr/doctr at main · mindee/doctr · GitHub

    docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by Deep Learning. - doctr/doctr at main · mindee/doctr

  10. Choosing the right model - docTR documentation - GitHub Pages

    For a given task, docTR provides a Predictor, which is composed of 2 components: PreProcessor: a module in charge of making inputs directly usable by the deep learning model. Model: a deep …