|
Ath
|
 |
« Reply #25 on: April 01, 2012, 03:37:17 PM » |
|
Updated ScriptLineCounter to version 1.4.0.0What's new/changed: - Added: PDF read capability
- Added: Parsing FileFormat 3, as supplied in pdf, nearly correct, to be validated
- Added: -oc (OutputContent) option, no ini setting, displays all read file-content to console when -v also is set
- Added: -im (IgnoreMinimalScore) option, no ini setting
- Added: -xe option, Extra Info sheet to excel file, listing all files, the recognition percentage and the file-format detected
- Improved: Overhauled GUI options and layout, added url-label with link to DC-forum thread
TODO: (in priority-order) - Improve and expand the GUI interface (partially done)
- Possibly add headers and footers to the output
- Add some unexpected features
 - Fix any bugs or issues reported (2 until now
) Handle pdf files for inputHandle extra file-format extracted from samples receivedWrite a Readme.txt fileCreate a GUI interface Download:
|
|
|
|
|
Logged
|
|
|
|
|
Ath
|
 |
« Reply #26 on: April 07, 2012, 08:54:59 AM » |
|
Updated ScriptLineCounter to version 1.4.1.0What's new/changed: - Fixed: Exception when generating output but no episodes where found (no files?)
- Improved: If a .doc file is actually a disguised .rtf file, then read it like rtf, and same for .docx
- Improved: Remove non-breaking spaces from character names, as found in some .doc files
- Added: ScriptLineCounter.exe built using Launch4j, to avoid having a Command prompt open during run, also disables Console output
- Added: Messagebox feature when running from .exe, messages to console shown as messagebox when needed
- Added: ScriptLineCounter-CharacterMapping.properties settings file to merge multiple characters into 1, for resolving some typo's, supports Unicode
- Added: ScriptLineCounter-CharacterNames.properties settings file to replace [CharacterNames] section in ini file, supports Unicode
- Added: ScriptLineCounter-IgnoreCharacters.properties settings file to replace [IgnoreCharacters] section in ini file, supports Unicode
TODO: (in priority-order) - Improve and expand the GUI interface (partially done)
- Possibly add headers and footers to the output
- Add some unexpected features
 - Fix any bugs or issues reported (3 until now
) Handle pdf files for inputHandle extra file-format extracted from samples receivedWrite a Readme.txt fileCreate a GUI interface Download: Screenshot: A new screenshot would be appropriate, as it has been changed quite a bit since the previous one was taken  The Console section is marked to emphasize that it's disabled when running the .exe, as that has no Console capabilities.
|
|
|
|
|
Logged
|
|
|
|
|
Ath
|
 |
« Reply #27 on: April 09, 2012, 05:11:19 AM » |
|
Updated ScriptLineCounter to version 1.4.2.0What's new/changed: - Added: OpenOffice/LibreOffice .odt and .ods read capability (minimal support)
- Added: More (optional) sheets if -xe specified: Name mappings and Ignored names
- Improved: Extra info sheet now shows percentages with 1 decimal place, and has extra columns for text-lines found and lines recognized
- Improved: Refactorings in code
TODO: (in priority-order) - Replace own logging system by log4j (already required/used by some libs)
- Improve and expand the GUI interface (partially done)
- Possibly add headers and footers to the output
- Add some unexpected features
 - Fix any bugs or issues reported (3 until now
) Handle pdf files for inputHandle extra file-format extracted from samples receivedWrite a Readme.txt fileCreate a GUI interface Download:
|
|
|
|
|
Logged
|
|
|
|
|
|
Ath
|
 |
« Reply #28 on: April 30, 2012, 09:27:47 AM » |
|
Updated ScriptLineCounter to version 1.5.0.0What's new/changed: - Changed: Replaced own simple logging system by calls to Log4J (infrastructure already required for other libs)
TODO: (in priority-order) - Improve and expand the GUI interface (partially done)
Possibly add headers and footers to the output- Add some unexpected features
 - Fix any bugs or issues reported (3 until now
) Replace own logging system by log4j (already required/used by some libs)Handle pdf files for inputHandle extra file-format extracted from samples receivedWrite a Readme.txt fileCreate a GUI interface Download:
|
|
|
|
|
Logged
|
|
|
|
|
Ath
|
 |
« Reply #29 on: May 07, 2012, 04:00:29 PM » |
|
Updated ScriptLineCounter to version 1.5.1.0What's new/changed: - Changed: Updated POI Library 3.8-beta6 by 3.8 Release (You'll need the Initial/Full install)
TODO: (in priority-order) - Improve and expand the GUI interface (partially done)
Possibly add headers and footers to the output- Add some unexpected features
 - Fix any bugs or issues reported (3 until now
) Replace own logging system by log4j (already required/used by some libs)Handle pdf files for inputHandle extra file-format extracted from samples receivedWrite a Readme.txt fileCreate a GUI interface Download:
|
|
|
|
|
Logged
|
|
|
|
|
Ath
|
 |
« Reply #30 on: November 18, 2012, 08:51:36 AM » |
|
Updated ScriptLineCounter to version 1.6.0.0What's new/changed: - Added: New FileFormat nr. 4, based on doc-files supplied by Saira, the original initiator of this tool.
note: This format is quite similar to FileFormat 2, so it may need to be forcibly used on some files/filesets. - Added: Setting the FileFormat from the commandline using -ff parameter, or set from the ini file, as documented in the readme.
- Changed: GUI now has the Fileformat combo box enabled, to force a specific file format to be used.
- Improved: Some more robustness while handling the file contents.
- Added: A warning in the readme file to NOT use Windows Notepad for editing the properties files, as it inserts a BOM in UTF-8 files, not supported by SLC.
TODO: (in priority-order) - Improve and expand the GUI interface (partially done)
- Add some unexpected features
 - Fix any bugs or issues reported (3 until now
) Possibly add headers and footers to the outputReplace own logging system by log4j (already required/used by some libs)Handle pdf files for inputHandle extra file-format extracted from samples received (4 file-formats supported now)Write a Readme.txt fileCreate a GUI interface Download:
|
|
|
|
|
Logged
|
|
|
|
|
Ath
|
 |
« Reply #31 on: March 09, 2013, 06:49:23 AM » |
|
Updated ScriptLineCounter to version 1.7.0.0What's new/changed: - Added: New FileFormat nr. 5, for reading data from CSV files (comma-separated or tab-separated), having a first row with column-names, and a "Name" and optional "Text" column. Columnnames can be configured from the command-line and .ini, details in the readme file.
- Changed: The -pe encoding parameter is now (also) applied for reading .txt and .csv files, if it has been set/changed from the command-line or GUI.
TODO: (in priority-order) - Fix any bugs or issues reported (3 until now
) - Improve and expand the GUI interface (partially done)
- Add some unexpected features
 Handle extra file-format extracted from samples received (5 file-formats supported now)Possibly add headers and footers to the outputReplace own logging system by log4j (already required/used by some libs)Handle pdf files for inputWrite a Readme.text fileCreate a GUI interface Download:
|
|
|
|
|
Logged
|
|
|
|
|