Charles Gaillard
Charles Gaillard
Hi @felixdittrich92, Thanks for your message, it would be a pleasure having you contributing to the lib! We already have a recognition model including a transformer decoder ([MASTER](https://arxiv.org/pdf/1910.02562.pdf)), but we...
Hi @felixdittrich92, do you still plan to implement this ? If not, we may close this issue to avoid a huge stack of unaddressed ones!
Hi @matthiasmindee, thanks for spotting that. Do you think downgrading the min. Shapely version in the requirements could fix that conflict ?
Hi @dvivarelli, I can't reproduce the bug locally when running ``` model = ocr_predictor( det_arch='db_resnet50_rotation', reco_arch='crnn_vgg16_bn', assume_straight_pages=False, preserve_aspect_ratio=True, pretrained=True ) ``` on different images. Can you attach the image on...
Hi @dvivarelli, any updates ?
We are internally working on handwritten text recognition, it could indeed be useful to work as well on a classifier to determine the type of the text above the text...
Hi @felixdittrich92, Thanks for bringing this on the table, it is a very interesting and useful feature. It would be interesting to integrate such a model in doctr, however we...
Hi @felixdittrich92, Thanks for the benchmark, does the ONNX model which takes 3s to run include the OCR task as well (I understand that it doesn't include tesseract but is...
Hi @felixdittrich92, It is absolutely not a problem if we don't take care of this in the near future, It could be indeed great for us if you could share...