问题标签 [text2image]
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.
linux - 用于在 linux 中显示文本、powerpoint 样式的工具
我有一个问题,我需要一种方法来在计算机显示器上显示一系列重复的“图像”。具体来说,给定一系列文本文件,我想要一种在屏幕上以类似于 powerpoint 的方式显示所述文件内容的方法。
我目前的想法是找到一些工具来接收某种格式的文本文件,然后输出包含文件中文本的图像。然后我将它放在一个目录中,并让一些幻灯片程序不断地在该目录中的图像之间移动。显然,这是一个非常hacky的解决方案。
那么,有没有人知道可以做这种事情的工具?还是有更好的方法来做到这一点?我查看了库 libgd2,但它似乎不支持图像的文本换行,这是我需要的。
谢谢!
image-manipulation - 使用 ImageMagick,您如何查看所有可用的字体?
ImageMagick 可以以给定的字体将文本绘制到图片中,如何查看系统的所有可用字体?
imagemagick - ImageMagick:字体平台独立
ImageMagick 系统中的字体是否依赖于 ImageMagick 系统,或者它们是否来自 ImageMagick 并且可以在任何平台中同样使用。
php - 是否有任何免费的 php 代码可以将文本转换为漂亮的徽标?
我想要一个 php 函数,它可以将文本作为输入并使用该文本生成一个漂亮的徽标(图像)。如果标志的风格(颜色、阴影、形状、大小等)具有灵活性,那就太好了。有人可以推荐一些东西吗?
ios7 - tesseract ocr 在 ios (7) 上效果很差
我不知道我或 tesseract 库是否有问题,但它的工作原理很糟糕。
这是我要从中提取文本的示例图像:
这就是我运行后得到的:
我应该怎么做?
tesseract - 如何运行 text2image.cpp
我正在研究 tesseract。我想为 tesseract 创建新的培训语言。请谁能告诉我培训新语言的具体步骤是什么。并告诉我如何运行 text2image.cpp 程序。提前致谢。
php - 为什么我的遗言被打断了?
我正在使用imagettftext
andimageTTFBbox
将字符串转换为字符串的图像。
例如下面这个字符串
这个星球有——或者更确切地说有——一个问题,那就是:生活在它上面的大多数人几乎一直都不快乐。针对这个问题提出了许多解决方案,但其中大多数主要关注绿色小纸片的运动,这很奇怪,因为总的来说不是绿色小纸片不开心。
变成
但是,最后一行左右正在被切断。
我的设置包括以下内容:用于包装文本的包装器函数(工作得很好),以及如下所示的主要 img2Text 函数:
我相信问题在于 imageTTFBox 内置函数或我使用它来计算图像的高度。它似乎低估了较长文本字符串的高度。相关的代码行是line 6
,为方便起见,我将其复制在下面:
以供参考:
对于未启动的imageTTFBbox:
此函数计算并返回 TrueType 文本的边界框(以像素为单位)。
编辑
timclutton的回答是有道理的,我试过删除这$__H += 6;
条线,它确实有帮助。现在只有最后一点被切断了。(见下图)
macos - Tesseract on Mac OS X: Finding libcairo.so and libtesseract.so for use with text2image
Anyone running Tesseract on Mac? I am trying to use the text2image tool from the /training directory. But it fails with the following errors:
The first one is particularly strange. As if a developer had hard-coded his local working directory. However, the line number doesn't match up with the source and the name "rays" is not found anywhere.
So, for the next two errors: I have installed Tesseract from source as per the intructions. It works fine. Then, I had a hard time getting text2image running, due to a whole bunch of missing libraries. In the end, I worked it out using Fink as package manager and a build script found here: https://gist.githubusercontent.com/roxlu/1322204eabbd5d42c2d0/raw/1b8546cfaef56b2bc5b120a8b201e6ddaf5bcad6/build_unix_dependencies.sh
But the two libraries mentioned in the subject line are still missing: libcairo.so and libtesseract.so. I do have the following on my system: - libtesseract.3.dylib - libtesseract.a - libtesseract.la - libcairo.2.dylib
I am not sure, if the .dylib's can somehow be made in shared object files (.so). Any ideas?
Cheers,
Martin
macos - Tesseract text2image 分割错误:11
在 El capitan 当我在 tesseract 训练中应用 text2image 时,text2image 给出分段错误:11 错误。
我正在应用这个命令: text2image --text=training_text.txt --outputbase=eng.TimesNewRomanBold.exp0 --font='Times New Roman Bold' --fonts_dir=/Library/Fonts
ocr - 正方体:未找到 text2image (Mac OS X)
在解决了几十个障碍之后,这一个(或两个)终于阻止了我......
因此,我正在尝试针对特定字体训练 Tesseract 3.04,并且我已经完成了几个 .box 文件,每个文件超过 800 个字符。然后我创建了 .tr 文件,现在我准备好训练 Tesseract:
这是我收到的一个错误:
任何建议都有帮助!谢谢!