<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Groupdocs API References – TextOptions</title>
    <link>https://reference.groupdocs.com/parser/net/groupdocs.parser.options/textoptions/</link>
    <description>Recent content in TextOptions on Groupdocs API References</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    
	  <atom:link href="https://reference.groupdocs.com/parser/net/groupdocs.parser.options/textoptions/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Net: TextOptions</title>
      <link>https://reference.groupdocs.com/parser/net/groupdocs.parser.options/textoptions/textoptions/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://reference.groupdocs.com/parser/net/groupdocs.parser.options/textoptions/textoptions/</guid>
      <description>
        
        
        &lt;h2 id=&#34;constructor&#34;&gt;TextOptions()&lt;/h2&gt;
&lt;p&gt;Initializes a new instance of the &lt;a href=&#34;../../textoptions&#34;&gt;&lt;code&gt;TextOptions&lt;/code&gt;&lt;/a&gt; class.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-csharp&#34; data-lang=&#34;csharp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;public&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;TextOptions&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;()&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;see-also&#34;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;class &lt;a href=&#34;../../textoptions&#34;&gt;TextOptions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../../groupdocs.parser.options&#34;&gt;GroupDocs.Parser.Options&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../../&#34;&gt;GroupDocs.Parser&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&#34;constructor_1&#34;&gt;TextOptions(bool)&lt;/h2&gt;
&lt;p&gt;Initializes a new instance of the &lt;a href=&#34;../../textoptions&#34;&gt;&lt;code&gt;TextOptions&lt;/code&gt;&lt;/a&gt; class.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-csharp&#34; data-lang=&#34;csharp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;public&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;TextOptions&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;bool&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;useRawModeIfPossible&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;useRawModeIfPossible&lt;/td&gt;
&lt;td&gt;Boolean&lt;/td&gt;
&lt;td&gt;The value that indicates whether the raw mode is used.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;see-also-1&#34;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;class &lt;a href=&#34;../../textoptions&#34;&gt;TextOptions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../../groupdocs.parser.options&#34;&gt;GroupDocs.Parser.Options&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../../&#34;&gt;GroupDocs.Parser&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&#34;constructor_2&#34;&gt;TextOptions(bool, bool)&lt;/h2&gt;
&lt;p&gt;Initializes a new instance of the &lt;a href=&#34;../../textoptions&#34;&gt;&lt;code&gt;TextOptions&lt;/code&gt;&lt;/a&gt; class with the OCR usage option.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-csharp&#34; data-lang=&#34;csharp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;public&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;TextOptions&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;bool&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;useRawModeIfPossible&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;bool&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;useOcr&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;useRawModeIfPossible&lt;/td&gt;
&lt;td&gt;Boolean&lt;/td&gt;
&lt;td&gt;The value that indicates whether the raw mode is used.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;useOcr&lt;/td&gt;
&lt;td&gt;Boolean&lt;/td&gt;
&lt;td&gt;The value that indicates whether the OCR functionality is used to extract a text.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;see-also-2&#34;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;class &lt;a href=&#34;../../textoptions&#34;&gt;TextOptions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../../groupdocs.parser.options&#34;&gt;GroupDocs.Parser.Options&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../../&#34;&gt;GroupDocs.Parser&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&#34;constructor_3&#34;&gt;TextOptions(bool, bool, OcrOptions)&lt;/h2&gt;
&lt;p&gt;Initializes a new instance of the &lt;a href=&#34;../../textoptions&#34;&gt;&lt;code&gt;TextOptions&lt;/code&gt;&lt;/a&gt; class with the ability to set OCR options.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-csharp&#34; data-lang=&#34;csharp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;public&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;TextOptions&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;bool&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;useRawModeIfPossible&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;bool&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;useOcr&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;OcrOptions&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;ocrOptions&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;useRawModeIfPossible&lt;/td&gt;
&lt;td&gt;Boolean&lt;/td&gt;
&lt;td&gt;The value that indicates whether the raw mode is used.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;useOcr&lt;/td&gt;
&lt;td&gt;Boolean&lt;/td&gt;
&lt;td&gt;The value that indicates whether the OCR functionality is used to extract a text.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ocrOptions&lt;/td&gt;
&lt;td&gt;OcrOptions&lt;/td&gt;
&lt;td&gt;The additional options for OCR functionality.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;see-also-3&#34;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;class &lt;a href=&#34;../../ocroptions&#34;&gt;OcrOptions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;class &lt;a href=&#34;../../textoptions&#34;&gt;TextOptions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../../groupdocs.parser.options&#34;&gt;GroupDocs.Parser.Options&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../../&#34;&gt;GroupDocs.Parser&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.parser.dll --&gt;

      </description>
    </item>
    
    <item>
      <title>Net: OcrOptions</title>
      <link>https://reference.groupdocs.com/parser/net/groupdocs.parser.options/textoptions/ocroptions/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://reference.groupdocs.com/parser/net/groupdocs.parser.options/textoptions/ocroptions/</guid>
      <description>
        
        
        &lt;h2 id=&#34;textoptionsocroptions-property&#34;&gt;TextOptions.OcrOptions property&lt;/h2&gt;
