This is a port of Tesseract OCR engine that supports Indic script.
The aim of this project is to add Indic script support to the Tesseract OCR engine, which currently does not support connected script such as devnagri. This includes adding some
Tesseractindic: Tesseract OCR engine that supports Indic script.
Category: High End Tags:
- Login to post comments
A Root-less X Server Nears Reality
One of the benefits of moving the different graphics hardware drivers over to using kernel mode-setting, an in-kernel GPU memory manager (whether it be GEM or TTM), and other newer X innovations is the possibility of now running the X Server without root privileges.
Read more »Embracing the “Meta Release Cycle”
One of the greatest problems hindering desktop Linux is its diversity. With 800+ distributions, dozens of user interfaces and lots of different applications that do the same things, it's no secret that the Linux world is convoluted for developers and users. But if Mark Shuttleworth has his way, the free-software community might become a little saner.
Read more »Category: High End Tags:
- Login to post comments
Laptop Hacking a la Frankenstein
Today's been a slow day and without knowing I found myself with a screwdriver in my hand and a dissected laptop on my desk in front of me.
Read more »Category: High End Tags:
- Login to post comments
Striping Across Four Storage Nodes With GlusterFS On Debian Lenny
This tutorial shows how to do data striping (segmentation of logically sequential data, such as a single file, so that segments can be assigned to multiple physical devices in a round-robin fashion and thus written concurrently) across four single storage servers (running Debian Lenny) with GlusterFS.
Read more »HOWTO : Rebootless with Ksplice Uptrack on Ubuntu 9.04
By using Ksplice Uptrack, your Ubuntu Desktop or Server 9.04 will become rebootless even the kernel is updated.
Read more »Category: High End Tags:
- Login to post comments
Kernel Log: progress with free graphics drivers, three new stable kernels
A new version of the nv driver supports later NVIDIA GPUs. Drivers giving 3D support for later Radeon GPUs are making progress, and so is code for running the X server without root rights.
Read more »Category: High End Tags:
- Login to post comments
How to setup Disk Quotas in Ubuntu
QUOTA is implemented using the BSD system call interface as the means of communication with the user level. This is based on the Melbourne quota system which uses both user and group quota files.
Read more »Category: High End Tags:
- Login to post comments
Scripting the Vim editor, Part 1: Variables, values, and expressions
Vimscript is a mechanism for reshaping and extending the Vim editor. Scripting allows you to create new tools, simplify common tasks, and even redesign and replace existing editor features. This article (the first in a series) introduces the fundamental components of the Vimscript programming language: values, variables, expressions, statements, functions, and commands.
Read more »Category: High End Tags:
Linux driver problems? What driver problems?
For ages people have complained about how there's no drivers for certain products in Linux (or insufficient drivers), despite Linux having the largest driver database in the entire world, easily twice as large as Microsoft's largest collection. However, the problem doesn't lie in what's supported, but rather when it's supported.
Read more »Category: High End Tags:
- Login to post comments
Early Linux 2.6.31 Kernel Benchmarks
The Linux 2.6.31 kernel is still under active development until it is released later this quarter, but the merge window is closed and most of the work going on is to address bugs and other regressions within this massive code-base.
Read more »Category: High End Tags:
- Login to post comments
Uzbl: a browser that follows the UNIX philosophy
Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a universal interface.
* Very minimal graphical interface. You only see what you need
* what is not browsing, is not in uzbl. Things like url changing, loading/saving of bookmarks, saving history, downloads... are handled through external scripts that you write
- Login to post comments
Named Pipes... or how to get two separate applications to interact
Recently, I've been working on an application (bash based) that could gather some information that I need from a host (network interfaces configuration, arp neighborgs, routing policy, pinging some other hosts, etc).
Read more »Using iSCSI On Ubuntu 9.04 (Initiator And Target)
This guide explains how you can set up an iSCSI target and an iSCSI initiator (client), both running Ubuntu 9.04. The iSCSI protocol is a storage area network (SAN) protocol which allows iSCSI initiators to use storage devices on the (remote) iSCSI target using normal ethernet cabling. To the iSCSI initiator, the remote storage looks like a normal, locally-attached hard drive.
Read more »Category: High End Tags:
- Login to post comments
9 of the Best Free Linux Integrated Development Environments (IDEs)
An integrated development environment (IDE) (sometimes known as an integrated design environment or integrated debugging environment) is a software application that provides comprehensive facilities to programmers for software development.
Read more »Category: High End Tags:
- Login to post comments