Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.424.184 Times

Document Imaging Resources freeware
Filter: All | Freeware | Demo
 

Document Imaging Resources

1 2 3 4 5 > 
Released: July 03, 2012  |  Added: July 03, 2012 | Visits: 466

SnapReader SnapReader is an innovative Document Recognition Toolkit that combines Document Imaging, OCR, Text and Speech Processing Tools. Our second generation technology is based on three years of research and development performed while field testing our first generation OCR applications. SnapReader...



Platforms: Windows

License: Freeware Download (419): SnapReader Download

Released: November 05, 2012  |  Added: November 05, 2012 | Visits: 1.046

MDI2PDF Converter MDI2PDF Converter is an easy-to-use file conversion utility to convert MDI (Microsoft Document Imaging Format) files or any image files (JPG, GIF, PNG, TIFF, BMP) to de-facto data presentation standard format - PDF. After the conversion, the PDF file can be opened with Adobe Reader.





Platforms: Windows

License: Freeware Size: 2.4 MB Download (67): MDI2PDF Converter Download

Released: July 24, 2012  |  Added: July 24, 2012 | Visits: 322

X3F Utilities Use Spotlight to search for metadata attributes in the images. Preview X3F RAW image files using QuickLook. Finally, a fast tool to add to your X3F workflow—before launching additional applications required convert your raw files.


Platforms: Mac

License: Freeware Size: 102.4 KB Download (50): X3F Utilities Download

Released: July 10, 2014  |  Added: July 20, 2014 | Visits: 1.172

Free PDF to TIFF Unlike PDF documents, TIFF is a clean format that is hard to alter. If you want to fax, print while protecting the info and archiving inside, Free PDF to TIFF can help convert them to TIFF, so that you can easily distribute them without the concern about unauthorized alteration. Free PDF to TIFF...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 2.87 MB Download (79): Free PDF to TIFF Download

Added: September 04, 2010 | Visits: 935

Resources Resources is a Perl module to handle application defaults in Perl. SYNOPSIS use Resources; $res = new Resources; $res = new Resources "resfile"; Resources are a way to specify information of interest to program or packages. Applications use resource files to specify and document the...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (94): Resources Download

Added: January 18, 2010 | Visits: 3.450

Simple Document Management System SDMS is an open-source system that allows you to store any document in a database via a bunch of webpages. That was the short description, now comes the long one. SDMS uses PHP to provide you with a pretty interface to a MySQL server that allows you to store and retrieve documents and to share...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (286): Simple Document Management System Download

Added: May 18, 2010 | Visits: 2.831

Uber Project Document Management System Project document and management tracking system written in PHP using PostgreSQL to store user, project and document related data and MySQL to store the documents, with revision control. How to: How to setup the system: Just untar every thing in your webdirecorty: cd /var/www/html/ tar...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (130): Uber Project Document Management System Download

Added: September 07, 2010 | Visits: 1.034

DynaPage::Document DynaPage::Document is a Perl module with DynaPage Document container. SYNOPSIS: step1 - document ( create file mydoc.document ) ---[content of mydoc-document.info]--- !include.template =- mydoc-template.htmt my-title =- This is single line my-head =- Hello World my-para ==~ This is...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): DynaPage::Document Download

Added: September 02, 2010 | Visits: 1.015

DynaPage::Document::ext::include DynaPage::Document::ext::include module contains extensions of DynaPag::Document. METHODS template ( $self, $job ) : bool syntax: !include.template =- B< file_name > See also DynaPage::Template NOTE: $self is parent document object (eg blessed into DynaPage::Document) data ( $self,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): DynaPage::Document::ext::include Download

Added: October 07, 2010 | Visits: 1.396

HP Linux Imaging and Printing HP Linux Imaging and Printing Driver Project consists of two projects: 1) HPIJS, a printer driver for HP devices 2) HP Linux Imaging and Printing (HPLIP), a complete printing and imaging solution for Linux (note: HPLIP includes HPIJS)..