&lt;p&gt;Gets the additional options for OCR functionality.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-csharp&#34; data-lang=&#34;csharp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;public&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;OcrOptions&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;OcrOptions&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;get&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;set&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;property-value&#34;&gt;Property Value&lt;/h3&gt;
&lt;p&gt;An instance of &lt;code&gt;OcrOptions&lt;/code&gt; class with the additional OCR options.&lt;/p&gt;
&lt;h3 id=&#34;see-also&#34;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;class &lt;a href=&#34;../../ocroptions&#34;&gt;OcrOptions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;class &lt;a href=&#34;../../textoptions&#34;&gt;TextOptions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../../groupdocs.parser.options&#34;&gt;GroupDocs.Parser.Options&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../../&#34;&gt;GroupDocs.Parser&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.parser.dll --&gt;

      </description>
    </item>
    
    <item>
      <title>Net: UseOcr</title>
      <link>https://reference.groupdocs.com/parser/net/groupdocs.parser.options/textoptions/useocr/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://reference.groupdocs.com/parser/net/groupdocs.parser.options/textoptions/useocr/</guid>
      <description>
        
        
        &lt;h2 id=&#34;textoptionsuseocr-property&#34;&gt;TextOptions.UseOcr property&lt;/h2&gt;
&lt;p&gt;Gets the value that indicates whether the OCR Connector is used to extract a text.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-csharp&#34; data-lang=&#34;csharp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;public&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;bool&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;UseOcr&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;get&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;set&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;property-value&#34;&gt;Property Value&lt;/h3&gt;
&lt;p&gt;&lt;code&gt;true&lt;/code&gt; if the OCR functionality is used; otherwise, &lt;code&gt;false&lt;/code&gt;.&lt;/p&gt;
&lt;h3 id=&#34;see-also&#34;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;class &lt;a href=&#34;../../textoptions&#34;&gt;TextOptions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../../groupdocs.parser.options&#34;&gt;GroupDocs.Parser.Options&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../../&#34;&gt;GroupDocs.Parser&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.parser.dll --&gt;

      </description>
    </item>
    
    <item>
      <title>Net: UseRawModeIfPossible</title>
      <link>https://reference.groupdocs.com/parser/net/groupdocs.parser.options/textoptions/userawmodeifpossible/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://reference.groupdocs.com/parser/net/groupdocs.parser.options/textoptions/userawmodeifpossible/</guid>
      <description>
        
        
        &lt;h2 id=&#34;textoptionsuserawmodeifpossible-property&#34;&gt;TextOptions.UseRawModeIfPossible property&lt;/h2&gt;
&lt;p&gt;Gets the value that indicates whether the raw mode is used.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-csharp&#34; data-lang=&#34;csharp&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;public&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;bool&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;UseRawModeIfPossible&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;get&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;set&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;property-value&#34;&gt;Property Value&lt;/h3&gt;
&lt;p&gt;&lt;code&gt;true&lt;/code&gt; if the raw mode is used; otherwise, &lt;code&gt;false&lt;/code&gt;.&lt;/p&gt;
&lt;h3 id=&#34;see-also&#34;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;class &lt;a href=&#34;../../textoptions&#34;&gt;TextOptions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;namespace &lt;a href=&#34;../../../groupdocs.parser.options&#34;&gt;GroupDocs.Parser.Options&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;assembly &lt;a href=&#34;../../../&#34;&gt;GroupDocs.Parser&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.parser.dll --&gt;

      </description>
    </item>
    
  </channel>
</rss>
