{"id":114018,"date":"2019-11-29T15:21:37","date_gmt":"2019-11-29T15:21:37","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/wp-tesseract\/"},"modified":"2020-08-13T13:04:01","modified_gmt":"2020-08-13T13:04:01","slug":"wp-tesseract","status":"publish","type":"plugin","link":"https:\/\/hr.wordpress.org\/plugins\/wp-tesseract\/","author":17615787,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.2","stable_tag":"1.0.4","tested":"5.5.0","requires":"2.9","requires_php":"7.2","requires_plugins":"","header_name":"WP-Tesseract","header_author":"Tatter Software","header_description":"Add Tesseract's OCR (image-to-text) functionality to WordPress. Requires pre-installed software.","assets_banners_color":"dcc39e","last_updated":"2020-08-13 13:04:01","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/paypal.me\/tatter","header_plugin_uri":"https:\/\/github.com\/tattersoftware\/wp-tesseract","header_author_uri":"https:\/\/tattersoftware.com\/","rating":0,"author_block_rating":0,"active_installs":50,"downloads":2962,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-256x256.png":{"filename":"icon-256x256.png","revision":"2203471","resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"2203471","resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1","1.0.2","1.0.3","1.0.4"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"2203471","resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"2203471","resolution":"2","location":"assets","locale":""},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"2203471","resolution":"3","location":"assets","locale":""}},"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1346,163,84,46713,46714],"plugin_category":[50],"plugin_contributors":[96234,179189],"plugin_business_model":[],"class_list":["post-114018","plugin","type-plugin","status-publish","hentry","plugin_tags-attachments","plugin_tags-images","plugin_tags-media","plugin_tags-ocr","plugin_tags-optical-text-recognition","plugin_category-media","plugin_contributors-formasfunction","plugin_contributors-tattersoftware","plugin_committers-tattersoftware"],"banners":{"banner":"https:\/\/ps.w.org\/wp-tesseract\/assets\/banner-772x250.png?rev=2203471","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/wp-tesseract\/assets\/icon-256x256.png?rev=2203471","icon_2x":"https:\/\/ps.w.org\/wp-tesseract\/assets\/icon-256x256.png?rev=2203471","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-tesseract\/assets\/screenshot-1.png?rev=2203471","caption":""},{"src":"https:\/\/ps.w.org\/wp-tesseract\/assets\/screenshot-2.png?rev=2203471","caption":""},{"src":"https:\/\/ps.w.org\/wp-tesseract\/assets\/screenshot-3.png?rev=2203471","caption":""}],"raw_content":"<!--section=description-->\n<p>A plugin for extracting text from attached images using <a href=\"http:\/\/en.wikipedia.org\/wiki\/Optical_character_recognition\">OCR<\/a> via <a href=\"https:\/\/github.com\/tesseract-ocr\/\">Tesseract<\/a>.\nThis plugin adds a new post named for each image upload containing any recognized text characters within the file.\nThis text can then be edited for accuracy and used elsewhere on the site.<\/p>\n\n<p>The OCR plugin requires a supported version of PHP with the GD extension and the following command line utility:\n* <a href=\"https:\/\/github.com\/tesseract-ocr\">Tesseract<\/a> for the actual OCR\nThis utility must be manually installed on your server and executable by PHP.\n<strong>This process, and consequently this plugin, is recommended only for advanced users.<\/strong><\/p>\n\n<!--section=installation-->\n<ol>\n<li>Install Tesseract OCR on your server (<a href=\"https:\/\/github.com\/tesseract-ocr\/tesseract\/wiki\/\">Tesseract wiki<\/a>)<\/li>\n<li>Search and add the plugin from WordPress, or upload a copy of the source to your <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the <code>Plugins<\/code> menu in WordPress<\/li>\n<li>Configure the plugin through the <code>Plugins &gt; OCR<\/code> link in the sidebar menu in WordPress<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt><h3>What is Tesseract OCR and where do I get it?<\/h3><\/dt>\n<dd><p>Tesseract OCR is an open source <a href=\"http:\/\/en.wikipedia.org\/wiki\/Optical_character_recognition\">optical character recognition<\/a> library that\nthe WordPress OCR plugin uses to extract text from images.\nThe library as well as installation instructions can be found at\n<a href=\"https:\/\/github.com\/tesseract-ocr\/tesseract\/wiki\/\">https:\/\/github.com\/tesseract-ocr\/tesseract\/wiki\/<\/a>.<\/p><\/dd>\n<dt><h3>How do I know if \/ where I have Tesseract installed on my server?<\/h3><\/dt>\n<dd><p>Linux:<\/p>\n\n<ol>\n<li>SSH into your server and type <code>which tesseract<\/code>.<\/li>\n<li>If Tesseract is installed and in your shell environment PATH the terminal should return a path similar to <code>\/opt\/local\/bin\/tesseract<\/code>.<\/li>\n<li>Place this path in the configuration of the OCR plugin through the <code>Settings &gt; Tesseract<\/code> link in the sidebar menu in WordPress<\/li>\n<\/ol><\/dd>\n<dt><h3>Where is the detected text stored?<\/h3><\/dt>\n<dd><p>The text detected by the OCR plugin is added as a new post, named after the image file.<\/p><\/dd>\n<dt><h3>What is the 'Resize percentage' configuration option?<\/h3><\/dt>\n<dd><p>The OCR plugin is tailored to detect text in images with ~12pt text at 72dpi.\nGD is used to upscale the temporary TIFF images fed to Tesseract as Tesseract is generally more accurate with\nlarger type, even if it's been upscaled from a smaller source. If you wish to disable this option simply set this\nconfiguration option to <code>100%<\/code> and no resizing will occur.<\/p><\/dd>\n<dt><h3>What if I just want to use the plugin but not install anything?<\/h3><\/dt>\n<dd><p>Hosting options are available. See <a href=\"https:\/\/tattersoftware.com\">https:\/\/tattersoftware.com<\/a>\nfor contact info.<\/p><\/dd>\n<dt><h3>How about that great banner photo?<\/h3><\/dt>\n<dd><p>The plugin's banner photo is by Ekrulila from Pexels.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.1.0<\/h4>\n\n<p>Initial Release.<\/p>\n\n<h4>1.0.0<\/h4>\n\n<p>Complete rewrite: updates for PHP 7, ImageMagick replaced by GD, added language support<\/p>\n\n<h4>1.0.1<\/h4>\n\n<p>Actions for automated publication, License updates, Name bugfix<\/p>\n\n<h4>1.0.2<\/h4>\n\n<p>Clean up docs, remove legacy references<\/p>\n\n<h4>1.0.3<\/h4>\n\n<p>Add uploaded file as featured image, bump PHP requirement for EOL<\/p>\n\n<h4>1.0.4<\/h4>\n\n<p>Backend tweaks for WordPress 5.4<\/p>","raw_excerpt":"A plugin for extracting text from attached images using OCR via Tesseract.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/hr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/114018","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/hr.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/hr.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=114018"}],"author":[{"embeddable":true,"href":"https:\/\/hr.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/tattersoftware"}],"wp:attachment":[{"href":"https:\/\/hr.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=114018"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/hr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=114018"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/hr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=114018"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/hr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=114018"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/hr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=114018"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/hr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=114018"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}