Skip to content

Create Start-SPOSiteOpticalCharacterRecognitionBackfill.md#839

Merged
Ruchika-mittal01 merged 9 commits intoMicrosoftDocs:mainfrom
FarreltinF:patch-10
Mar 19, 2025
Merged

Create Start-SPOSiteOpticalCharacterRecognitionBackfill.md#839
Ruchika-mittal01 merged 9 commits intoMicrosoftDocs:mainfrom
FarreltinF:patch-10

Conversation

@FarreltinF
Copy link
Copy Markdown
Contributor

Adding the new cmdlet documentation for the new feature OCR backfilling

Adding the new cmdlet documentation for the new feature OCR backfilling
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 12d4318:

✅ Validation status: passed

File Status Preview URL Details
sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteOpticalCharacterRecognitionBackfill.md ✅Succeeded View (sharepoint-ps)

For more details, please refer to the build report.

For any questions, please:

@samkabue
Copy link
Copy Markdown
Contributor

You also need to update the TOC file

@samkabue samkabue added Back to submitter The pull request didn't pass the review criteria and has been returned to the writer for updates Microsoft submitter labels Mar 18, 2025

```Powershell

Start-SPOSiteBackfillOCR [-Site] <string>
Copy link
Copy Markdown
Contributor

@samkabue samkabue Mar 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this doesn't match the cmdlet name line 13.

also, be sure to use platyPS to generate the template for your documentation.

https://dev.azure.com/onedrive/ODSP%20Wiki/_wiki/wikis/OSDP-Wiki.wiki/82618/SharePoint-Online-PowerShell-cmdlets?anchor=public-cmdlet-documentation #Closed

@FarreltinF
Copy link
Copy Markdown
Contributor Author

You also need to update the TOC file

Where is the TOC file?

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 1e83b41:

✅ Validation status: passed

File Status Preview URL Details
sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteOpticalCharacterRecognitionBackfill.md ✅Succeeded View (sharepoint-ps)

For more details, please refer to the build report.

For any questions, please:

FarreltinF and others added 2 commits March 18, 2025 14:06
…lCharacterRecognitionBackfill.md

Co-authored-by: Jake Wilson <55420562+JWilson22@users.noreply.github.com>
…lCharacterRecognitionBackfill.md

Co-authored-by: Jake Wilson <55420562+JWilson22@users.noreply.github.com>
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit ecbb5e6:

✅ Validation status: passed

File Status Preview URL Details
sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteOpticalCharacterRecognitionBackfill.md ✅Succeeded View (sharepoint-ps)

For more details, please refer to the build report.

For any questions, please:

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 01d34e3:

✅ Validation status: passed

File Status Preview URL Details
sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteOpticalCharacterRecognitionBackfill.md ✅Succeeded View (sharepoint-ps)

For more details, please refer to the build report.

For any questions, please:

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 1bb71bd:

✅ Validation status: passed

File Status Preview URL Details
sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteOpticalCharacterRecognitionBackfill.md ✅Succeeded View (sharepoint-ps)

For more details, please refer to the build report.

For any questions, please:

@FarreltinF
Copy link
Copy Markdown
Contributor Author

@samkabue where should I update the TOC files? I thought it was automatically updated. Also I made some changes according to the comment.

@samkabue
Copy link
Copy Markdown
Contributor

@samkabue where should I update the TOC files? I thought it was automatically updated. Also I made some changes according to the comment.

here: sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 7403d7e:

✅ Validation status: passed

File Status Preview URL Details
sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteOpticalCharacterRecognitionBackfill.md ✅Succeeded View (sharepoint-ps)

For more details, please refer to the build report.

For any questions, please:

> [!important]
> Optical Character Recognition (OCR) is a pay-as-you-go feature. Running this cmdlet will incur cost for your organization.

Initiates a job to trigger the Optical Character Recognition (OCR) process for all files for the selected site.
Copy link
Copy Markdown
Contributor

@samkabue samkabue Mar 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the Optical Character Recognition (OCR)

the OCR process #Closed


```Powershell

Start-SPOSiteOpticalCharacterRecognitionBackfill [-Site] <string>
Copy link
Copy Markdown
Contributor

@samkabue samkabue Mar 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be <SpoSitePipeBind>? #Closed


### -Site

Specifies the site URL where OCR process should be enabled on.
Copy link
Copy Markdown
Contributor

@samkabue samkabue Mar 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

site URL

just "site" or "site object", since all these can be used as the param value: site Id, site Url, SPSite object itself #Closed

FarreltinF and others added 2 commits March 19, 2025 10:46
…lCharacterRecognitionBackfill.md

Co-authored-by: Sam M. Kabue <samkabue@users.noreply.github.com>
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 1271c90:

✅ Validation status: passed

File Status Preview URL Details
sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md ✅Succeeded View (sharepoint-ps)
sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteOpticalCharacterRecognitionBackfill.md ✅Succeeded View (sharepoint-ps)

For more details, please refer to the build report.

For any questions, please:

Copy link
Copy Markdown
Contributor

@samkabue samkabue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@samkabue samkabue added Sign off The pull request is ready to be reviewed and merged by PubOps and removed Back to submitter The pull request didn't pass the review criteria and has been returned to the writer for updates labels Mar 19, 2025
@Ruchika-mittal01 Ruchika-mittal01 merged commit 7f1bb46 into MicrosoftDocs:main Mar 19, 2025
9 checks passed
@Ruchika-mittal01 Ruchika-mittal01 self-assigned this Mar 19, 2025
@Ruchika-mittal01 Ruchika-mittal01 added the In review PubOps is reviewing the pull request label Mar 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

In review PubOps is reviewing the pull request Microsoft submitter Sign off The pull request is ready to be reviewed and merged by PubOps

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants