From ae03e1df90aa69e74a02755d3363254d85369445 Mon Sep 17 00:00:00 2001 From: soukoku Date: Mon, 7 Apr 2014 22:50:09 -0400 Subject: [PATCH] Updated readme file. --- README.markdown | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 67e35e4..8caa8d3 100644 --- a/README.markdown +++ b/README.markdown @@ -7,8 +7,15 @@ This is a dotnet library created to work with [TWAIN](http://twain.org/) interfa This project follows these general goals: * Targets latest TWAIN version (2.3 at the moment) -* Supports all the TWAIN commands in the spec (or those that are possible) -* Eventally work on platforms other than Windows +* Supports all the TWAIN functions in the spec (mostly there) +* Eventally work on platforms other than Windows (just a dream) -The solution contains sample projects in both winforms and wpf. A nuget package is also -[available here](https://www.nuget.org/packages/ntwain) +The solution contains sample projects in winforms, wpf, and even (gasp!) console. +A nuget package is also [available here](https://www.nuget.org/packages/ntwain) + +Using the lib +-------------------------------------- +To properly use this lib you will need to be reasonably familiar with the TWAIN spec +and how it works in general. Except for certain "important" calls that drive the +TWAIN state change, most triplet operations are availble as-is so you will need to know +when to use them. There are no high-level, single-line scan-a-page-for-me-now functions here.