I am trying to scan the following image with the form parser (pretrained-form-parser-v2.0-2022-11-10)
but it does not parse the single-digit number correctly. Any good idea to work around this issue? Can I expect this will be solved in the next coming version?
The Form Parser employs OCR (Optical Character Recognition) to find text in images, therefore you might want to fiddle with the image pretreatment parameters to improve the accuracy of the OCR. To increase OCR accuracy, experiment with changing the picture preprocessing settings for brightness, contrast, or sharpness.
Try training a custom model using your own labeled data if the Form Parser is having trouble correctly interpreting the single-digit number in your image.
You may fine-tune the OCR to better recognize particular types of text in your photographs by training a custom model.
Create your own labeled data and train a custom model if the Form Parser is having trouble correctly interpreting the single-digit number in your image.
You can improve OCR’s ability to identify particular forms of text in your photographs by training a custom model.