Bretislav Hajek

Results 112 comments of Bretislav Hajek

If you are working on printed text recognition, you may have better results with some different OCR project. For example [https://github.com/tesseract-ocr/tesseract](https://github.com/tesseract-ocr/tesseract). If you would still want to use this project,...

I haven't tested it after recent rework, but it should work as follows. Donwload the IAM dataset and place it into `data/` folder. Then go into `src/data/` folder and run...

@sai36 Right now it was trained only on my personal dataset (5000 images). It would be great if anybody could help with the training because I have only limited access...

Hi, that's right. Right now the ML models were trained only on my handwriting. If you want to improve them, I recommend downloading better datasets and training on them. I...

Because when I was experimenting with the models trained on my dataset, the char-class model was a little bit better. However, you can not easily train char-class model on these...

That's not easy task, it depends on how accurate recognition do you need? Also keep in mind that I maintain this project without getting paid. I should at least give...

There are many different algorithms being used in the program. The first steps use computer vision algorithms like filtering and edge detection to obtain page and words. For recognition of...

Can you please be more specific with your problems? If I understan it correctly, you have low accuracy on some words. I don't have any other dataset. You can try...

Hi, If I understand your problem correctly, you have a model for recognition of individual characters, so you need to process input images. I am not experienced with Chinese handwriting,...