Skip to content

Commit 71281b4

Browse files
authored
Update Start-SPOSiteOpticalCharacterRecognitionBackfill.md
1 parent 1271c90 commit 71281b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteOpticalCharacterRecognitionBackfill.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ ms.reviewer:
1717
> [!important]
1818
> Optical Character Recognition (OCR) is a pay-as-you-go feature. Running this cmdlet will incur cost for your organization.
1919
20-
Initiates a job to trigger the Optical Character Recognition (OCR) process for all files for the selected site.
20+
Initiates a job to trigger the OCR process for all files for the selected site.
2121

2222
## SYNTAX
2323

2424
```Powershell
2525
26-
Start-SPOSiteOpticalCharacterRecognitionBackfill [-Site] <string>
26+
Start-SPOSiteOpticalCharacterRecognitionBackfill [-Site] <SpoSitePipeBind>
2727
```
2828

2929
## DESCRIPTION
@@ -50,7 +50,7 @@ Starts OCR process for all content that hasn't been processed before in the sele
5050

5151
### -Site
5252

53-
Specifies the site URL where OCR process should be enabled on.
53+
Specifies the site where OCR process should be enabled on.
5454

5555
```yaml
5656
Type: SpoSitePipeBind

0 commit comments

Comments
 (0)