Code Monkey home page Code Monkey logo

redocr's Introduction

RedOCR

OCR and image processing for Red programming language.
This code needs following libraries.

C/C++ OCR library.

Image processing library of C.

Instruction

This program is under developing and might have many changes frequently.
But any advices or suggestions are welcomed.

To execute the sample code, install tesseract(it includes Leptonica), by following the instruction below.
https://github.com/tesseract-ocr/tesseract

You need to compile to execute the sample codes because they use routines.
Put the compiled executable and depending libraries on the same folder.
Also, if you use OCR function, you have to specify the "tessdata" folder (the language training data folder) in the code.

Repository Structure

Folder

images

Sample images.

libs

Library files.

samples

Sample codes.

Library Files

lepapi.red

Routine definiiton for Leptonica API.

tessapi.red

Routine definition for tesseract-ocr API

redocr.red

Main object containing Leptonica and tesseract APIs.

Sample Codes

deskew.red

Auto detection of image skew and make the deskewed image.

ocr-view.red

A Sample UI to select an image, specify tesseract settings and do OCR.

ocr.red

A simple hard-coded ocr sample.

tif-to-jpeg.red

A sample to convert a tif file to a jpeg file.

redocr's People

Contributors

koba-yu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

tm99hjkl

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.