frame_decoration

「[対訳] 計画中」の編集履歴(バックアップ)一覧はこちら

[対訳] 計画中」(2019/06/18 (火) 20:15:23) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

original (2019/05/14 付) | Google 翻訳 (2019/05/23 付) ---------- | ------------ # Tesseract release planning | #Tesseractのリリース計画 | Here we can plan the next releases of Tesseract. | ここで、Tesseractの次のリリースを計画することができます。 | ## Future releases | ##今後のリリース | Here are some ideas for future Tesseract releases. | これが将来のTesseractリリースのためのいくつかのアイデアです。 | * Modernize the code using C++11 (see discussions [here](https://github.com/tesseract-ocr/tesseract/pull/2000#issuecomment-431023531) and [here](https://github.com/tesseract-ocr/tesseract/commit/69a2e94bc52b57ba26081fb43051dacf2fdc56a0)). | * C ++ 11を使ってコードを近代化する(議論[ここ](https://github.com/tesseract-ocr/tesseract/pull/2000#issuecomment-431023531)および[ここ](https://github.com) / tesseract-ocr / tesseract / commit / 69a2e94bc52b57ba26081fb43051dacf2fdc56a0)。 | * Use llvm's tools: clang-format, clang-tidy, scan-build, sanitizers. | * llvmのツールを使う:clang-format、clang-tidy、scan-build、sanitizers。 | * Replace more Tesseract data types by C++ standard types (`GenericVector`, ...), especially for the API. | *特にAPIのために、より多くのTesseractデータ型をC ++標準型( `GenericVector`など)に置き換えます。 | * Add json (or xml) output format. It will be used for full ocr and for psm 2 - layout info only. | * json(またはxml)出力フォーマットを追加してください。これはfull ocrとpsm 2に使用されます - レイアウト情報のみ。 | * Add option to use alternative binarization methods from leptonica. | * leptonicaの代替二値化方法を使うためのオプションを追加。 | * Add an option to output separate files for multipage input (out1.hocr, out2.hocr ...). | *複数ページ入力用に別々のファイルを出力するオプション(out1.hocr、out2.hocr ...)を追加しました。 | * Add multi-threading option to the command line (openmp will be disabled at runtime in this mode). | *コマンドラインにマルチスレッドオプションを追加しました(このモードではopenmpは実行時に無効になります)。 | * Explore the option to use Protocol Buffers or FlatBuffers for the traineddata. | *訓練されたデータにプロトコルバッファまたはフラットバッファを使用するオプションを調べてください。 | * Improve error handling and don't ignore return values from functions (see [discussion](https://github.com/tesseract-ocr/tesseract/issues/99)). | *エラー処理を改善し、関数からの戻り値を無視しないようにしました([discussion](https://github.com/tesseract-ocr/tesseract/issues/99)を参照)。 | ## 4.0.0 | ## 4.0.0 | See the [release notes](https://github.com/tesseract-ocr/tesseract/wiki/ReleaseNotes). | [リリースノート](https://github.com/tesseract-ocr/tesseract/wiki/ReleaseNotes)を参照してください。 | See also the discussion for [issue #1423](https://github.com/tesseract-ocr/tesseract/issues/1423). | [issue#1423](https://github.com/tesseract-ocr/tesseract/issues/1423)の説明も参照してください。 | ### Open issues which should be fixed | ###修正されるべき未解決の問題 | * #### Issues with the "bug" label (see [list here](https://github.com/tesseract-ocr/tesseract/labels/bug)) | #### "bug"ラベルに関する問題([ここにリスト]を参照(https://github.com/tesseract-ocr/tesseract/labels/bug)) | * #### Noise characters recognized with bbox as the entire page [#1192](https://github.com/tesseract-ocr/tesseract/issues/1192) | * ####ノイズ文字がページ全体としてbboxで認識される[#1192](https://github.com/tesseract-ocr/tesseract/issues/1192) | * #### Segmentation fault when using integer models for LSTM training [#1573](https://github.com/tesseract-ocr/tesseract/issues/1573) | * #### LSTMトレーニングに整数モデルを使用した場合のセグメンテーション違反[#1573](https://github.com/tesseract-ocr/tesseract/issues/1573) | * #### Report a warning when the Tesseract initialisation code detects an unsupported locale setting. (See [comment](https://github.com/tesseract-ocr/tesseract/issues/1010#issuecomment-379208967)) | * #### Tesseract初期化コードがサポートされていないロケール設定を検出したときに警告を報告します。 ([コメント](https://github.com/tesseract-ocr/tesseract/issues/1010#issuecomment-379208967)を参照してください)。 | * #### Insufficient error message when output file cannot be created [Issue 1424](https://github.com/tesseract-ocr/tesseract/issues/1424) | * ####出力ファイルを作成できない場合の不十分なエラーメッセージ[課題1424](https://github.com/tesseract-ocr/tesseract/issues/1424) | * #### “no best words!!” on mixed language (fra+ara) items (see [issue 235](https://github.com/tesseract-ocr/tesseract/issues/235)) | * ####混在言語(fra + ara)の項目に「最高の言葉はありません!!」([issue 235](https://github.com/tesseract-ocr/tesseract/issues/235)を参照) | * #### mgr_.Init(traineddata_path.c_str()):Error:Assert failed: #1075 (see [issue 1075](https://github.com/tesseract-ocr/tesseract/issues/1075)) | * #### mgr_.Init(traineddata_path.c_str()):エラー:アサートが失敗しました:#1075([issue 1075]を参照(https://github.com/tesseract-ocr/tesseract/issues/1075)) | ### Features wanted for this release | ###このリリースで欲しい機能 | * #### Script for installing only selected languages from github (see [issue](https://github.com/tesseract-ocr/tesseract/issues/1440)) | * #### githubから選択した言語のみをインストールするためのスクリプト([issue](https://github.com/tesseract-ocr/tesseract/issues/1440)を参照) https://github.com/zdenop/tessdata_downloader |   https://github.com/zdenop/tessdata_downloader | ### To be discussed | ### 話し合います | Depending on available resources and opinions, these suggestions will either be added to the planning for the next or a future release or abandoned. | 利用可能なリソースや意見に応じて、これらの提案は次回または将来のリリースの計画に追加されるか、放棄される予定です。 | * #### Enhance --list-langs to show additional information for scripts and languages like legacy / LSTM, version <br/> | * #### --list-langsを拡張して、スクリプトやレガシー/ LSTM、バージョンなどの言語に関する追加情報を表示します This will make the command slower, because each file must be opened and parsed. Add this as --list-langs-details or as --list-lang-details for one language file based on lang-code? |   各ファイルを開いて解析する必要があるため、これによってコマンドが遅くなります。これを--list-langs-detailsまたはlang-codeに基づく1つの言語ファイルの--list-lang-detailsとして追加しますか。 | * #### --list-langs should also display the directory it is using | * #### --list-langsはそれが使用しているディレクトリも表示するはずです | * #### Fix the autotools build so that the debug mode uses -O0 as intended | デバッグモードが意図したように-O0を使用するようにautotoolsビルドを修正しました。 | * #### Add option to optionally select implementation for dot product (CPU, SSE, AVX, ...) | * ####オプションでドット積(CPU、SSE、AVXなど)の実装を選択するオプションを追加しました | * #### Relative includes for traineddata | * ####トレーニングデータの相対インクルード tessedit_load_sublangs should search for the sublangs relative to the parent, not starting in tessdata dir. |   tessedit_load_sublangsは、tessdataディレクトリではなく、親を基準にしてサブランを検索します。 | * #### More fixes for compiler warnings and issues reported by Coverity Scan | * #### Coverity Scanによって報告されたコンパイラーの警告および問題に対するその他の修正 | * #### Add a simple bash script for building tesseract | * #### tesseractを構築するための簡単なbashスクリプトを追加する | * #### New traineddata format | * ####新しい訓練データフォーマット In addition to the current proprietary format Tesseract could also support ZIP archives (see [discussion](https://github.com/tesseract-ocr/tesseract/pull/911)). |   現在の独自フォーマットに加えて、TesseractはZIPアーカイブもサポートすることができます([discussion](https://github.com/tesseract-ocr/tesseract/pull/911)を参照)。 A possible implementation using libarchive is [available](https://github.com/stweil/tesseract/tree/libarchive), but needs more testing. | libarchiveを使った可能な実装は[available](https://github.com/stweil/tesseract/tree/libarchive)ですが、もっとテストが必要です。 | * #### "Training light" - Learning by doing (see [issue](https://github.com/tesseract-ocr/tesseract/issues/1442)) | * #### "トレーニングライト" - することによる学習([issue](https://github.com/tesseract-ocr/tesseract/issues/1442)を参照) | * #### Modify text2image to use PrepareDistortedPix() [#1052](https://github.com/tesseract-ocr/tesseract/issues/1052) | * #### text2imageをPrepareDistortedPix()を使用するように修正しました[#1052](https://github.com/tesseract-ocr/tesseract/issues/1052) | * #### Schedule date | * ####開催日 | ### Regression of features from 3.0x | ### 3.0xからの機能の回帰 | Tesseract 4.0 should be a full replacement for Tesseract 3.05 and have the same features when used with the old OCR engine (`--oem 0`). The following regressions still need verification (are they really regressions, or are they just missing features for LSTM): | Tesseract 4.0はTesseract 3.05に完全に置き換わるものであり、古いOCRエンジン( `--oem 0`)と一緒に使われるとき同じ機能を持つべきです。次の回帰ではまだ検証が必要です(本当に回帰なのか、それともLSTMの機能が足りないのでしょうか)。 | * #### User Words (See [comment](https://github.com/tesseract-ocr/tesseract/issues/403#issuecomment-265579471)) | * ####ユーザーワード([コメント](https://github.com/tesseract-ocr/tesseract/issues/403#issuecomment-265579471)を参照) | * #### User Patterns (See [issue](https://github.com/tesseract-ocr/tesseract/issues/960)) | * ####ユーザーパターン([issue](https://github.com/tesseract-ocr/tesseract/issues/960)を参照) | ### Features from 3.0x which are missing for LSTM | ### LSTMに欠けている3.0xからの機能 | These features still work with the old OCR engine (`--oem 0`), but are missing and desired for LSTM. | これらの機能はまだ古いOCRエンジン( `--oem 0`)で動作しますが、欠けていてLSTMには望ましいです。 | * #### Black list / White list (See [issue](https://github.com/tesseract-ocr/tesseract/issues/751)). Here is a [workaround](https://github.com/tesseract-ocr/tesseract/issues/751#issuecomment-333904808). | * ####ブラックリスト/ホワイトリスト([issue](https://github.com/tesseract-ocr/tesseract/issues/751)を参照)。これは[回避策]です(https://github.com/tesseract-ocr/tesseract/issues/751#issuecomment-333904808)。 | * #### hOCR font info (See [comment](https://github.com/tesseract-ocr/tesseract/issues/1074#issuecomment-3278142444)) | * #### hOCRフォント情報([コメント](https://github.com/tesseract-ocr/tesseract/issues/1074#issuecomment-3278142444)を参照) | ## Future release | ##今後のリリース Here we collect important issues and features for the release(s) following 4.0.0. | ここでは、4.0.0以降のリリースに関する重要な問題と機能をまとめています。 | * #### New LSTM-based OSD detector (see [comment](https://github.com/tesseract-ocr/tesseract/issues/707#issuecomment-374465989)). | * ####新しいLSTMベースのOSDディテクタ([コメント](https://github.com/tesseract-ocr/tesseract/issues/707#issuecomment-374465989)を参照)。 | * #### Remove Legacy Tesseract Engine (see [issue](https://github.com/tesseract-ocr/tesseract/issues/707)) | * ####従来のTesseractエンジンを削除する([issue](https://github.com/tesseract-ocr/tesseract/issues/707)を参照) | * #### Better Multi-language implementation for training (See [comment](https://github.com/tesseract-ocr/langdata/issues/83#issuecomment-375027879)) | * ####トレーニングのためのより良い多言語実装([コメント](https://github.com/tesseract-ocr/langdata/issues/83#issuecomment-375027879を参照)) | * #### ARM SIMD support for dot product [#519](https://github.com/tesseract-ocr/tesseract/issues/519) | * #### ARM SIMDによるドット積のサポート[#519](https://github.com/tesseract-ocr/tesseract/issues/519) | * #### Using OpenMP for dot product [#983](https://github.com/tesseract-ocr/tesseract/issues/983) | * ####ドット積にOpenMPを使用する[#983](https://github.com/tesseract-ocr/tesseract/issues/983) | * #### Remove deprecated code | * ####廃止予定のコードを削除 This does not include OpenCL or the old Tesseract engine. | これにはOpenCLや古いTesseractエンジンは含まれません。 | * #### Tesseract creates output for missing input (see [issue 1023](https://github.com/tesseract-ocr/tesseract/issues/1023)). | * #### Tesseractは欠けている入力に対して出力を作成します([issue 1023](https://github.com/tesseract-ocr/tesseract/issues/1023)を参照)。 Mostly solved, but could be improved. | ほとんど解決されましたが、改善される可能性があります。 | | * #### Issue 1353: Patch for /training/tessopt.cpp (see [pull request 13](https://github.com/tesseract-ocr/tesseract/pull/13)) | * ####問題1353:/training/tessopt.cpp用のパッチ([pull request 13](https://github.com/tesseract-ocr/tesseract/pull/13)を参照) It looks like it is not possible to run more than one training in the same process. The pull request describes a possible fix, but does not include a complete implementation (low priority). | 同じプロセスで複数のトレーニングを実行することはできないようです。プルリクエストは可能性のある修正を記述しますが、完全な実装を含んでいません(低い優先順位)。

表示オプション

横に並べて表示:
変化行の前後のみ表示: