roboflow / inference

A fast, easy-to-use, production-ready inference server for computer vision supporting deployment of many popular model architectures and fine-tuned models.
https://inference.roboflow.com
Other
1.13k stars 84 forks source link

`DocTR` model output missing important information that model produces #419

Open PawelPeczek-Roboflow opened 1 month ago

PawelPeczek-Roboflow commented 1 month ago

Search before asking

Description

DocTR produces not only text, but also location of the text. Our implementation linearises all of text data, skipping its location and not providing blocks-of-texts info.

We should think about:

Use case

No response

Additional

No response

Are you willing to submit a PR?