Skip to content

Commit a194f6f

Browse files
committed
Syncs new updates with Japanese translations.
1 parent 6ef406a commit a194f6f

File tree

5 files changed

+66
-51
lines changed

5 files changed

+66
-51
lines changed
1.08 KB
Binary file not shown.

docs/locales/ja/LC_MESSAGES/pymupdf-layout/index.po

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,19 +193,19 @@ msgstr "OCR サポート"
193193

194194
#: ../../pymupdf-layout/index.rst:124 99eb4f65329d45c7bb6eaf035c255259
195195
msgid ""
196-
"The new layout-sensitive PyMuPDF4LLM version also evaluates whether a "
196+
"The new layout-sensitive |PyMuPDF4LLM| version also evaluates whether a "
197197
"page would benefit from applying OCR to it. If its heuristics come to "
198198
"this conclusion, the built-in Tesseract-OCR module is automatically "
199199
"invoked. Its results are then handled like normal page content."
200-
msgstr "新しいレイアウト対応の PyMuPDF4LLM バージョンは、ページに OCR を適用することが有益かどうかも評価します。ヒューリスティックがこの結論に達した場合、組み込みの **Tesseract-OCR** モジュールが自動的に呼び出されます。その結果は、通常のページコンテンツと同様に処理されます。"
200+
msgstr "新しいレイアウト対応の |PyMuPDF4LLM| バージョンは、ページに OCR を適用することが有益かどうかも評価します。ヒューリスティックがこの結論に達した場合、組み込みの **Tesseract-OCR** モジュールが自動的に呼び出されます。その結果は、通常のページコンテンツと同様に処理されます。"
201201

202202
#: ../../pymupdf-layout/index.rst:126 cdbf9a9f1f5341cc96aaaa1a6a74434f
203203
msgid ""
204204
"If a page contains (roughly) no text at all, but is covered with images "
205205
"or many character-sized vectors, a check is made using `OpenCV "
206206
"<https://pypi.org/project/opencv-python/>`_ whether text is *probably* "
207207
"detectable on the page at all. This is done to tell apart image-based "
208-
"text from ordinary pictures (like photographies)."
208+
"text from ordinary pictures (like photographs)."
209209
msgstr "ページにテキストがほとんど含まれていないが、画像や多数の文字サイズのベクターで覆われている場合、`OpenCV <https://pypi.org/project/opencv-python/>`_ を使用して、ページ上でテキストが検出可能かどうかをチェックします。これは、画像ベースのテキストを通常の写真などの画像と区別するために行われます。"
210210

211211
#: ../../pymupdf-layout/index.rst:128 8c8ba1c1b2bc4875b04cc60b98293a08
@@ -218,10 +218,24 @@ msgstr "ページにテキストが含まれているものの、読み取り不
218218

219219
#: ../../pymupdf-layout/index.rst:130 225a390ebce94321a090f94ab2165c16
220220
msgid ""
221-
"For these heuristics to work we need both, an existing Tesseract "
222-
"installation and the availability of OpenCV in the Python environment. If"
221+
"For these heuristics to work we need both, an existing :ref:`Tesseract installation <installation_ocr>` and the availability of `OpenCV <https://pypi.org/project/opencv-python/>`_ in the Python environment. If"
223222
" either is missing, no OCR is attempted at all."
224-
msgstr "これらのヒューリスティックが機能するには、Tesseract のインストールと Python 環境での OpenCV の利用可能性の両方が必要です。どちらか一方が欠けている場合、OCR はまったく試行されません。"
223+
msgstr "これらのヒューリスティックが機能するには、 :ref:`Tesseract installation <installation_ocr>` のインストールと Python 環境での `OpenCV <https://pypi.org/project/opencv-python/>`_ の利用可能性の両方が必要です。どちらか一方が欠けている場合、OCR はまったく試行されません。"
224+
225+
msgid "The decision tree for whether OCR is actually used or not depends on the following:"
226+
msgstr "OCRが実際に使用されるかどうかの決定木は、以下に依存します"
227+
228+
msgid ":ref:`PyMuPDF Layout is imported <pymupdf_layout_using>`"
229+
msgstr "PyMuPDF Layoutがインポートされている"
230+
231+
msgid "In the :ref:`PyMuPDF4LLM API <pymupdf4llm-api>` you have `use_ocr` enabled (this is set to `True` by default)"
232+
msgstr ":ref:`PyMuPDF4LLM API <pymupdf4llm-api>` で ``use_ocr`` が有効になっている(これはデフォルトで ``True`` に設定されています)"
233+
234+
msgid ":ref:`Tesseract is correctly installed <installation_ocr>`"
235+
msgstr ":ref:`Tesseractが正しくインストールされている <installation_ocr>`"
236+
237+
msgid "`OpenCV <https://pypi.org/project/opencv-python/>`_ is available in your Python environment"
238+
msgstr "`OpenCV <https://pypi.org/project/opencv-python/>`_ がPython環境で利用可能である"
225239

226240
#: ../../pymupdf-layout/index.rst:137 fddcc1ea96e64c658554704bb141490b
227241
msgid "|PyMuPDF Layout| and |PyMuPDF4LLM| parameter caveats"
-608 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)