Skip to content

jerinphilip/ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCR

Installation

The CMake Build System is enabled. If you already know how that works, you can go ahead and do the following:

mkdir build;
cd build;
cmake ..;
make 

Generated Files

  • libnnl.so - Graves' neural net library.
  • libocr.so - OCR implemented as a facade to libnnl.
  • _pyocr.so - Python interface library generated by SWIG
  • ocr.py - Wrapper which takes in python native types and handles SWIG Types.

Interfaces

Python

Post building, put ports/python/test.py inside the same folder as pyocr.py and _pyocr.so.

In the directory run

    LD_LIBRARY_PATH=. python test.py

Take a look at test.py, for figuring out how to use the API.

ToDo

  • [] Proper packaging

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages