versionchanges.txt 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. jTessBoxEditor Change Summary
  2. Version 0.1 (10 April 2011):
  3. - Support editing box data of both Tesseract 2.0x and 3.0x formats
  4. - Implement box select & merge/split/insert/delete operations
  5. - Implement box size change function via spinners
  6. - Support Unicode conversion for the text field
  7. - Include box search function
  8. Version 0.2 (14 April 2011):
  9. - Add a provision to set font for the Box Coordinates table
  10. - Set table row height to match font
  11. - Incorporate a pangram into the Font dialog
  12. Version 0.3 (25 April 2011):
  13. - Provide a close-up view of current box
  14. Version 0.4 (28 May 2011):
  15. - Add a utility function for merging images into a multi-page TIFF
  16. Version 0.5 (5 September 2011)
  17. - Display informational tooltip for boxed characters in image pane
  18. Version 0.5.1 (12 September 2011)
  19. - Correct an issue with (small) image vertically centering in the image pane; align it to top of pane
  20. Version 0.6 (18 October 2011)
  21. - Add a utility function that creates TIFF/Box pair suitable for training with Tesseract
  22. - Fix a bug which may clear out a modified box file when loading another image
  23. - Enhance box search operations
  24. - Fix font issues in various visual components
  25. - Merged box will have a character value composed of all the characters of the merging boxes
  26. Version 0.7 (16 June 2012)
  27. - Fix an issue with opening Help file on OS X
  28. - For TIFF/Box generation:
  29. * increase line spacing
  30. * abbreviate bold/italic font style to b/i for filename
  31. * add a Prefix (Language Code) textbox
  32. * add support for text anti-aliasing
  33. Version 0.8 (16 April 2013)
  34. - Add row number header
  35. - Char cell now editable
  36. - Convert Unicode escape sequences where possible
  37. - Find box now displays Unicode characters and allows search using Unicode escape sequences
  38. - Improve Generate TIFF/Box functionality:
  39. * automatically combine boxes that have the same coordinates or completely encloses one another
  40. * automatically combine boxes that are combining symbols, specified in an external file, with the main, base character
  41. * retain last-modified exp number in Generate TIFF/Box window
  42. Version 0.9 (30 April 2013)
  43. - Enhance Generate TIFF/Box functionality to allow for combining prepending symbols in addition to appending
  44. - Fix a bug that failed to persist changes to table in edit mode
  45. - Find function now supports partial matches
  46. - Fix a problem with table not scrolling along when row header has focus and scrolling
  47. Version 1.0 (16 November 2013)
  48. - Integrate support for full automation of Tesseract training
  49. - Bundle Tesseract Windows training executables (r866), English data, and config files
  50. - Fix an issue with generated TIFF missing metadata
  51. - Optionally add noise to generated image
  52. - Bug fixes and improvements
  53. Version 1.1 (15 October 2014)
  54. - Add training support for Right-to-Left (RTL) text
  55. - Add horizontal box split using modifier keys
  56. - Add split multi-page TIFF function
  57. Version 1.2 (7 November 2014)
  58. - Break up the training process to allow flexible, incremental training
  59. - Incorporate logging
  60. Version 1.2.1 (19 November 2014)
  61. - Apply fixing unicharset's Unicode character directionality only when RTL is selected
  62. Version 1.3 (4 January 2015)
  63. - Implement function to validate generated traineddata
  64. Version 1.4 (2 May 2015)
  65. - Incorporate improvements by A2K in using hotkeys for box movement control in Box View, and adjustable box scaling and margins of Box View
  66. Version 1.5 (8 March 2016)
  67. - Improvement: train only images with box files
  68. - Create or update font_properties file