|
@@ -29,11 +29,11 @@
|
|
|
<Grid Grid.Column="1">
|
|
|
<StackPanel Orientation="Vertical" Margin="16,2,0,0">
|
|
|
<StackPanel Orientation="Vertical">
|
|
|
- <TextBlock Text="Text Recognition Settings" HorizontalAlignment="Left" Style="{StaticResource PropertyHeaderLv2}" Height="20"/>
|
|
|
+ <TextBlock Text="PPT Recognition Settings" HorizontalAlignment="Left" Style="{StaticResource PropertyHeaderLv2}" Height="20"/>
|
|
|
<CheckBox Name="OCRCheckBox" Margin="0,10,0,0" IsChecked="{Binding OCRCheckBoxIsCheckBox}" Padding="8,0,0,0">
|
|
|
<TextBlock Text="Recognize text if needed"/>
|
|
|
</CheckBox>
|
|
|
- <ComboBox IsEnabled="{Binding ElementName=OCRCheckBox,Path=IsChecked}" Margin="0,8,0,0" Width="228" Height="28.55" HorizontalAlignment="Left" SelectedIndex="{Binding LanguageSelectedIndex}">
|
|
|
+ <ComboBox IsEnabled="{Binding ElementName=OCRCheckBox,Path=IsChecked}" Margin="0,8,0,0" Width="228" Height="32" HorizontalAlignment="Left" SelectedIndex="{Binding LanguageSelectedIndex}">
|
|
|
<ComboBoxItem Content="Chinese Simplified"/>
|
|
|
<ComboBoxItem Content="Chinese Traditional"/>
|
|
|
<ComboBoxItem Content="English"/>
|