Skip to content

Instantly share code, notes, and snippets.

@ppurka
ppurka / scanning_with_OCR-00.md
Last active August 1, 2022 14:44
Scanning with OCR on Linux

Scanning documents to PDF with OCR text on Linux

Software Required

Below is the list of software I used. They were used on a Gentoo Linux installation.

  • Scanner software: For example, xsane. I used scanimage command line software from sane-backends. These are the package names in
@ppurka
ppurka / sagenb.md
Last active August 29, 2015 14:08
Creating sagenb package

Steps to create a Sagenb package

Throughout the steps below, replace <version> with the actual version, for example, 0.10.8.3. Also, I will assume that github.org/sagemath/sagenb is present as upstream remote repository in your local SAGENB_ROOT.

  1. Change into the sagenb git directory, and update to the latest upstream/master. I am assuming that all the required merges to the upstream/master has happened already.

    cd SAGENB_ROOT
    git checkout master
    git fetch upstream