Tag Archives: OSX

ISOlator

Got a Linux CD you want another copy of, but don’t want to download it again? Got a CD that needs to be in the computer to play your game, but you don’t want to risk scratching the original? Need to make backups to protect against kids? ISOlator is for you. ISOlator takes a CD, DVD, or other mounted volume and makes an ISO out of it. The ISO can then be burned to CD, stored on your backup disk (you DO backup, right?), or put to use however you like. ISOlator uses the Unix command line program ‘dd’ to make the copies, and is very easy to use, just drag and drop!

Way back when in 2005, I wrote this little program. It’s just a thin wrapper around the unmount command and dd, but it has been quite popular. It doesn’t do anything fancy like decrypting encrypted CDs/DVDs, it just copies what it can. If that’s useful for you, great!

Download it here

NOTICE: This program is OLD (but probably still works fine!). Mac OSX is a rapidly changing platform which I am no longer using. I have no way of testing or supporting this software!

 

UPDATE/NOTICE (September 2011):

  1. ISOlator does not work with OSX Lion due to changes in Applescript. It is NOT a PowerPC / binary issue. It is related to these bugs in other programs.
  2. The fixes would probably be trivial. The script inside the ISOlator.app bundle is not encrypted
  3. I don’t have a Mac these days, so there will be no update to ISOlator
  1. If someone else does update/fix it, I’d be happy to host it or link to their site
  2. If someone buys me a Mac with Lion on it, I’d be happy to update ISOlator

 

 

Posted in Programming, Projects | Tagged , | 11 Comments

TakOCR

TakOCR : Easy OCR for Mac

Tako : Japanese for Octopus
OCRopus : Great Open Source OCR project

TakOCR is a project to fill a need I had. I needed a GUI to an OCR engine for my dad. He’s not really the compile-it-and-use-the-command-line type of guy. He is however a Mac using guy, so here are the results for your enjoyment.

Latest downloads

TakOCR.pkg version 1 md5: a7a620e1bbef92c454764c42ce1b4b8e
All packages, sources, uninstaller, etc.

NOTICE:

TakOCR is no longer supported.  If the existing program works for you, great!  If it does not work, I hope you find something else that does.

If someone wants to give me a Mac with the latest version of OSX, I would be happy to update this software. :-)

Usage

Run the installer program, then just drop images onto the program. The OCRed output will be displayed in a window which will pop up.

You will need to quit TakOCR before dropping more images onto it.

What’s Included, Copyrights

TakOCR is really just a bundle of OCRopus, ImageMagick, Ghostscript and a little wrapper application to tie it all together. ImageMagick and Ghostscript let you OCR PDFs, TIFFs, JPEGs, and many more formats.

The wrapper script is just a little Ruby program made into a dropplet application with the help of Platypus.

All of the software included is available under Open Source compatible licenses. You may download the sources at the link above and read individual packages licenses if you wish. Software included is : ImageMagick, uilib, libjpeg, leptonlib, libpng, ocropus, OpenFST, tesseract, libtiff, zlib, ghostscript.

TakOCR itself and the script behind the scenes are both placed in the Public Domain

Posted in Digitization, Programming, Projects | Tagged , , , , | 7 Comments

OpenOffice.org Aqua Rocks

I love the new OpenOffice.org Aqua. The two downsides for our family were: 1) No individual applications or launchers 2) No easy way to start it from the command line.

Today I decided I’d had enough and created some launchers both for the GUI and for the command line.

You probably don’t need these anymore! Someone sent me this notice in an e-mail

Just an FYI. I have found that in OpenOffice 3.2 running on Windows there is an openoffice icon in the system tray that when right clicked allows you to open any individual application directly. On a Mac simply keeping the openoffice icon in the dock and then right clicking it gives you the same capability.

These launchers are now unsupported! I’ll leave them here in case you need them or find them useful. Based on e-mails I get I would guess that they do not work for about 5% of people who download them. I’m sorry I can’t debug or give support, but I don’t use a Mac anymore. Of course, if someone were to give me a new Mac, I’d be happy to solve whatever problem they were having.


Individual Application Launchers for OpenOffice.org

Did you ever want each part of OpenOffice.org to have it’s own icon on Mac OSX? With these launchers you can click on the icons to start the individual programs, or you can drag files onto them to open the files directly.

To install them, just unzip the file and place them in the same directory as the OpenOffice.org application. They will not work if they are somewhere else!

These launchers were created and tested only with OSX 10.4.11, OpenOffice.org 3.0 Aqua Beta. They were made with Sveinbjorn Thordarson’s incredible Platypus program which lets you create applications from shell scripts.

OpenOffice.org Command Line Launchers for OSX

Although I will use the GUI launchers as well, they were more for my wife than for myself. After creating the GUI OO.o launchers, I spent a little time in self indulgence and created a command line launcher for my own use.

To install these launchers, untar them to a directory in your path, eg:

tar xzf OpenOffice.org_cmd_line.tgz -C /usr/local/bin

There is actually only one file with several hard links to the same file. The appropriate part of OpenOffice.org will be launched depending on the name of the executable.

The included launchers are:

  • oobase
  • oocalc
  • oodraw
  • ooimpress
  • oomath
  • oooffice
  • oowriter

The command line launchers assume that soffice.bin (the actual OpenOffice.org executable) is located at

/Applications/OpenOffice.org/OpenOffice.org.app/Contents/MacOS/soffice.bin

If this is not the case, you will need to edit one of the launchers and change the ooCommand variable. Since the launchers are all hard linked, editing one of them will fix them all.

Running the command line launchers gives an error “XPath error : Invalid or inclomplete context”, but I’m not sure why and they still seem to work, so I’m not going to spend time chasing it down. If someone knows how to fix it, let me know and I will fix the scripts.

License

These launchers are all licensed under the same terms as OpenOffice.org itself. The GUI launch scripts are based on scripts found withing the OpenOffice.org.app bundle, and the icons are taken from there as well.

Posted in Programming, Projects | Tagged , | 4 Comments