Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 873 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 873 Bytes

Description This is a tool that will attempt to list spelling errors, OCR errors and the like from an epub file and try to suggest fixes.

Requirements

  • .NET Framework 4.0

Things you might be interested in checking the source out for

  • Reading/writing an epub file
  • Parsing/tokenizing all words regardless of their markup tags (e.g Fire will still result in Fire).
  • Replacing words regardless of their markup tags (e.g. replacing fire with water in Fire will result in Water to be written.
  • Async loading of suggestions
  • Datagridview binding and using custom column(s)

Short explanation

Screenshots