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

    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

    Jul 9, 2025 · Document Text Recognition (docTR): deep Learning for high-performance OCR on documents.

  4. 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, …

  5. Exploring docTR — Document OCR with Deep Learning - Medium

    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...

  6. Releases · mindee/doctr - GitHub

    Using docTR with TensorFlow as a backend is deprecated and will be removed in the next major release (v1.0.0). We recommend switching to the PyTorch backend, which is more actively maintained and …

  7. docTR API – Optical Character Recognition in Python

    docTR (Document Text Recognition) is an open-source deep learning-based Optical Character Recognition (OCR) library in Python. It provides state-of-the-art text detection and recognition for …

  8. docTR: The Fast, Open-Source Way to Extract Text from Documents …

    Aug 31, 2025 · This article walks you through docTR —an MIT-licensed library that the company Mindee open-sourced to make state-of-the-art OCR as simple as three lines of Python.

  9. 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 …

  10. docTR joins PyTorch Ecosystem: From Pixels to Data, Building a ...

    Dec 18, 2024 · docTR is an Apache 2.0 project developed and distributed by Mindee to help developers integrate OCR capabilities into applications with no prior knowledge required.