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

# Batch Processor の Version 10 との互換性

> Linux および Windows における ABBYY FineReader Engine 12 と 10 の間の Batch Processor API の互換性の変更点。

<Note>
  Batch Processor は Linux と Windows で実装されています。
</Note>

このセクションでは、アプリケーションのソースコードの変更が必要になる可能性がある、Batch Processor および関連インターフェイスのすべての変更点について説明します。

<table>
  <thead>
    <tr>
      <th>
        <p>
          <strong>オブジェクト/列挙型</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>プロパティ/メソッド/定数</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>変更内容</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>コメント</strong>
        </p>
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <p>
          <strong>
            <a href="/ja/fine-reader/engine/api-reference/batch-processor/batchprocessor">BatchProcessor</a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/ja/fine-reader/engine/api-reference/batch-processor/batchprocessor/start-method">Start</a>
          </strong>
        </p>
      </td>

      <td>
        <p>入力パラメーターの数が変更されました</p>
      </td>

      <td>
        <ul>
          <li>
            <em>processingParams</em> と <em>synthesisParams</em> の代わりに、このメソッドは処理に必要なすべてのパラメーターを含む{" "}

            <strong>
              <a href="/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageprocessingparams">PageProcessingParams</a>{" "}
            </strong>

            オブジェクトを 1 つ受け取ります。
          </li>

          <li>
            このメソッドは、{" "}

            <strong>
              <a href="/ja/fine-reader/engine/api-reference/batch-processor/iasyncprocessingcallback">IAsyncProcessingCallback</a>
            </strong>

            {" "}

            インターフェイスへのポインターを入力パラメーターとして受け取ります。これは、<strong>BatchProcessor</strong> の処理を管理し、処理中に発生したエラーを報告するための新しいインターフェイスです。
          </li>
        </ul>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>
            <a href="/ja/fine-reader/engine/api-reference/batch-processor/iimagesource">IImageSource</a>
          </strong>
        </p>
      </td>

      <td>
        <br />
      </td>

      <td>
        <p>動作が変更されました</p>
      </td>

      <td>
        <p>このインターフェイスでは、画像ファイルだけでなく画像ドキュメントもキューに追加できるようになりました。</p>
      </td>
    </tr>
  </tbody>
</table>
