You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, unfortunately, there is no simple way to do this. Documents-ocr-ios uses Tesseract library with their own train data (Assets/tessdata). You can try to train model by yourself (https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract-4.00) and replace .traineddata file.
Another way to handle this error is to add replacing functionality programmatically. For instance, replacing all '8' to 'B' inside name properties...
Also, you can increase scanner.photosCount = 10
But I think it won't be really helpful for U :)
I'm using the project to scan the passport but the character "B" is always detected to number 8. How can i train the model or improve the scanning?
Thanks.
The text was updated successfully, but these errors were encountered: