home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Science / Science.zip / goat006.zip / Readme.txt < prev    next >
Text File  |  2002-08-17  |  4KB  |  90 lines

  1. GOAT beta 0.06 (formerly OCRE) Copyright Jason Stefanovich, 2002
  2.  
  3. GOAT is an acronym for Graphics Optical Analysis & Translation.
  4. This program, in conjunction with GOCR (GNU OCR) and portions of the NetPBM package, will allow you to import
  5. scanned text, manipulate it, and produce text output with just a few clicks of the mouse.
  6.  
  7. The following graphics formats are supported (open/save):
  8. PNM BMP VGA RLE DIB RL4 RL8 GIF PCX TIF TGA VST AFI IFF LBM VID KPS IAX XBM SPR SPRITE PSE PSEG PSEG38PP
  9. PSEG3820
  10. The following text formats are supported:
  11. Open: ASCII
  12. Save: ISO8859.1, TeX, HTML
  13.  
  14.  
  15. New in this version
  16. *  Fix for all problematic and invalid hotkeys
  17. *  Update to external editor configuration window to allow "%s" variable for file name in the
  18.    parameters fields
  19. *  Start of help documentation
  20. *  Fixed some issues with program close
  21. *  Other minor bug fixes and code cleanup
  22.  
  23. New in 0.05c
  24. * Menu shortcuts and hotkeys have been added
  25. * Window Views now work
  26.  
  27. New in 0.05b
  28. * Fix for program crash when multiple OCR Configuration windows are open and image is scanned
  29.  
  30. New in 0.05a
  31. * Image scaling now works correctly
  32. * Temp file cleanup
  33. * OCR on selected region now works
  34. * Confirmation on program exit
  35. * Bogus headder removed from text printout
  36. * All toolbar buttons should function now
  37.  
  38. New in 0.05
  39. * Image Scaling
  40. * Some memory management fixes
  41. * Coding for OCR on selected region (incomplete)
  42. * Menu updates
  43.  
  44. New in 0.04
  45. * GOCR configuration menu
  46. * INI file auto-create
  47.  
  48. New in 0.03:
  49. * Support for multiple output types
  50. * Support for external editors (with autorun capabilities)
  51. * Fix so that temp files are dumped in GOAT's directory and not that of the original image
  52. * Some menu changes
  53.  
  54. Known problems/limitations:
  55. * FIXED: Scale image code is implemented but not functioning (suspect bug in library).
  56.   Scaling has now been implemented with the "Set Image Attributes" method.
  57. * Single bit Tiffs are output inversely (suspect bug in library)
  58. * FIXED: Some buttons only have stubs right now (except for Help)
  59. * Rotate function does not behave as expected
  60. * GOCR accepts but does not honor output format options other than ISO
  61. * FIXED: External editor calls are limited to "program.exe myfile parameters" at this time
  62.   Now supports "%s" variable for file name
  63. * FIXED: when using verbose modes, GOCR sends the timestamp to STDOUT instead of STDERR (bug)
  64.   This has been fixed.  Thanks Joerge!
  65. * Image Editor "Set Selected" method does not work *AT ALL*.  Verification?
  66.  
  67.  
  68. To install:
  69. 1.  download GOAT 0.06 and unzip into an installation directory
  70. 2.  download the current version of GOCR for OS/2 and unzip it in the same directory
  71. 3.  it is assumed that you already have installed emx 0.9d (required for NetPBM)
  72. 4.  run GOAT.exe to start
  73. 5.  included is a sample 'a.pnm' to test the functionality
  74.  
  75. This is a very early beta, most features are not locked in yet and those that are may not be fully functional.
  76. Hopefully this program should be easy to understand as the help file is not complete.
  77. If you click something and it seems like it did nothing...you're probably right.  If you click something and
  78. it seems like it started to do something but produced no results...check the error.log.
  79. This program should not crash, but if it does, please copy the ouput of the STDIO error window and send it to
  80. the OS2-OCR group at http://groups.yahoo.com/group/OS2-OCR/ or email me directly at stefanj@gte.net.
  81.  
  82. GOCR is covered by the GNU Public License.
  83.  
  84. Parts of the NetPBM package are used with this program.  Please refer to NetPBM.txt for terms and conditions.
  85.  
  86. As always...
  87. This program is distributed in the hope that it will be useful,
  88. but WITHOUT ANY WARRANTY; without even the implied warranty of
  89. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  90.