Built in scenarios
The following profiles and samples come with the CSDK installation.
You cannot change the built-in samples available in the sample viewer applications. If you want to modify and compile a sample yourself, use the sources copied to the Samples folder under the path selected during the installation. On the Start menu, click the shortcut according to your CSDK edition to open the folder:
-
32-bit edition:
-
64-bit edition:
- Archive2PDF – Sample 77
-
Prepares the settings for archiving the source to searchable PDF MRC for indexing purposes. Tunes the OCR engine for machine-printed text.
- MakePDFSearchable – Sample 78
-
Prepares the settings for converting an image-only PDF to searchable. Works fast and tunes the OCR engine for machine-printed text.
- ExtractContent2Text – Sample 79
-
Prepares the settings for text extraction. The expected source is a form with an arbitrary layout, while the output is plain text or XML. Uses accurate OCR settings.
- ExtractContent2Doc – Sample 80
-
Prepares the settings for a conversion to the essay mode document format. This means recognizing and extracting all the texts in reading order, including tables and pictures, while not preserving the original layout. It is ideal for producing large documents with mostly texts in a single column, with consolidated text properties across continuous pages. Input is assumed to be a large document in one.
- TrueCopy2Doc – Sample 81
-
Prepares the settings for converting the source with the highest possible accuracy regarding the page layout and text formatting. It is the best mode for copying documents with a complex layout as it is. However, the text is scattered across various output blocks (such as text boxes).
- Convert2EditableDoc – Sample 82
-
Prepares the settings for producing a document that is easy to edit, with a page layout resembling the original. Text flows in continuous paragraphs on a page, even at the expense of the original layout. Multiple columns are supported.
- ExtractTables – Sample 83
- Prepares the settings for converting a table or tabulated data to an XLS output while keeping the table layout. Works with multipage source documents too.
- ExtractFormFields – Sample 85
-
Prepares the settings for converting a filled form, parsing the content with the form template specified for the workflow. Sets the output format as PDF with filled form. Use the Form Template Editor to prepare form templates and template libraries.
- CreateFillableForm – Sample 84
-
Prepares the settings for converting an empty form to a fillable Acro-Form-based PDF. Does not require a form template but applies Logical Form Recognition (LFR).