Pdf2Data 5.0.1 API
Loading...
Searching...
No Matches
iText.Pdf2Data Namespace Reference

Classes

interface   IOcrEnginePostProcessor
  Base interface for ocr post processors. More...
 
class   OcrWithPostProcessingEngine
  Engine which will apply post processors (if present) to results of base ocr engine. More...
 
class   Pdf2DataExtractor
  Pdf2DataExtractor is a class for extracting data from files. More...
 
class   Pdf2DataTemplateConverter
  Contains methods for creating p2dta. More...
 
class   RecognitionProperties
  The RecognitionProperties class represents properties of recognition. More...
 
class   RecognitionResultHolder
  Recognition result holder with methods to operate with the results. More...
 
class   SerializationProperties
  The SerializationProperties class represents properties of serialization. More...
 

Enumerations

enum   DocumentSourceType { PDF , IMAGE }
  Enum which specifies the file type. More...
 
enum   PreprocessingType { NONE , OCR }
  Enum which specifies the preprocessing type. More...
 

Enumeration Type Documentation

◆ DocumentSourceType

Enum which specifies the file type.

Enumerator
PDF 

PDF file.

IMAGE 

Image file.

◆ PreprocessingType

Enum which specifies the preprocessing type.

Enumerator
NONE 

No preprocessing.

OCR 

OCR preprocessing.