Coder Social home page Coder Social logo

innovationquest2019 / textfairy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from renard314/textfairy

0.0 1.0 0.0 1.32 GB

Android OCR App

Java 2.52% Makefile 0.25% C++ 34.12% C 58.07% HTML 2.03% Shell 1.96% SAS 0.05% Smalltalk 0.02% Assembly 0.12% Module Management System 0.05% Objective-C 0.01% Roff 0.31% WebAssembly 0.05% CMake 0.29% M4 0.02% PostScript 0.01% Perl 0.02% Python 0.08% TeX 0.01% Batchfile 0.01%

textfairy's Introduction

Build Status

textfairy

Android OCR App

available in the play store

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
  • app/libs/hocr2pdf contains c++ code to create pdf files
  • app/libs/image_processing contains image processing code (binarization and page segmentation)
    • can be compiled to a command line executable main.cpp
    • app/libs/image_processing/CppTestProject contains an XCode project to debug and test the image processing code on desktop
  • app/libs/leptonica, app/libs/libjpeg, app/libs/libpng-android, app/libs/hocr2pdf and app/libs/tesseract are external dependencies that where added to the sources directly either because they were modified or they are not available as git repos.

Building with gradle

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

  • git clone [email protected]:renard314/textfairy.git
  • cd textfairy
  • set ndk.dir to point to your ndk-build in gradle.properties
  • ./gradlew app:assembleDevelopDebug

textfairy's People

Contributors

renard314 avatar rmtheis avatar teovogel avatar walkman100 avatar

Watchers

James Cloos 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.