Skip to content

steguiosaur/SaLitrato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salitrato Logo

🌐 Description

Text search desktop app for multiple image files

⚙️ Features

  • Included image files are indexed for search
  • Run Boyer-Moore Algorithm on included files
  • Display all instances of pattern in a list
  • Preview occurence of selected pattern when selected on list

📷 Screenshot

Salitrato Screenshot

📋 Setup Guide

Prerequisites

  • Python 3.11.x
  • Tesseract (OCR engine)
  • Install required dependencies

Execution

  1. Setup Python virtual environment

    Skip this part if system packages does not break on pip installs.

    python -m venv venv
    source venv/bin/<enter_sh_executable>
  2. Install dependencies

    pip install -r requirements.txt
  3. Run the program by executing src/main.py in the $SOURCES folder

    python main.py

About

Folderwide image text search

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages