home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Science / Science.zip / goat006.zip / SRC.ZIP / goatsrc / Readme.txt < prev    next >
Text File  |  2002-08-18  |  4KB  |  89 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.  
  22. New in 0.05c
  23. * Menu shortcuts and hotkeys have been added
  24. * Window Views now work
  25.  
  26. New in 0.05b
  27. * Fix for program crash when multiple OCR Configuration windows are open and image is scanned
  28.  
  29. New in 0.05a
  30. * Image scaling now works correctly
  31. * Temp file cleanup
  32. * OCR on selected region now works
  33. * Confirmation on program exit
  34. * Bogus headder removed from text printout
  35. * All toolbar buttons should function now
  36.  
  37. New in 0.05
  38. * Image Scaling
  39. * Some memory management fixes
  40. * Coding for OCR on selected region (incomplete)
  41. * Menu updates
  42.  
  43. New in 0.04
  44. * GOCR configuration menu
  45. * INI file auto-create
  46.  
  47. New in 0.03:
  48. * Support for multiple output types
  49. * Support for external editors (with autorun capabilities)
  50. * Fix so that temp files are dumped in GOAT's directory and not that of the original image
  51. * Some menu changes
  52.  
  53. Known problems/limitations:
  54. * FIXED: Scale image code is implemented but not functioning (suspect bug in library).
  55.   Scaling has now been implemented with the "Set Image Attributes" method.
  56. * Single bit Tiffs are output inversely (suspect bug in library)
  57. * FIXED: Some buttons only have stubs right now (except for Help)
  58. * Rotate function does not behave as expected
  59. * GOCR accepts but does not honor output format options other than ISO
  60. * FIXED: External editor calls are limited to "program.exe myfile parameters" at this time
  61.   Now supports "%s" variable for file name
  62. * FIXED: when using verbose modes, GOCR sends the timestamp to STDOUT instead of STDERR (bug)
  63.   This has been fixed.  Thanks Joerge!
  64. * Image Editor "Set Selected" method does not work *AT ALL*.  Verification?
  65.  
  66.  
  67. To install:
  68. 1.  download GOAT 0.06 and unzip into an installation directory
  69. 2.  download the current version of GOCR for OS/2 and unzip it in the same directory
  70. 3.  it is assumed that you already have installed emx 0.9d (required for NetPBM)
  71. 4.  run GOAT.exe to start
  72. 5.  included is a sample 'a.pnm' to test the functionality
  73.  
  74. This is a very early beta, most features are not locked in yet and those that are may not be fully functional.
  75. Hopefully this program should be easy to understand as the help file is not complete.
  76. If you click something and it seems like it did nothing...you're probably right.  If you click something and
  77. it seems like it started to do something but produced no results...check the error.log.
  78. This program should not crash, but if it does, please copy the ouput of the STDIO error window and send it to
  79. the OS2-OCR group at http://groups.yahoo.com/group/OS2-OCR/ or email me directly at stefanj@gte.net.
  80.  
  81. GOCR is covered by the GNU Public License.
  82.  
  83. Parts of the NetPBM package are used with this program.  Please refer to NetPBM.txt for terms and conditions.
  84.  
  85. As always...
  86. This program is distributed in the hope that it will be useful,
  87. but WITHOUT ANY WARRANTY; without even the implied warranty of
  88. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  89.