Skip to content

Commit

Permalink
Set version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jan 28, 2022
1 parent 645fd76 commit 7531453
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SET(ENV{LC_ALL} "C")
# Project properties
PROJECT(gimagereader)
SET(PACKAGE_NAME gImageReader)
SET(PACKAGE_VERSION 3.3.1)
SET(PACKAGE_VERSION 3.4.0)
SET(PACKAGE_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/share/locale")


Expand Down
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
gImageReader 3.4.0 (Jan 28 2022):
* Add support for tesseract 5.0
* Add Qt6 support
* Add thumbail view for source documents
* Add batch mode for recognizing multiple documents
* Display sources in a tree
* Allow opening output files directly from the source tree if they exist next to the source with the same basename
* Allow moving image selection boxes
* Text: Add multi-tab support
* HOCR: Allow specifying whether new output is inserted/appended
* HOCR: Allow opening multiple files at once, also from command line
* HOCR: Add proof-reading widget (Qt interface only)
* HOCR: New batch export dialog
* HOCR: Add quick navigation for low confidence words

gImageReader 3.3.1 (Jul 28 2019):
* HOCR: propagate attributes to manually added elements (@foghawk)
* HOCR: improve spelling of hyphenated words (@foghawk)
Expand Down
22 changes: 21 additions & 1 deletion data/manual.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,21 @@
<h3><a name="News">News</a></h3>
<p><i>A detailed list of changes can be found in the commit log: https://github.com/manisandro/gImageReader/commits/master</i></p>
<pre style="max-height: 200px; overflow-y: auto; padding: 1em; border: 1px solid gray;">
gImageReader 3.4.0 (Jan 28 2022):
* Add support for tesseract 5.0
* Add Qt6 support
* Add thumbail view for source documents
* Add batch mode for recognizing multiple documents
* Display sources in a tree
* Allow opening output files directly from the source tree if they exist next to the source with the same basename
* Allow moving image selection boxes
* Text: Add multi-tab support
* HOCR: Allow specifying whether new output is inserted/appended
* HOCR: Allow opening multiple files at once, also from command line
* HOCR: Add proof-reading widget (Qt interface only)
* HOCR: New batch export dialog
* HOCR: Add quick navigation for low confidence words

gImageReader 3.3.1 (Jul 28 2019):
* HOCR: propagate attributes to manually added elements (@foghawk)
* HOCR: improve spelling of hyphenated words (@foghawk)
Expand Down Expand Up @@ -257,6 +272,8 @@ gImageReader 2.90 (Feb 11 2014):
<li>To capture a screenshot, paste image data from the clipboard, or open a recently opened file, click on the arrow next to the open button.</li>
<li>You can manage the list of opened images with the buttons next to the open button. Temporary files (such as screenshots and clipboard data) are automatically deleted when the program exists.</li>
<li>To acquire an image from a scanning device, click on the <i>acquire tab</i> in the <i>sources pane</i>.</li>
<li>If an existing output text/html document exists next to a source document, an icon is displayed next to that document in the source tree allowing to open the existing output directly.</li>
<li>The <i>Thumbnails</i> section in the lower part of the source tree will display the thumbnails of the selected documents in the source tree.</li>
</ul>
<h3><a name="Usage_View">Viewing and adjusting images</a></h3>
<ul>
Expand All @@ -281,6 +298,7 @@ gImageReader 2.90 (Feb 11 2014):
</ul>
</li>
<li>The <b>recognition language</b> can be selected from the drop-down menu of the <i>recognize button</i> in the <i>main toolbar</i>. If a spelling dictionary is installed for a tesseract language definition, it is possible to choose between available regional flavors of the language. This will only affect the language for spell-checking the recognized text. Unrecognized tesseract language definitions will appear by their filename prefix, one can however teach the program to recognize such files by defining appropriate rules in the program configuration (see below). Multiple recognition languages can be specified at once from the <i>Multilingual</i> submenu of the drop-down menu. The installed tesseract language definitions can be managed from the <i>Manage languages...</i> menu entry in the drop-down menu of the <i>recognize button</i>, see also <a href="#InstallTessdata">below</a>.</li>
<li>When selecting multiple documents in the source pane, the <i>Batch mode</i> option appears when pressing the recognize button. This mode processes all selected documents and writes the output next to the source file.</li>
</ul>
<h3><a name="Usage_RecognizeText">Recognizing and post-processing in plain text mode</a></h3>
<ul>
Expand Down Expand Up @@ -314,6 +332,8 @@ gImageReader 2.90 (Feb 11 2014):
</ul>
</li>
<li>When exporting to PDF, the user is prompted for the font family to use, whether to honour the font sizes detected by the OCR engine, and whether to attempt to homogenize the text line spacing. Also, the user can select the color format, resolution and compression method to use for images in the PDF document to control the size of the generated output.</li>
<li>Besides PDF, the hOCR document can also be exported to plain text and ODT.</li>
<li>The <i>HOCR Batch Export</i> button in the main toolbar allows batch-exporting a collection of hOCR HTML files to PDF/ODT/Text. All hOCR HTML files below the selected source folder are processed and corresponding PDF/ODT/Text files are written next to the HTML files. The <i>Group outputs of N lowest levels</i> option allows specifing that the HTML files of the N lowest hierarchy levels of the source tree are stored into a single exported PDF/ODT/Text file N folder levels above the lowest level.</li>
</ul>
<h3><a name="Usage_Options">Program options</a></h3>
<ul>
Expand Down Expand Up @@ -373,7 +393,7 @@ If you find an issue or have a suggestion, please file a ticket to the <a href="
<li>Try to describe as best as you can what you were doing and whether the problem is reproducible.</li>
</ul>
<hr />
<p>Copyright &copy;2009-2020 Sandro Mani, revision: Thu, Jul 25 2019</p>
<p>Copyright &copy;2009-2022 Sandro Mani, revision: Frid, Jan 28 2022</p>
</body>

</html>

0 comments on commit 7531453

Please sign in to comment.