zendalona / lios

Linux-intelligent-ocr-solution
GNU General Public License v3.0
134 stars 33 forks source link

LIOS changes v1 #30

Open krishij03 opened 2 months ago

krishij03 commented 2 months ago

v1 for #29

Recent Changes

1. Changed Toolbar Position from Vertical to Horizontal in Text View and Image View

Reason: The toolbar positioning on top of the boxes (image and text view) makes more sense because vertically, users would have to click on a side button at the end to view all the tools that were hidden due to space constraints.

2. Removed the 4 Buttons (Preferences, Video Tutorials, About, Quit)

Reason: These buttons were already present in the "Help" dropdown in the main top toolbar. Removing the duplicate buttons made the UI cleaner.

3. Renamed "Update Scanner List" Button to "Detect Scanners"

4. Removed "Scan Area" Setting from "Preferences Scanning"

5. Added a New readme.html File and Updated the "Open Readme" Functionality

Reason: Previously, clicking the "Open Readme" button would display the readme in the text view, erasing the pre-existing text. Now, the readme opens in the user's browser, allowing the existing text in the text view to remain intact.

6. Changed Home Page Link from SourceForge to the Official Zendalona Website

7. Added Line Numbers to Recognized Image's Text in Text View

Reason: Users who use LIOS visually may require line numbers as a reference to use the Go-To-Line function.

8. Fixed Go-To-Line Functionality

The function now correctly points to the corresponding lines with their correct numbers.

9. Added a Button to Show/Hide the X,Y,Width,Height Box

Reason: This box is not always required by users, so it now has an option to be hidden, providing more space for the image in image view.