Metadata-Version: 2.1
Name: AksharaJaana
Version: 0.1.2.2
Summary: Kannada OCR with column Separation
Home-page: https://github.com/Navaneeth-Sharma/Akshara-Jaana/
Author: Navaneeth
Author-email: navaneethsharma2310oct@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# AksharaJaana

AksharaJaana is the package which uses tesseract ocr in backend to convert the kannada text to editable format.You can use
following sample code in ubuntu.The Special feature of this is it can separate columns in page


# The Requirements 

#### OpenCV >= 3.2
>pip install opencv-python

#### Numpy 
>pip install numpy

#### pdf2image
>pip install pdf2image

>pip install poppler

# Sample Code 

## Installing the AksharaJaana
*pip install AksharaJaana*



## Python Script
**Its in test.py** 
>import AksharaJaana.main as ak 

>text = ak.ocr_engine('/home/navaneeth/Desktop/NandD/OCR_kannada/CamScanner 06-28-2020 12.12.10.pdf')

>from AksharaJaana.utils import utils

>u = utils()

>u.write_as_RTF(text, saving_path='/home/navaneeth/Desktop/1.rtf')


