1 / 29

Configuration Training

Configuration Training. Configuration Training. Topics. Server Settings Process Rules OCR Parameters Lookup Rules Filename Configuration Configuration Hierarchy XML Overview. Configuration Training. Logging In Supported Web Browsers IE 7 & 8 Firefox 3.6 URL

cyndi
Télécharger la présentation

Configuration Training

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Configuration Training

  2. Configuration Training • Topics • Server Settings • Process Rules • OCR Parameters • Lookup Rules • Filename Configuration • Configuration Hierarchy • XML Overview

  3. Configuration Training Logging In • Supported Web Browsers • IE 7 & 8 • Firefox 3.6 • URL • http://<Localhost>:<port> • Password • Setup Guide

  4. Configuration Training • Login Menu Bar • Create New Rule • Delete Rule • Change Password • Log Out • Save (Changes) • Stop/Start Service • View Daily Log • Help!

  5. Server Settings • Server Settings – General • Device Lock, @ Substitute, Administrator’s Email, File/Page Count

  6. Server Settings • Server Settings – Advanced • SMTP (SSL/TLS settings are automatically detected), Polling Frequency and Timeout

  7. Configuration Training • Process Rules • What are Process Rules? • Types of Process Rules: • Folder (FileIn) • Email (EmailIn) • Batch (BatchIn) • Process Rule Limit

  8. Process Rules • Folder Rule • What is a Folder Rule? • Folder Rule Settings: • Input Path • Idle Time • Use Lookup / Process • Filename Format • Output Type • Path

  9. Process Rules • Email Rule • What is a Email Rule? • Email Rule Settings: • Inbox • Whitelist • Idle Time • Filename Format • Output

  10. Process Rules • Batch Rule • What is a Batch Rule? • Batch Rule Settings: • Input Path • contains Batch folders • Idle Time • Filename Format • Users • Formats

  11. Process Rules • OCR Settings • Page Splitting - Page and Barcode • Format and Language - Auto Rotation, Format and Language • PDF Security - Encryption Level, Passwords, Version and Restrictions

  12. Configuration Training • Lookup Rules • What are Lookup Rules? • Created to replace the old Group.cfg configuration method • Applies to Folder Rules only

  13. Configuration Training • Filename Configuration • Filename{language}{format}{filename format}{delivery}{splitting}.pdf • Empty or missing brackets will defer that setting to the next available configuration

  14. Configuration Training • Hierarchy • XML (Highest) • Filename • Folder/Lookup • Batch/Email • Base (Lowest)

  15. Task Tasks • Setup Process Rule to MFD File_Share. • Create Template Group • Using Filename Configuration create 3 Templates to MFD Share for PDF3, DOC & XLS.

  16. Configuration Training • XML Configuration (MetaScan) • Below are the common XML fields: Note: Field name parsing is case-sensitive.

  17. Meta Scan Fields Sample eBX XML files: Archiving <user_input> <field1 name="email">sreid@tapdsf.com.au</field1> <field2 name="format">PDF3</field2> <field3 name="splittype">p</field3> <field4 name="splitat">3</field4> <field5 name="filename">Page_Value_Split-%DD-%MM-%YY_%HH%mm%SS</field5> <field6 name="delivery">email</field6> <field7 name="deliveryaddress">$email$</field7> <field8 name=""></field8> <user_input> <field1 name="client">stureid</field1> <field2 name="tfn">54213254</field2> <field3 name="doctype">Invoices</field3> <field4 name="filename">$tfn$_$doctype$_%DD-%MM-%YY_%HH-%mm-%SS</field4> <field5 name="format">PDF3</field5> <field6 name="delivery">folder</field6> <field7 name="deliveryaddress">c:\Accounting\$client$\$tfn$\$doctype$</field7> <field8 name=""></field8> Accounting <user_input> <field1 name="format">PDF3,$enc$$fac$,$mpass$,$upass$</field1> <field2 name="enc">l</field2> <field3 name="fac">cmp</field3> <field4 name="mpass">123456</field4> <field5 name="upass">123</field5> <field6 name="delivery">folder</field6> <field7 name="deliveryaddress">c:\Secure_PDF\</field7> <field8 name="filename">$name$_%DD-%MM-%YY_%HH-%mm-%SS</field8> <field9 name="name">testchart</field9> <field10 name=""></field10> Encryption

  18. Delivery Item <field1 name="delivery">{delivery code}</field1> Where: • email - for delivery via email • ftp - for delivery via ftp • folder - for delivery to a network folder In eBX/eB3 MFDs: <field1 name="delivery">email</field1>

  19. Delivery Address Item <field1name="deliveryaddress">{address format}</field1> Email delivery <field1 name="delivery">email</field1> <field2 name="deliveryaddress">$email name$@domain-name.com</field2> FTP Delivery <field1 name="delivery">ftp</field1> <field2 name="deliveryaddress">10.5.1.5\MetaScan</field2> Folder Delivery <field1 name="delivery">folder</field1> <field2 name="deliveryaddress">C:\Re-Rite\MetaScan_Output</field2>

  20. {format code} <field1 name="format">{format code}</field1> Example <field1 name="format">PDF3</field1>

  21. Filename Item <field7 name="filename">{filename format}</field7> <field7 name="filename">$field name$-%YY%MM%DD-%HH%mm%SS </field7>

  22. {pdf settings} <field2 name="format">PDF3,hacp,{permissions password},{document open password}, {pdf version} </field2> First letter corresponds to the encryption type/level Succeeding letters correspond to the PDF permissions to be enabled

  23. {permissions password} <field3 name="format">PDF3,hacp,redmap,{document open password}, {pdf version} </field3> - Also known as the Owner Password - This allows the user to enable certain permissions in the output PDF {document open password} <field4 name="format">PDF3,hacp,redmap,networks,{pdf version}</field4> - Also known as the User Password - Setting this password will stop unauthorized users from viewing the contents of the document

  24. Split Type Item <field8 name="splittype">{split type format}</field8> <field8 name="splittype">p</field8>

  25. Split At Item <field9 name="splitat">{split at format}</field9> Page Splitting <field1name="splittype">p</field1> <field2 name="splitat">3</field2> Barcode Splitting <field8 name="splittype">b</field8> <field9 name="splitat">12345</field9>

  26. Delivery Security Item <field15 name="deliverysecurity">{authentication format}</field15> Email delivery <field13 name="email name">tester</field13> <field14 name="domain name">redmap</field14> <field15 name="password">XXXX</field15> FTP Delivery <field14 name="deliveryaddress">10.5.1.1</field14> <field15 name="deliverysecurity">administrator|XXXX</field15>

  27. Sample Meta Scan Template Archiving Accounting Encryption

  28. Task Tasks • Setup MetaScan Template to Local Folder (via Share) including Fields: • Delivery • Delivery Address • Format • File Name (with date & time)

  29. Configuration Training

More Related