Not Jamulus, I was looking for testers #3781
JaminShanti
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Hi Jamin, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All,
I was looking for testers for my new Music part Splitter. Feedback Welcome, including logic suggestions!
I tested it with several Full Band PDFs so it has been tested by me.
https://github.com/JaminShanti/python/blob/master/music_part_splitter.py
also grab instruments.yaml or you can create your own.
From my notes,
Document Processing
music_part_splitter.py: Automates the extraction of individual instrument parts from full Big Band master score PDFs.
Uses OCR (pytesseract) to scan pages and automatically separate parts (1st Alto, 2nd Trumpet, Drums, etc.) into individually named PDF files.
Smart multi-page grouping keeps long charts together automatically.
Features an interactive CLI Wizard that catches unrecognized or misprinted OCR text, allowing you to manually assign the part.
Self-Learning: Uses an instruments.yaml configuration file. When you correct a misread in the Wizard, the script updates the YAML file to permanently remember the fix for future runs. Completely customizable for any ensemble layout.
Beta Was this translation helpful? Give feedback.
All reactions