GithubHelp home page GithubHelp logo

read-it's Introduction

Read-It

Convert scanned documents with a single right click in KDE Dolphin to plain text or a (searchable) "sandwich" PDF.

tl;dr;

Creates SCAN-0001.png.txt (or SCAN-0001.png.pdf) from SCAN-0001.png

Dependency

Read-It utilizes (and checks) tesseract(1). Please use your package management system to install. (the required package might be named 'tesseract-ocr')

If tesseract is not installed, Read-It will either not show up at all or show an error message.

Limitations

Read-It is restricted to reading text from images only. Currently no plans to read from PDF as well.

Read-It uses a very rough method to determine the default language to use with tesseract:

_tesseract_lang_code="$(tesseract --list-langs | grep ${LANG:0:2})"

(This works fine for a variety of languages such as englisch, italian, german, but not for spanish.)

It also roughly overwrites existing extraction files of the same name.

Ideas

Create one PDF with multiple pages from a list of image files.

Changelog

  • 2023-10-03: 0.2.1: removed default TryExec=, replaced by own check, being more verbose on not-install error and success on creation
  • 2023-10-03: 0.3.0: added option to create a seachable "sandwich" PDF

read-it's People

Contributors

c-hartmann 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.