doctr
doctr copied to clipboard
docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by Deep Learning.
`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...
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.
### 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 - [...
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
### 🚀 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...
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 -...
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...
### 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...
### 🚀 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_ ###...