Skip to content

Commit 49f111f

Browse files
authored
Update README.md
1 parent e5fb000 commit 49f111f

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

README.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,24 @@ NovelTool is a novel/ebook reading and conversion tool, written in .Net Framewor
2626

2727
## Supported file formats
2828

29-
- Epub (*.epub)(Experimental feature)
29+
- Epub (*.epub)(Experimental feature)
3030
EPUB is an e-book file format that uses the ".epub" file extension. The term is short for electronic publication and is sometimes styled ePub.
3131

32-
- Aozora (*.txt)(Experimental feature)
32+
- Aozora (*.txt)(Experimental feature)
3333
Aozora Bunko (青空文庫, literally the "Blue Sky Library", also known as the "Open Air Library") is a Japanese digital library.
3434

35-
- Text Image(*.bmp; *.jpg; *.gif; *.png)
35+
- Text Image(*.bmp; *.jpg; *.gif; *.png)
3636
Novel eBook images or scanned image files.
3737

3838

3939
## Getting started
4040

41-
1. Open the folder or zip of novel/eBook file(*.epub; *.txt; *.bmp; *.jpg; *.gif; *.png), analyze image content immediately.
42-
2. Wait for the analysis of the novel/eBook results to be completed.
43-
3. Maybe you need to change the option settings, when the analysis result is wrong. Re-analyze the novel/eBook file after changing settings.
44-
4. Now execute GenerateView from the toolbar to confirm the generated content.
45-
5. The size of the output text image can be changed.
46-
6. Save the generated content as a new image file.
41+
1. Open the folder or zip(*zip; *.rar; .7z) of novel/eBook file(.epub; *.txt; *.bmp; *.jpg; *.gif; *.png;), analyze image content immediately, If you open the compressed format, it will be decompressed in the same directory.
42+
1. Wait for the analysis of the novel/eBook results to be completed.
43+
1. Maybe you need to change the option settings, when the analysis result is wrong. Re-analyze the novel/eBook file after changing settings.
44+
1. Now execute GenerateView from the toolbar to confirm the generated content.
45+
1. The size of the output text image can be changed.
46+
1. Execute save or save all to save the generated content as a new image file, and wait for a while depending on the number of pages generated.
4747

4848
![NovelTool](assets/NovelTool.webp)
4949
![GenerateView](assets/GenerateView.webp)
@@ -52,12 +52,16 @@ Novel eBook images or scanned image files.
5252
## Analysis Novel
5353

5454
- Parse the novel/eBook image file sequentially from the vertical direction and detect the position of the text.
55+
- Analysis results can be viewed in the main window.
56+
- If there are analysis results in the illustration, you needs to be unchecked.
5557

5658

5759
## Generate View
5860

59-
- Reformat the recognized text image according to the specified output resolution, and generate a new image file.
60-
61+
- In GenerateView, based on the analysis results, convert the image font size according to the specified output resolution.
62+
- Here are some built-in image filtering features, the more useful ones are `Sharpen`, the rest are just for testing.
63+
- Immediately view the results of changing image font size or filter options.
64+
- After confirming that the generation is correct, execute save (current page) or save all.
6165

6266
## Option settings
6367

@@ -132,4 +136,4 @@ Novel eBook images or scanned image files.
132136

133137
1. Head & Footer
134138
* `PositionType`: Determine the header/footer position of the output image (Default None)(None, TopLeft, TopRight, BottomLeft, BottomRight).
135-
139+

0 commit comments

Comments
 (0)