Platforms: *nix

License: Freeware Size: 13.2 MB Download (123): HP Linux Imaging and Printing Download

Added: February 07, 2010 | Visits: 1.225

OpenOffice::OODoc::Document OpenOffice::OODoc::Document is a top level component for content and layout processing. SYNOPSIS # get an OOo file handler my $oofile = ooFile("myfile.odt"); # connect a content-focused document interface my $content = ooDocument ( file => $oofile, member => content ); # connect a...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (102): OpenOffice::OODoc::Document Download

Added: August 17, 2010 | Visits: 971

Structured Document Validator Structured Document Validator project implements a generalized method for validating both the structure and content of structured documents. Any data format that can be deterministically divided into tags and data is classed as a structured document. This definition applies to a wide array of...


Platforms: *nix

License: Freeware Size: 604.16 KB Download (92): Structured Document Validator Download

Added: February 03, 2010 | Visits: 1.517

Document Archive Document Archive provides is a Web-based BibTeX archive. Document Archive is a Web-based database to help you keep track of the vast amount of electronic documents and BibTeX entries you might have in use. Browser plugins and console frontends allow fast access with typical tools. The...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (142): Document Archive Download

Added: June 19, 2010 | Visits: 2.617

Document Library Document Library is a Web application for document management in larger organizations with a lot of documents. Organizations deal with numerous documents, such as word processor documents and PDFs. These documents often reside on someones computer and are not network accessible. Versions of...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (170): Document Library Download

Added: July 07, 2010 | Visits: 1.023

Biblio::Document::Parser Biblio::Document::Parser Perl module is a document parsing framework. Biblio::Document::Parser provides generic methods that should be overriden by specific parsers. This class should not be used directly, but rather be overridden by specific parsers. Parsers that extend the Document::Parser...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (96): Biblio::Document::Parser Download

Added: January 08, 2010 | Visits: 1.028

XML::Mini::Document XML::Mini::Document is a Perl implementation of the XML::Mini Document API. SYNOPSIS use XML::Mini::Document; use Data::Dumper; ###### PARSING XML ####### # create a new object my $xmlDoc = XML::Mini::Document->new(); # init the doc from an XML string $xmlDoc->parse($XMLString);...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (92): XML::Mini::Document Download

Added: March 01, 2010 | Visits: 1.815

Python Imaging Library The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities. The current free version is PIL 1.1.5, which has been tested with Python 1.5.2 and newer,...


Platforms: *nix

License: Freeware Size: 430.08 KB Download (118): Python Imaging Library Download

Added: August 18, 2010 | Visits: 1.320

XML::DOM::Lite::Document Document is a XML DOM Lite Document. SYNOPSIS $root = $doc->documentElement; $node = $doc->getElementById("myid"); # Node creation $element = $doc->createElement("tagname"); $textnode = $doc->createTextNode("some text"); # XPath $nlist = $doc->selectNodes("/xpath/expression"); $node...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (104): XML::DOM::Lite::Document Download

Added: May 12, 2010 | Visits: 988

XML::DOM::Document XML::DOM::Document is an XML document node in XML::DOM. XML::DOM::Document extends XML::DOM::Node. It is the main root of the XML document structure as returned by XML::DOM::Parser::parse and XML::DOM::Parser::parsefile. Since elements, text nodes, comments, processing instructions, etc....


Platforms: *nix

License: Freeware Size: 112.64 KB Download (106): XML::DOM::Document Download

Released: December 17, 2010  |  Added: December 23, 2010 | Visits: 1.658

Document workflow We need to know what document workflow is. We can read in encyclopedia that document workflow is a computer system used to track and store electronic documents and/or images of paper documents. For efficient functioning of any organization, it is essential to have proper document workflow...


Platforms: Windows, Mac, *nix, Netware

License: Freeware Size: 1.67 MB Download (186): Document workflow Download

1 2 3 4 5 >