Namespace NAPS2.Ocr
Classes
- OcrParams
Configuration parameters for an OCR request.
For language codes, see https://tesseract-ocr.github.io/tessdoc/Data-Files#data-files-for-version-400-november-29-2016
- OcrResult
The result of an OCR request. Contains a set of elements that represent text segments.
- OcrResultElement
A element in the result of an OCR request that represents a text segment.
- TesseractOcrEngine
OCR engine using Tesseract (https://github.com/tesseract-ocr/tesseract).
Interfaces
- IOcrEngine
Interface for OCR (optical character recognition). See TesseractOcrEngine.
Enums
- OcrMode
The mode of an OCR request (fast/best), if supported by the engine.
- OcrPriority
The priority of an OCR request.