fr-FR windows computer

Sélectionner une langue OCR à partir d’une page de codes

Vérifié avec Windows 11 25H2 — mis à jour le 10 juillet 2026

Windows 11 25H2

Pris en charge sur : Au minimum Windows 7 par le biais de Windows 8.1 ou Windows Server 2012 R2

Chemin dans la console GPO

Configuration ordinateur\Modèles d'administration\Composants Windows\Rechercher\OCR

Description

Ce paramètre de stratégie permet de sélectionner les langues de reconnaissance optique de caractères (OCR) appartenant à l’une des pages de codes prises en charge. Si vous activez ce paramètre de stratégie, le traitement OCR tient compte des langues choisies pendant l’indexation des fichiers TIFF. La langue du système par défaut est ignorée, sauf si elle fait partie des langues OCR sélectionnées. Si vous désactivez ou ne configurez pas ce paramètre de stratégie, le traitement OCR s’effectue uniquement dans la langue du système par défaut. Toutes les langues OCR que vous sélectionnez doivent appartenir à la même page de codes. Si vous choisissez des langues provenant de plusieurs pages de codes, la totalité de la sélection sera ignorée et la langue du système sera appliquée par défaut. Aucune réindexation n’a lieu lorsque vous activez cette stratégie et sélectionnez des langues OCR. Ce paramètre de stratégie concerne uniquement l’indexation de nouveaux fichiers, sauf si vous lancez une opération de réindexation manuelle.

Registre

HKLM SOFTWARE\Policies\Microsoft\Windows\Windows Search\OCR

Nom de valeur : SelectOCRLangs

Plus d'options disponibles

Options

Estonien
Estonian boolean - défaut : 0
Letton
Latvian boolean - défaut : 0
Lituanien
Lithuanian boolean - défaut : 0
Albanais
Albanian boolean - défaut : 0
Croate
Croatian boolean - défaut : 0
Tchèque
Czech boolean - défaut : 0
Hongrois
Hungarian boolean - défaut : 0
Polonais
Polish boolean - défaut : 0
Roumain
Romanian boolean - défaut : 0
Serbe (latin)
SerbianLatin boolean - défaut : 0
Slovaque
Slovak boolean - défaut : 0
Slovène
Slovenian boolean - défaut : 0
Bulgare
Bulgarian boolean - défaut : 0
Bélarusse
Byelorussian boolean - défaut : 0
Macédonien (Ex-Rép. yougoslave de Macédoine)
MacedoniaFYRO boolean - défaut : 0
Russe
Russian boolean - défaut : 0
Serbe
Serbian boolean - défaut : 0
Ukrainien
Ukrainian boolean - défaut : 0
Catalan
Catalan boolean - défaut : 0
Danois
Danish boolean - défaut : 0
Néerlandais
Dutch boolean - défaut : 0
Anglais
English boolean - défaut : 0
Féroïen
Faroese boolean - défaut : 0
Finnois
Finnish boolean - défaut : 0
Français
French boolean - défaut : 0
Allemand
German boolean - défaut : 0
Islandais
Icelandic boolean - défaut : 0
Indonésien
Indonesian boolean - défaut : 0
Italien
Italian boolean - défaut : 0
Malais
Malaysian boolean - défaut : 0
Norvégien
Norwegian boolean - défaut : 0
Portugais
Portuguese boolean - défaut : 0
Espagnol
Spanish boolean - défaut : 0
Suédois
Swedish boolean - défaut : 0
Grec
Greek boolean - défaut : 0
Turc
Turkish boolean - défaut : 0
Chinois (simplifié)
Chinese (Simplified) boolean - défaut : 0
Chinois (traditionnel)
Chinese (Traditional) boolean - défaut : 0
Japonais
Japanese boolean - défaut : 0
Coréen
Korean boolean - défaut : 0

Générateur d'exports

BETA

Configurez l'état, la portée et les options, puis générez les sorties .reg, PowerShell, Intune et SCCM — ou ajoutez le paramètre à une collection multi-paramètres.

Ces exports écrivent le registre — ce n'est pas une GPO managée.

Fichier .reg

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Sélectionner une langue OCR à partir d’une page de codes
; State: Enabled
; Supported on: Au minimum Windows 7 par le biais de Windows 8.1 ou Windows Server 2012 R2

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search\OCR]
"SelectOCRLangs"=dword:00000001
"Estonian"=dword:00000000
"Latvian"=dword:00000000
"Lithuanian"=dword:00000000
"Albanian"=dword:00000000
"Croatian"=dword:00000000
"Czech"=dword:00000000
"Hungarian"=dword:00000000
"Polish"=dword:00000000
"Romanian"=dword:00000000
"SerbianLatin"=dword:00000000
"Slovak"=dword:00000000
"Slovenian"=dword:00000000
"Bulgarian"=dword:00000000
"Byelorussian"=dword:00000000
"MacedoniaFYRO"=dword:00000000
"Russian"=dword:00000000
"Serbian"=dword:00000000
"Ukrainian"=dword:00000000
"Catalan"=dword:00000000
"Danish"=dword:00000000
"Dutch"=dword:00000000
"English"=dword:00000000
"Faroese"=dword:00000000
"Finnish"=dword:00000000
"French"=dword:00000000
"German"=dword:00000000
"Icelandic"=dword:00000000
"Indonesian"=dword:00000000
"Italian"=dword:00000000
"Malaysian"=dword:00000000
"Norwegian"=dword:00000000
"Portuguese"=dword:00000000
"Spanish"=dword:00000000
"Swedish"=dword:00000000
"Greek"=dword:00000000
"Turkish"=dword:00000000
"Chinese (Simplified)"=dword:00000000
"Chinese (Traditional)"=dword:00000000
"Japanese"=dword:00000000
"Korean"=dword:00000000
Autres formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Sélectionner une langue OCR à partir d’une page de codes
# State: Enabled
# Supported on: Au minimum Windows 7 par le biais de Windows 8.1 ou Windows Server 2012 R2

$path = 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\Windows Search\OCR'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'SelectOCRLangs' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'Estonian' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Latvian' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Lithuanian' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Albanian' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Croatian' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Czech' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Hungarian' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Polish' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Romanian' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'SerbianLatin' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Slovak' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Slovenian' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Bulgarian' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Byelorussian' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'MacedoniaFYRO' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Russian' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Serbian' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Ukrainian' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Catalan' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Danish' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Dutch' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'English' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Faroese' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Finnish' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'French' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'German' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Icelandic' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Indonesian' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Italian' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Malaysian' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Norwegian' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Portuguese' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Spanish' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Swedish' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Greek' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Turkish' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Chinese (Simplified)' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Chinese (Traditional)' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Japanese' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'Korean' -Value 0 -Type DWord

Vous construisez une collection multi-paramètres ? Ajoutez ce paramètre et générez des exports combinés (.reg, PowerShell, GPO).

Ouvrir le Builder

Intégrer cette GPO sur votre site

Contenu à intégrer
Thème

Ajoute une ligne de script : le thème suit l’apparence de votre site et la hauteur s’ajuste au contenu. Si votre site bloque les scripts, l’intégration suit le thème du système du visiteur.

Aperçu