API Reference
Cmdlet
Invoke-OfficePdfOcrMerge
Runs an external OCR provider and merges recognized words with native PDF text.
Remarks
Runs an external OCR provider and merges recognized words with native PDF text.
Examples
EXAMPLE 1
Invoke-OfficePdfOcrMerge -Provider 'Value'
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Invoke-OfficePdfOcrMerge [-Options <PdfOcrMergeOptions>] -Path <String> -Provider <IPdfOcrProvider> [-ReadOptions <PdfReadOptions>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Options PdfOcrMergeOptions
- Optional page selection, DPI, confidence, overlap, and limits.
- Path String
- Source PDF path.
- Provider IPdfOcrProvider
- External OCR provider implementation.
- ReadOptions PdfReadOptions
- Optional bounded PDF parsing settings.
Outputs
OfficeIMO.Pdf.PdfOcrMergeResult