doctr icon indicating copy to clipboard operation
doctr copied to clipboard

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

Results 139 doctr issues
Sort by recently updated
recently updated
newest added

`multithread_exec` function returned result of different types depending on number of threads: if it's lesser than 2 - `Iterator`, otherwise - `list`. In every place this function is used, result...

I would like to use `doctr` on `AWS Lambda`, but there is a restriction: it gives a function write access only under `/tmp` folder. I have found two places where...

type: enhancement
module: utils
ext: tests

I faced an issue that ```samples``` parameter in ```batch_inputs``` is an object but not the list. I reckon it is because of using map. It returns an map object.

module: models
awaiting response

### Bug description While testing #933 i have seen some errors (empty crops / non utf-8 strings / and so on) We need to filter some invalid files/annotations - [...

type: bug
good first issue
module: datasets
framework: pytorch
framework: tensorflow

This PR aims to add pytorch demo equivalent to the tensorflow one. See https://github.com/mindee/doctr/issues/658. ## Question Should we need also to update something for the `live demo` ? https://github.com/mindee/doctr#live-demo

type: enhancement
ext: demo
framework: pytorch

### 🚀 The feature Hello, I mainly use the text detection and text recognition models with your framework. As I have seen: the most recent models that you propose in...

module: models
framework: pytorch
framework: tensorflow
topic: text recognition
type: new feature

This issue is to be used to track the roadmap of docTR for release v0.6.0, and collect feedback from users & contributors. For the v0.5.2 roadmap, please see #967 -...

critical

Hi team, Why don't we use the `pretrained` flag instead of `pretrained_backbone` flag for using pretrained model in `backbone_fn` ? I have turned off the flag `pretrained` by passing the...

good first issue
module: models
type: new feature

### Bug description I want to use docTR for training of Recognition of Turkish language data. I have created a dataset as specified in documentation. I have also added the...

type: bug
module: datasets
ext: references
framework: tensorflow
awaiting response

### 🚀 The feature Run the demo with pytorch ### Motivation, pitch This would be great to be able to run the demo with pytorch ### Alternatives _No response_ ###...

type: enhancement
ext: demo
framework: pytorch