Skip to content

engineered-in/pattern-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pattern Report

Finds what matters - fast.
Searches and summarizes recurring text in PDFs.

When working with large PDF documents, it’s hard to find specific patterns or details quickly.

Pattern Report scans your PDFs for multiple patterns at once - like codes, labels, or keywords - and shows you exactly where they appear.

It reports each match with its location and gives you a clean page-by-page summary, making review faster, easier and accurate.

Connect with me for similar requirements or enhancements.


How to perform the One-time Setup

  1. Install Scoop: a command line installer for windows.

    Open a command prompt and paste the below commands

    PowerShell
    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
    Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
    Read-Host "Press any key to close:"
    exit
    exit
  2. Install 7-Zip, Git and UV using scoop

    Open a command prompt and paste the below commands

    powershell
    scoop install 7zip
    scoop install git
    scoop install main/uv
    Read-Host "Press any key to close:"
    exit
    exit
  3. Clone the files

    Open a command prompt and paste the below commands

    powershell
    git clone https://github.com/engineered-in/pattern-report.git "$env:USERPROFILE\Downloads\pattern-report"
    mkdir "$env:USERPROFILE\Downloads\pattern-report\Documents"
    Read-Host "Press any key to close:"
    exit
    exit

How to use after performing the One-time Setup

  1. Update your search patterns in the Downloads\pattern-report\config.toml.

    More help on configuration here.

  2. Copy your PDF files into the Downloads\pattern-report\Documents folder

  3. Double click on the Downloads\pattern-report\launch.bat file

It automatically opens the timestamped report spreadsheet from Downloads\pattern-report\Reports folder

About

Finds what matters - fast. Searches and summarizes recurring text in PDFs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published