Getting Started
Leadtools.SharePoint.Client Getting Started
Summary
LEADTOOLS SharePoint Client (Leadtools.SharePoint.Client assembly)
For pointers to sample programs that demonstrate many features, see the table below:
.NET
Redistributables Paths
Path |
Target Platform |
<installdir>\Bin\net |
.NET 6+ |
Assembly - Class/Namespace |
Comments |
Leadtools.SharePoint.Client.dll - Leadtools.SharePoint.Client |
The Leadtools.SharePoint.Client namespace contains classes, properties, methods, and events for accessing a Microsoft.Sharepoint.Server. |
Dependencies
Library |
Description |
Dependencies |
Leadtools.SharePoint.Client.dll |
Core Library |
Leadtools.dll |
N/A | Not applicable | |
Sample Programs
Demo Name |
Source Code Path |
Description |
OCR |
\Examples\OCR\DotNet\OCRCLIDemo\net |
Demonstrates OCR support. - Convert raster images to document files
- Recognize text from over 40 languages
- Spell checking and dictionary support
- Automatically detect, segment, and recognize multiple languages on the same document
- Full page analysis and zonal recognition
- Automatic document cleanup and pre-processing
|
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
OCR Auto Recognize |
\Examples\OCR\DotNet\OcrAutoRecognizeDemo\net |
\Bin\net\OcrAutoRecognizeDemo_Original.exe |
Demonstrates the high-level LEADTOOLS OCR Auto Recognize support. - Performs high-level OCRing from an input image file to a final document, such as PDF or DOCX.
- Convert the document in one shot.
- Various events and a logging mechanism can be used to modify and track the recognition operation.
|
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
OCR |
\Examples\OCR\DotNet\OcrDemo\net |
\Bin\net\OcrDemo_Original.exe |
Demonstrates OCR support. - Convert raster images to document files
- Recognize text from over 40 languages
- Spell checking and dictionary support
- Automatically detect, segment, and recognize multiple languages on the same document
- Full page analysis and zonal recognition
- Automatic document cleanup and pre-processing
|
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
OCR Edit |
\Examples\OCR\DotNet\OcrEditDemo\net |
\Bin\net\OcrEditDemo_Original.exe |
Demonstrates OCR words/characters update support for all supported OCR engines. - Update words or characters in the recognized page before saving them to the desired document format.
- Delete words from the recognized page before saving them to the desired document format.
- Highlight recognized words.
|
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
OCR Modules |
\Examples\OCR\DotNet\OcrModulesDemo\net |
\Bin\net\OcrModulesDemo_Original.exe |
Demonstrates using the MICR, ICR, and OMR recognition modules. |
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
OCR Multi-Threading |
\Examples\OCR\DotNet\OcrMultithreadingDemo\net |
\Bin\net\OcrMultiThreadingDemo_Original.exe |
Demonstrates using LEADTOOLS OCR in a multi-threaded application. |
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
OCR Screen Capture |
\Examples\OCR\DotNet\OcrScreenCaptureDemo\net |
\Bin\net\OcrScreenCaptureDemo_Original.exe |
Demonstrates combining LEADTOOLS Screen Capture, OCR, Document Writers, and Image Viewer Control into one application. - Capture selected area, window or full-screen
- Convert to RTF using LEADTOOLS OCR engine and Document Writers
- Display the image using the LEADTOOLS Image Viewer control
- Copy RTF and image data to the clipboard
- Draw on the image using a pen or brush
|
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
OCR Settings |
\Examples\OCR\DotNet\OcrSettingsDemo\net |
\Bin\net\OcrSettingsDemo_Original.exe |
Demonstrates programmatically controlling the various LEADTOOLS OCR engine settings. |
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
OCR TWAIN Scanning |
\Examples\OCR\DotNet\OcrTwainScanningDemo\net |
\Bin\net\OcrTwainScanningDemo_Original.exe |
Demonstrates combining OCR and TWAIN scanning into one demo. - Acquire images from a TWAIN device
- Perform OCR on the scanned image
- Save the recognition results
|
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
OCR Zones RubberBand |
\Examples\OCR\DotNet\OcrZonesRubberBandDemo\net |
\Bin\net\OcrZonesRubberBandDemo_Original.exe |
Demonstrates zonal OCR based on a user-defined rectangle. - Load an image from a file
- Draw a user-defined zone using the LEADTOOLS viewer control's rubber-band feature
- Perform zonal OCR based on the user-defined zone
- Save the recognition results
|
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
OMR Processing |
\Examples\OCR\DotNet\OmrProcessingDemo\net |
\Bin\net\OmrProcessingDemo_Original.exe |
Demonstrates functionality that intelligently analyzes the bubbles to automatically determine question groups and multiple-choice answer sets so that users can rapidly define master forms. Load an image from a file. Draw a user-defined zone to select multiple bubble sheets. Compare filled in form data to master form template. |
.NET Framework
Redistributables Paths
Path |
Target Platform |
<installdir>\Bin\DotNet4\Win32 |
x86 .NET 4 or 4.5 |
<installdir>\Bin\DotNet4\x64 |
x64 .NET 4 or 4.5 |
Assembly - Class/Namespace
|
Comments
|
Leadtools.SharePoint.Client.dll - Leadtools.SharePoint.Client
|
The Leadtools.SharePoint.Client namespace contains classes, properties, methods, and events for accessing a Microsoft.Sharepoint.Server.
|
Dependencies
Library |
Description |
Dependencies |
Leadtools.SharePoint.Client.dll |
Core Library |
Leadtools.dll
|
N/A | Not applicable | |
Sample Programs
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
OCR Auto Recognize |
\Examples\OCR\DotNet\OcrAutoRecognizeDemo\fx |
\Bin\DotNet4\<Win32/x64>\OcrAutoRecognizeDemo_Original.exe |
Demonstrates the high-level LEADTOOLS OCR Auto Recognize support. - Performs high-level OCRing from an input image file to a final document, such as PDF or DOCX.
- Convert the document in one shot.
- Various events and a logging mechanism can be used to modify and track the recognition operation.
|
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
OCR |
\Examples\OCR\DotNet\OcrDemo\fx |
\Bin\DotNet4\<Win32/x64>\OcrDemo_Original.exe |
Demonstrates OCR support. - Convert raster images to document files
- Recognize text from over 40 languages
- Spell checking and dictionary support
- Automatically detect, segment, and recognize multiple languages on the same document
- Full page analysis and zonal recognition
- Automatic document cleanup and pre-processing
|
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
OCR Edit |
\Examples\OCR\DotNet\OcrEditDemo\fx |
\Bin\DotNet4\<Win32/x64>\OcrEditDemo_Original.exe |
Demonstrates OCR words/characters update support for all supported OCR engines. - Update words or characters in the recognized page before saving them to the desired document format.
- Delete words from the recognized page before saving them to the desired document format.
- Highlight recognized words.
|
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
OCR Modules |
\Examples\OCR\DotNet\OcrModulesDemo\fx |
\Bin\DotNet4\<Win32/x64>\OcrModulesDemo_Original.exe |
Demonstrates using the MICR, ICR, and OMR recognition modules. |
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
OCR Multi-Threading |
\Examples\OCR\DotNet\OcrMultithreadingDemo\fx |
\Bin\DotNet4\<Win32/x64>\OcrMultiThreadingDemo_Original.exe |
Demonstrates using LEADTOOLS OCR in a multi-threaded application. |
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
OCR Screen Capture |
\Examples\OCR\DotNet\OcrScreenCaptureDemo\fx |
\Bin\DotNet4\<Win32/x64>\OcrScreenCaptureDemo_Original.exe |
Demonstrates combining LEADTOOLS Screen Capture, OCR, Document Writers, and Image Viewer Control into one application. - Capture selected area, window or full-screen
- Convert to RTF using LEADTOOLS OCR engine and Document Writers
- Display the image using the LEADTOOLS Image Viewer control
- Copy RTF and image data to the clipboard
- Draw on the image using a pen or brush
|
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
OCR Settings |
\Examples\OCR\DotNet\OcrSettingsDemo\fx |
\Bin\DotNet4\<Win32/x64>\OcrSettingsDemo_Original.exe |
Demonstrates programmatically controlling the various LEADTOOLS OCR engine settings. |
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
OCR TWAIN Scanning |
\Examples\OCR\DotNet\OcrTwainScanningDemo\fx |
\Bin\DotNet4\<Win32/x64>\OcrTwainScanningDemo_Original.exe |
Demonstrates combining OCR and TWAIN scanning into one demo. - Acquire images from a TWAIN device
- Perform OCR on the scanned image
- Save the recognition results
|
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
OCR Zones RubberBand |
\Examples\OCR\DotNet\OcrZonesRubberBandDemo\fx |
\Bin\DotNet4\<Win32/x64>\OcrZonesRubberBandDemo_Original.exe |
Demonstrates zonal OCR based on a user-defined rectangle. - Load an image from a file
- Draw a user-defined zone using the LEADTOOLS viewer control's rubber-band feature
- Perform zonal OCR based on the user-defined zone
- Save the recognition results
|
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
OMR Processing |
\Examples\OCR\DotNet\OmrProcessingDemo\fx |
\Bin\DotNet4\<Win32/x64>\OmrProcessingDemo_Original.exe |
Demonstrates functionality that intelligently analyzes the bubbles to automatically determine question groups and multiple-choice answer sets so that users can rapidly define master forms. Load an image from a file. Draw a user-defined zone to select multiple bubble sheets. Compare filled in form data to master form template. |
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
OCR SharePoint |
\Examples\OCR\DotNet\OcrSharePointDemo\fx |
\Bin\DotNet4\<Win32/x64>\OcrSharePointDemo_Original.exe |
Demonstrates SharePoint Client functionality. OCR an image and store the recognition results in a SharePoint repository. |
See Also
Reference
Introduction
Getting Started (Guide to Example Programs)
Programming With LEADTOOLS