GithubHelp home page GithubHelp logo

jayshah-07 / textfairy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from renard314/textfairy

0.0 1.0 0.0 1.27 GB

Android OCR App

C++ 11.53% Java 12.07% Makefile 0.25% C 65.83% HTML 5.18% Objective-C 0.01% Groff 0.74% Shell 3.17% SAS 0.33% Smalltalk 0.06% Assembly 0.52% Module Management System 0.32%

textfairy's Introduction

textfairy

Android OCR App

available in the [play store] [p] [p]: https://play.google.com/store/apps/details?id=com.renard.ocr

Features

  • convert images to pdf
  • recognize text in images
  • basic document management
  • delete
  • edit
  • merge multiple documents into one
  • view table of content

Project Structure

  • app contains the android app code
  • hocr2pdf contains c++ code to create pdf files
  • is used by the text fairy through a jni wrapper (textfairy/jni)
  • image-processing contains image processing code (binarization and page segmentation)
  • can be compiled to a command line executable main.cpp
  • CppTestProject contains an XCode project to debug and test the image processing code
  • is used by the text fairy through a jni wrapper (textfairy/jni)

The following android library projects are included as git submodules:

  • [Forked Tesseract Tools for Android by rmtheis] 1

The following projects where added to the sources directly either because they were modified or they are not available as git repos:

  • [hocr2pdf] 2
  • [libjpeg] 3
  • [libpng-android] 4

Building with gradle

make sure that you have got the android sdk as well as ndk (r8e) installed

  • git clone [email protected]:renard314/textfairy.git
  • cd textfairy
  • git submodule update
  • git submodule init
  • modify path to ndk-build in gradle.properties
  • import settings.gradle into android studio or execute ./gradlew build

textfairy's People

Contributors

renard314 avatar rmtheis avatar teovogel avatar walkman100 avatar

Watchers

 avatar

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.