> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IBinarizationParams

> IBinarizationParams configura la binarización de imágenes en los scripts de FlexiCapture con las propiedades de lectura y escritura IsPdfWithText, IsPhoto y SmoothTexture.

<div id="what-it-does">
  ## Qué hace
</div>

Configura los parámetros de binarización.

<Note>
  Este objeto no está disponible en la estación web de verificación para comprobar las reglas de forma local.
</Note>

<div id="properties">
  ## Propiedades
</div>

| **Nombre**    | **Tipo** | **Acceso**        | **Descripción**                                              |
| ------------- | -------- | ----------------- | ------------------------------------------------------------ |
| IsPdfWithText | bool     | Lectura/escritura | Indica si una imagen es un documento PDF que contiene texto. |
| IsPhoto       | bool     | Lectura/escritura | Indica si una imagen es una foto.                            |
| SmoothTexture | bool     | Lectura/escritura | Indica si una imagen tiene una textura uniforme.             |
