parseq icon indicating copy to clipboard operation
parseq copied to clipboard

Only recognize numbers

Open jeeve opened this issue 2 years ago • 1 comments

How use Parseq to recognize only numbers (or date) ?

jeeve avatar Jun 06 '23 12:06 jeeve

Can you please elaborate on what you mean by how to use? You can use pre-trained weights and read.py. You can also change the charset in test.py to numeric characters as they overwrite the charset defined in the main.yaml

If your use case is specifically recognizing numbers/dates; you can also train your model on a custom dataset. There is no open dataset of dates or numbers as per my knowledge. So maybe you can create one (refer to synth-tiger)

ceyxasm avatar Jun 07 '23 17:06 ceyxasm