Skip to main content

A Kannada OCR

Project description

AksharaJaana

An OCR for Kannada.

pypi

AksharaJaana is a package which uses tesseract ocr in the backend to convert the read-only kannada text to editable format. A Special feature of this is it can separate columns in the page and thus making it easier to read and edit. Do consider using this package if necessary and feel free to mail me for any clarifications.

Happy coding and installing.

To see the python package visit https://pypi.org/project/AksharaJaana/

The Requirements

Conda environment is preferred for the smooth use

  • AksharaJaana (pip package), check out the latest version available
  • Tesseract
  • poppler

Details for Installation

Ubuntu

Open terminal and execute below commands.

  1. Install the requirements in your system

    sudo apt-get update -y 
    sudo apt-get install -y poppler-utils python3 python3-venv tesseract-ocr tesseract-ocr-kan
    
  2. Installing packages for AksharaJaana

    pip install --upgrade AksharaJaana
    

Windows

  1. Installing tesseract-ocr in the system

    • Download tesseract
      • go to the website
      • click on tesseract-ocr-w64-setup-v5.0.0-alpha.20200328.exe (64 bit).
    • Install tesseract for Kannada Language and Script
      • open the downloaded file and click next and accept the agreement.
      • Next you will give an option to choose the languages.
      • Choose kannada in both script and language
    • Add tesseract to Path
      • Check if this folder C:\Program Files\Tesseract-OCR\ is present. If yes, follow below procedure
      • Add C:\Program Files\Tesseract-OCR\ to your system PATH by doing the following
        1. Click on the Windows start button, search for Edit the system environment variables, click on Environment Variables
        2. Under System variables, look for and double-click on PATH, click on New.
        3. then add C:\Program Files\Tesseract-OCR\, click OK.
      • if folder is not present, manually add the folder tesseract-ocr to the Program Files in the C drive which must be present at the download section (after extraction) and follow the same procedure
      • See complete docs.
  2. Installing poppler in the system

    • Download Poppler
      • go to this page
      • click on poppler-0.54_x86
    • Unzip the file and copy files to C:\Users\Program Files\poppler-0.68.0_x86
    • Add poppler to path
      • Add C:\Program Files\poppler-0.68.0_x86\bin to your system PATH by doing the following:
        1. Click on the Windows start button, search for Edit the system environment variables, click on Environment Variables
        2. under System variables, look for and double-click on PATH, click on New
        3. then add C:\Users\Program Files\poppler-0.68.0_x86\bin, click OK.
  3. Installing python and pip in the system (If pip is not installed)

  4. Installing packages for AksharaJaana

    • open command prompt

      pip install AksharaJaana
      
  5. Reboot the system before starting to use

Python Script

from AksharaJaana.main import OCREngine
from AksharaJaana.utils import ModelTypes, FileOperationUtils

ocr = OCREngine(modelType=ModelTypes.Easyocr)
# choices are Paddleocr, Easyocr, Tesseract

text = ocr.get_text_from_file("Your file Path") 
print(text) 

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AksharaJaana-1.0.1.3.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

AksharaJaana-1.0.1.3-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file AksharaJaana-1.0.1.3.tar.gz.

File metadata

  • Download URL: AksharaJaana-1.0.1.3.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.0

File hashes

Hashes for AksharaJaana-1.0.1.3.tar.gz
Algorithm Hash digest
SHA256 7f86abce8dc28ac444dae19f3d171c1c0a77bb7b903aaf63ebc18d8598468c3e
MD5 9658e32ce95e1370531a391c5d518086
BLAKE2b-256 bee984f69dfc5ec0c81742f44f06fecf17d9768cfa18a07337e6a8c1f1e46c24

See more details on using hashes here.

File details

Details for the file AksharaJaana-1.0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for AksharaJaana-1.0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6569ac301dfdb5767927acaeccd881e97ca41427a87a3e14be1d363c3004e72d
MD5 f670f95795799aff82fa209f09f3adf8
BLAKE2b-256 31905a0441109e81dac3c3d50a5daf27dfe7b71309f46d853647bf796e535ae7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page