/Blogs

A Python Program to act as OCR for Hindi language. This will also read multiple files at once from one directory, and will create separate text file for each image.

Primary LanguagePython

Blog Posts

This repository contains all the code and the .md files for the various blogs written on hashnode.

Below are the names of the blogs and links:

1. Hindi-OCR

A Python Program to act as OCR for Hindi language. This will also read multiple files at once from one directory, and will create separate text file for each image.

This program is written for the windows platform, but can be converted to linux as well. Just change the directory syntax as per your requirements (i.e. from '\' to '/')

Link to blog: Optical Character Recognition (OCR) for the Hindi Language (Single/Multiple files)