問題タブ [readable]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
10 に答える
1450 参照

encoding - 発音可能なエンコーディングは存在しますか?

私は UUID を使用していますが、読み取り、書き込み、および通信には特に適していません。だから私はそれらをエンコードしたいと思います。base64 または base32 を使用することもできますが、とにかく簡単ではありません。base64 には大文字と記号が含まれています。Base32 の方が少し優れていますが、それでも不器用なものを取得できます。

読みやすさを向上させ、できれば少し圧縮するために、数値を口当たりの良い音素にエンコードするためのきれいできれいな方法があるかどうか疑問に思っていました。

0 投票する
1 に答える
86 参照

asp.net - テキストボックスを読みやすくすることに関する質問?

texboxを読み取り可能にしたいMVCアプリケーションがありますが、次の構文を使用しましたが、機能していません。どこが間違っているのか教えてください

よろしくお願いしますリッツ

0 投票する
1 に答える
1961 参照

c# - ハウツー:C#を使用してOCRの前にPDF品質を改善する

スキャンしたファイルのフォルダーを監視するサービスを作成しています。ファイルがそこにあると、サービスはそれを取得し、読み取り可能なPDFに変換します。このプロセスでは、サービスはバーコードも検索します。この後、テキストが抽出され、そのテキストを含むファイルがソフトウェアのデータベースに保存されます。場所はバーコードに基づいています。

現在、OCRには、AtalasoftのSDK(http://www.atalasoft.com/)を使用しています。また、このSDKにはバーコードレコグナイザーが含まれています。

しかし、変換されたテキストにはまだいくつかの間違いがあります。(他のOCRプログラムでいくつかのテストを実行しましたが、Atalasoftはうまくいきました。)OCRの目的でPDFの品質を向上させることができるソフトウェア(SDKキット)を探しています。

Kofax VRS Elite(http://www.kofax.com/vrs-virtualrescan/)をテストしました。似たようなものを探していますが、それはある種のSDKキットを使用してサービスに実装できます。

以前にこれを行った人、または同様の問題を抱えた人はいますか?事前にt​​hx!

0 投票する
2 に答える
1600 参照

tcl - stdinがTCLで読み取り可能かどうかを確認するにはどうすればよいですか?

次のコマンドを使用して、次のコールバックを登録できますstdin

これは、updateコマンドの実行中に、でthatCallback使用可能な入力がある間、何度も評価することを意味しますstdin

で入力できるかどうかを確認するにはどうすればよいstdinですか?

0 投票する
1 に答える
281 参照

python - Python プログラムで抽出した後、Gmail から電子メールの内容を読み取ることができません

こんにちは、Python プログラムがあり、gmail からメールを取得できます。たくさんあるという事実を除いて、すべてが正常に機能します

そういうもの。電子メールから HTML を削除すると、これがクリーンアップされますか? このコンテンツを参照する方法もわかりません。電子メールが書かれている特定の言語はありますか?

ps ..画像を投稿できないため、一部を削除する必要がありました。

0 投票する
1 に答える
100 参照

php - 行対応テキストを人間が読める形式にフォーマットする

行対応のテキストを人間が読める形式にするアイデアはありますか?

On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains.On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains.

0 投票する
1 に答える
881 参照

spring-mvc - Spring MVC 3.2 -- NotReadablePropertyException

Spring 3.2 アプリケーションで次の例外が発生します。

これが私のコントローラーのメソッドです。ArrayList をコマンド オブジェクトに入れているので、後でコマンド オブジェクトから Bulletin オブジェクトを取得するときに問題が発生するようです。

なんらかの理由で、ページの上部にあるフォームの行に問題がフラグ付けされています。ここにJSPがあります。何か案は?

0 投票する
1 に答える
66 参照

c++ - テンプレートパラメータの要件をユーザーに明示的に知らせる方法は?

たとえば、私はクラスを持っています

より読みやすいコードを生成したい。ユーザーにテンプレート パラメータの要件を明示的に知らせる良い設計はありますか?

0 投票する
1 に答える
98 参照

c - c - 読み取り可能なバイトをチークする

皆さんからの助けはほとんど必要ありません

バイトが読み取り可能かどうかを確認したいだけです。ソリューションを検索しましたが、見つかりません

あなたが私を助けてくれることを願っています

バイトが読み取り可能かどうかをチェックするタグを付ける場合に必要なこのコードがあります