Name | Description | |
---|---|---|
![]() | SearchablePdfGenerator | Initializes a new instance of the SearchablePdfGenerator class. |
Name | Description | |
---|---|---|
![]() | SearchablePdfGenerator | Initializes a new instance of the SearchablePdfGenerator class. |
Name | Description | |
---|---|---|
![]() | AddMarkedContent | Gets or sets a value indicating whether PDF document builder must add marked content (add structure elements) to a PDF document. |
![]() | BitonalImagesCompression | Gets or sets a compression of bitonal images. |
![]() | BitonalImagesCompressionSettings | Gets or sets a compression settings of bitonal images. |
![]() | CanModifyTarget | Gets a value indicating whether this processing command can modify target object. (Inherited from ProcessingCommand<TTarget>) |
![]() | ColorImagesCompression | Gets or sets a compression of color images. |
![]() | ColorImagesCompressionSettings | Gets or sets a compression settings of color images. |
![]() | GrayscaleImagesCompression | Gets or sets a compression of grayscale images. |
![]() | GrayscaleImagesCompressionSettings | Gets or sets a compression settings of grayscale images. |
![]() | IndexedImagesCompression | Gets or sets a compression of indexed images. |
![]() | IndexedImagesCompressionSettings | Gets or sets a compression settings of indexed images. |
![]() | IsMultithreadingSupported | Gets a value indicating whether this processing command supports multithreading. (Inherited from ProcessingCommand<TTarget>) |
![]() | Language | Gets or sets the language for text recognition. |
![]() | Name | Gets the name of processing command. |
![]() | OcrCleanupSettings | Gets or sets the settings, which define how to cleanup the OCR recognize results. |
![]() | OcrEngineManager | Gets the OCR engine manager that should be used for text recognition. |
![]() | OcrEngineSettings | Gets or sets the OCR engine settings. |
![]() | PageCreationMode | Gets or sets the mode that defines how to create PDF page. |
![]() | PdfFormat | Gets or sets the PDF document format for result PDF document. |
![]() | RestoreNormalPageOrientation | Gets or sets a value indicating whether PDF document builder must restore normal page orientation. |
![]() | SourceImages | Gets or sets the images, which should be processed. |
![]() | SourceImagesRegions | Gets or sets a dictionary that contains image regions for source images. |
![]() | TargetType | Gets the type of the target of processing command. (Inherited from ProcessingCommand<TTarget>) |
![]() | TextColor | Gets or sets a text font color that is used if Vintasoft.Imaging.Pdf.Ocr.PdfPageCreationMode.Text mode is used. |
![]() | TextOnlyFontName | Gets or sets a text font name. |
![]() | TextOverImageSettings | Gets or sets the settings, which define how to build searchable PDF document that contains text over image. |
Name | Description | |
---|---|---|
![]() | CanApplyTo | Determines whether this processing command can be applied to the specified target. (Inherited from ProcessingCommand<TTarget>) |
![]() | ConvertTarget | Overloaded. Create retargeted command with specified target type. (Inherited from ProcessingCommand<TTarget>) |
![]() | Execute | Overloaded. Executes processing command on the specified target. |
![]() | ToString | Returns a string representation of this object. (Inherited from ProcessingCommand<TTarget>) |
Name | Description | |
---|---|---|
![]() | CreatePdfDocument | Creates the PDF document. |
![]() | CreatePdfDocumentBuilder | Creates the PdfDocumentBuilder. |
![]() | OnImageProcessingFinished | Raises the ImageProcessingFinished event. |
![]() | OnImageProcessingStarted | Raises the ImageProcessingStarted event. |
![]() | OnPageCreated | Raises the PdfPageAdded event. |
![]() | OnPageRecognized | Raises the OcrPageRecognized event. |
![]() | Recognize | Recognizes text in the whole image and returns the result as OcrPage. |
Name | Description | |
---|---|---|
![]() | ImageProcessingFinished | Occurs when the image processing is finished. |
![]() | ImageProcessingStarted | Occurs when the image processing is started. |
![]() | OcrPageRecognized | Occurs when the image is recognized. |
![]() | PdfPageAdded | Occurs when the PdfPage is added. |