Okay, let's try this again.
Just had to fix a script error with my chronicle script because it wasn't telling me how many pages were being uploaded and it wasn't naming the files correctly, something had broken in the code.
Now that we fix this, I present for anyone's enjoyment who wants to have a bit of a play, Chronicle document extractor.
An AI coded program for people who want to perform optical character recognition or text cleanup for Accessible reading using Google Gemini.
I have put a tonne of features into this program and there are nine different menus but most can be skipped.
It's general public license and for want of better hosting, I have put it on dropbox.
I'd like to know your thoughts if you want to test.
Please look at the read me file in the docs folder, it will explain how to do everything.
There's also a nice big fat technical document explaining exactly how it works with the AI models.
https://www.dropbox.com/scl/fi/x4cy9l5dtqj4celre48ql/Chronicle-Document-Extractor.zip?rlkey=89e3g003a3htvbh1y9huhzj7p&dl=0 #vibecoding #Blind #Accessibility #OCR
Chronicle Document Extractor.zip

Shared with Dropbox

Dropbox
@TheVoiceGuy Have you done much testing with JPG files? I just attempted to run a file through and got a message saying string missing from the terminator. It has done an excellent job however as it was a jpg of a handwritten invoice. Also, not sure if you already know, but if you simply put the line: Title Chronicle at the top of your batch file, it will give the CMD window a nice title instead of the user seeing C:\windows\System32\cmd.exe
@sjtaylor Could you do me a favour? If you’re able, could you send me the JPG file and if you can get a hold of it, the actual error message. Even if you give me the Terminal log in a text file.
Would really help me out.
I haven't done a lot with JP's at the moment.
@TheVoiceGuy Processing complete!
The string is missing the terminator: '.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : TerminatorExpectedAtEndOfString

Press any key to continue .
https://www.dropbox.com/scl/fi/c452l6644sduvs8vpazlc/Tax-invoice.jpg?rlkey=b672adr43a103mpb3rs4970ft&dl=1
@sjtaylor Gemini got stuck in some kind of coding loop and was giving me skeleton code.
Almost ruined the whole project.