Replies: 1 comment
-
Hi @johnidm 👋, The easiest way to adjust the model to your needs see: https://mindee.github.io/doctr/using_doctr/custom_models_training.html Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue description
In this image, the OCR identifies the slash as the number seven.
The result is: F 10724 LI J15 2331 H. The result should be F 10/24 L J15 2331 H
Is there any parameter or way to avoid this type of error?
This is a small bug of course, but I'm looking for a solution because this is common in my dataset
Code snippet to reproduce the bug
Error traceback
N/A
Environment
Python 3.12.8
python-doctr 0.10.0
Ubuntu 22.04.5 LTS
Deep Learning backend
I'm using PyTorch, but same problem happens on TF as well.
Beta Was this translation helpful? Give feedback.
All reactions