parseq
parseq copied to clipboard
Only recognize numbers
How use Parseq to recognize only numbers (or date) ?
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)