> ## 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.

# Compatibilité des chargeurs d’Engine avec la version 10

> Modifications de compatibilité de l’API des chargeurs d’Engine entre ABBYY FineReader Engine 12 et 10 — mises à jour d’InprocLoader, d’OutprocLoader et de l’interface des chargeurs.

Cette section décrit toutes les modifications apportées aux chargeurs d’Engine susceptibles d’exiger des changements dans le code source de vos applications.

<table>
  <thead>
    <tr>
      <th>
        <p>
          <strong>Objet/énumération</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>Propriété/méthode/constante</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>Que s’est-il passé ?</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>Commentaire</strong>
        </p>
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td rowspan="2">
        <p>
          <strong>
            <a href="/fr/fine-reader/engine/api-reference/engine-loaders/iengineloader">IEngineLoader</a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          <strong>DataFolder</strong>

          <br />

          <strong>TempFolder</strong>
        </p>
      </td>

      <td>
        <p>Supprimé</p>
      </td>

      <td>
        <p>
          Pour spécifier le chemin d’accès au dossier des données propres à l’utilisateur ainsi qu’au dossier des fichiers temporaires, définissez ces paramètres lors de l’initialisation à l’aide de la méthode{" "}

          <strong>
            <a href="/fr/fine-reader/engine/api-reference/engine-loaders/iengineloader/initializeengine-method">IEngineLoader::InitializeEngine</a>
          </strong>

          .
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>GetEngineObject</strong>

          <br />

          <strong>GetEngineObjectEx</strong>
        </p>
      </td>

      <td>
        <p>Supprimé</p>
      </td>

      <td>
        <p>
          Utilisez plutôt la méthode{" "}

          <strong>
            <a href="/fr/fine-reader/engine/api-reference/engine-loaders/iengineloader/initializeengine-method">IEngineLoader::InitializeEngine</a>
          </strong>

          .
        </p>
      </td>
    </tr>
  </tbody>
</table>
