-
Dear Sir,
How can i train model for urdu characters recognition,
Please Help me.
-
![page-125](https://user-images.githubusercontent.com/1011330/100077518-67ab4780-2e7d-11eb-9481-af652bcd052b.png)
识别后:
![chineseocr-lite_1](https://user-images.githubusercontent.com/1011330/100077…
-
Version 1.7.0 has been released yesterday but is not on pypi: https://pypi.org/project/easyocr/ (still 1.6.2).
-
I have the following code . i want to combine all the result into single text @
```
import easyocr
reader = easyocr.Reader(['ch_sim','en'])
A=reader.readtext('english.png', detail = 0)
print(A)
…
-
import os
import torch.backends.cudnn as cudnn
import yaml
from train import train
from utils import AttrDict
import pandas as pd
4th line gives this error, kindly help me to remove this error…
-
hi @abhisek247767
i would like to add my project - Automatic Number Plate Recognition using OpenCV and EasyOCR
***
Please assign me this under Hacktoberfest2024
***
Thank you!
-
Hi, i am trying to train an ocr model for recognising license plate. I am currently training with None-VGG-BiLSTM-CTC to be used with easyocr. i have a training dataset of 800 and a validation dataset…
-
List down papers, codes, and other resources for character and digit recognition problems
-
I have trained my custom model following this repo and now when I am trying to run this, I get the following error.
![image](https://github.com/JaidedAI/EasyOCR/assets/151520970/879a8b89-d3a2-4d7c-…
-
I've been having this problem since I updated to v0.96. I deleted translumo and re-downloaded and installed EasyOCR again. Somehow it continues to keep my saved shortcuts from the previous version. I'…