Acquire - Help - Summary Report
Acquire writes a summary report to 'standard out' unless the report is redirected using the option /o=
The summary report is written in 'INI' file format. You should not make assumptions about the order of sections or items, and you should assume that future versions of Acquire will add new items and sections to the summary report. Sample summary report:
[Acquire]
CmdLine=acquire /ss /n page.tif
DefaultSource=EPSON Perfection 2480/2580
Source=EPSON Perfection 2480/2580
File1=C:\Acquire\Release\page1.tif
File2=C:\Acquire\Release\page2.tif
PagesWritten=2
State=4
Exit=0
Acquire Summary Report - Sections and Entries
Section | Item | Description |
Version |
[Acquire] | PagesWritten | The number of images actually scanned and written to file. | |
CmdLine | the parameter or command line string passed to Acquire | ||
Error | a human-readable string describing an error, if any | ||
BarcodeEngine | specifies which barcode engine was used | ||
Exit | the 'exit code' returned by Acquire to the calling process. | ||
State | the TWAIN State when Acquire finished processing the current command. | ||
Source1 Source2 ... |
The names of installed TWAIN drivers. These items are included only if the /enum option is used. | 2.71 | |
DefaultSource | the system-wide TWAIN default device. | 2.71 | |
Source | the TWAIN device used to process the current command. | 2.71 | |
File | the name of the output file, when scanning to a single file. | ||
File1 File2 ... |
the names of the output files, in order written, when scanning to multiple files with the /n option. | 2.71 | |
Page1.Barcode1 Page1.Barcode2 ... |
The first barcode symbol found on page 1, the 2nd barcode on page 1, and so on. |