<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/mova/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/mova/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 24 Jul 2026 12:04:09 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mova/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by q83</title><link>https://sourceforge.net/p/mova/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -1,6 +1,6 @@
 # PDF Reader TTS  Mova

-**PDF Reader TTS** is a desktop application written in Python using **PySide6**. It combines a PDF viewer with text-to-speech (TTS), allowing users to read PDF documents while listening to synchronized speech.
+**PDF Reader TTS Mova** is a desktop application written in Python using **PySide6**. It combines a PDF viewer with text-to-speech (TTS), allowing users to read PDF documents while listening to synchronized speech.

 ## Features

@@ -43,7 +43,7 @@
 pdffonts output.pdf
 ```

-The generated `output.pdf` can now be opened in **PDF Reader TTS  **, and the extracted text will be available for synchronized text-to-speech playback.
+The generated `output.pdf` can now be opened in **PDF Reader TTS Mova **, and the extracted text will be available for synchronized text-to-speech playback.

 ## Requirements

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">q83</dc:creator><pubDate>Fri, 24 Jul 2026 12:04:09 -0000</pubDate><guid>https://sourceforge.net82f34e3dad4850033d77cd226a467cdfcc930870</guid></item><item><title>Home modified by q83</title><link>https://sourceforge.net/p/mova/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,4 +1,4 @@
-# PDF Reader TTS in Mova
+# PDF Reader TTS  Mova

 **PDF Reader TTS** is a desktop application written in Python using **PySide6**. It combines a PDF viewer with text-to-speech (TTS), allowing users to read PDF documents while listening to synchronized speech.

@@ -43,7 +43,7 @@
 pdffonts output.pdf
 ```

-The generated `output.pdf` can now be opened in **PDF Reader TTS Mova **, and the extracted text will be available for synchronized text-to-speech playback.
+The generated `output.pdf` can now be opened in **PDF Reader TTS  **, and the extracted text will be available for synchronized text-to-speech playback.

 ## Requirements

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">q83</dc:creator><pubDate>Fri, 24 Jul 2026 12:03:00 -0000</pubDate><guid>https://sourceforge.net416537c0120acee6e1f1012ef844da026ebda629</guid></item><item><title>Home modified by q83</title><link>https://sourceforge.net/p/mova/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -43,7 +43,7 @@
 pdffonts output.pdf
 ```

-The generated `output.pdf` can now be opened in **PDF Reader TTS**, and the extracted text will be available for synchronized text-to-speech playback.
+The generated `output.pdf` can now be opened in **PDF Reader TTS Mova **, and the extracted text will be available for synchronized text-to-speech playback.

 ## Requirements

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">q83</dc:creator><pubDate>Thu, 23 Jul 2026 22:58:55 -0000</pubDate><guid>https://sourceforge.net2ec3aca303faa0ae7822da2ad653a87d0081903a</guid></item><item><title>Home modified by q83</title><link>https://sourceforge.net/p/mova/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,4 +1,4 @@
-# PDF Reader TTS
+# PDF Reader TTS in Mova

 **PDF Reader TTS** is a desktop application written in Python using **PySide6**. It combines a PDF viewer with text-to-speech (TTS), allowing users to read PDF documents while listening to synchronized speech.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">q83</dc:creator><pubDate>Thu, 23 Jul 2026 22:49:34 -0000</pubDate><guid>https://sourceforge.net0076f7f808bf41216b164c1b4f7c7098d620972d</guid></item><item><title>Home modified by q83</title><link>https://sourceforge.net/p/mova/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,7 +1,66 @@
-$sudo apt install ocrmypdf tesseract-ocr tesseract-ocr-pol
+# PDF Reader TTS

+**PDF Reader TTS** is a desktop application written in Python using **PySide6**. It combines a PDF viewer with text-to-speech (TTS), allowing users to read PDF documents while listening to synchronized speech.

-$ocrmypdf --force-ocr -l pol+eng input.pdf output.pdf
+## Features
+
+* Open and display PDF documents.
+* Extract text directly from PDF pages.
+* Read text aloud using **eSpeak NG**.
+* Highlight the currently spoken sentence.
+* Navigate between PDF pages.
+* Adjustable reading speed.
+* Multiple language support.
+* Read either the entire page or a selected text fragment.
+
+## OCR Support
+
+Some PDF files contain only scanned images and do not include searchable text. In such cases, OCR (Optical Character Recognition) must be performed before opening the document in the application.
+
+### Check whether a PDF contains text
+
+```bash
+pdffonts input.pdf
+```
+
+If no fonts are listed, the document is most likely a scanned PDF.
+
+### Install OCR tools
+
+```bash
+sudo apt install ocrmypdf tesseract-ocr tesseract-ocr-pol
+```
+
+For English and Polish documents:
+
+```bash
+ocrmypdf --force-ocr -l pol+eng input.pdf output.pdf
+```
+
+After OCR processing, verify that text has been embedded:
+
+```bash
+pdffonts output.pdf
+```
+
+The generated `output.pdf` can now be opened in **PDF Reader TTS**, and the extracted text will be available for synchronized text-to-speech playback.
+
+## Requirements
+
+* Python 3
+* PySide6
+* PyMuPDF (`fitz`)
+* eSpeak NG
+* OCRmyPDF (optional, for scanned PDFs)
+* Tesseract OCR (optional)
+
+## Usage
+
+1. Open a PDF document.
+2. If the document is scanned, process it with OCR first.
+3. Click **Play** to start reading.
+4. Optionally select a fragment of text to read only the selection.
+5. Use **Pause**, **Stop**, or **Next Sentence** to control playback.



&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">q83</dc:creator><pubDate>Thu, 23 Jul 2026 22:46:11 -0000</pubDate><guid>https://sourceforge.net36ca131f38729fd8629bdef2fd9d0cb2517eb2f5</guid></item><item><title>Home modified by q83</title><link>https://sourceforge.net/p/mova/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -5,7 +5,7 @@



-The wiki uses [Markdown](/nf/markdown_syntax) syntax.
+

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">q83</dc:creator><pubDate>Thu, 23 Jul 2026 22:10:19 -0000</pubDate><guid>https://sourceforge.netc6537df985b6f20ac9e8f66b53194aa7ae77bf08</guid></item><item><title>Home modified by q83</title><link>https://sourceforge.net/p/mova/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,6 +1,9 @@
-Welcome to your wiki!
+$sudo apt install ocrmypdf tesseract-ocr tesseract-ocr-pol

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+
+$ocrmypdf --force-ocr -l pol+eng input.pdf output.pdf
+
+

 The wiki uses [Markdown](/nf/markdown_syntax) syntax.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">q83</dc:creator><pubDate>Thu, 23 Jul 2026 22:10:02 -0000</pubDate><guid>https://sourceforge.netee852b059258996d29f6d2395a938f8011f8c9b8</guid></item><item><title>Home modified by q83</title><link>https://sourceforge.net/p/mova/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a href="/nf/markdown_syntax" rel="nofollow"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
    &lt;ul class="md-users-list"&gt;
        &lt;li&gt;&lt;a href="/u/q83/"&gt;q83&lt;/a&gt; (admin)&lt;/li&gt;
        
    &lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-6a55f3079c34a2f1904d7841" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">q83</dc:creator><pubDate>Tue, 14 Jul 2026 08:27:53 -0000</pubDate><guid>https://sourceforge.net83bff14cb1e45e7d31393762b7461f6af9aa0a74</guid></item></channel></rss>