mirror of
https://github.com/hyugogirubato/cbz.git
synced 2026-09-26 13:31:00 +00:00
fix markdown typo
This commit is contained in:
@@ -112,11 +112,12 @@ cbzplayer my_comic.pdf
|
|||||||
### Requirements for CBR Support
|
### Requirements for CBR Support
|
||||||
|
|
||||||
CBR file support requires:
|
CBR file support requires:
|
||||||
|
|
||||||
- The `rarfile` Python package (automatically installed with CBZ)
|
- The `rarfile` Python package (automatically installed with CBZ)
|
||||||
- An external RAR extraction tool such as:
|
- An external RAR extraction tool such as:
|
||||||
- `unrar` (recommended) - Available in most package managers
|
- `unrar` (recommended) - Available in most package managers
|
||||||
- `rar` - Commercial RAR archiver
|
- `rar` - Commercial RAR archiver
|
||||||
- `7zip` - Free alternative with RAR support
|
- `7zip` - Free alternative with RAR support
|
||||||
|
|
||||||
For installation instructions and compatibility details, see the [rarfile documentation](https://github.com/markokr/rarfile).
|
For installation instructions and compatibility details, see the [rarfile documentation](https://github.com/markokr/rarfile).
|
||||||
|
|
||||||
@@ -189,6 +190,7 @@ comic_from_pdf = ComicInfo.from_pdf('/path/to/your_comic.pdf')
|
|||||||
```
|
```
|
||||||
|
|
||||||
**Notes**:
|
**Notes**:
|
||||||
|
|
||||||
- CBR support requires an external RAR extraction tool. For detailed compatibility information and advanced configuration, see the [rarfile documentation](https://github.com/markokr/rarfile).
|
- CBR support requires an external RAR extraction tool. For detailed compatibility information and advanced configuration, see the [rarfile documentation](https://github.com/markokr/rarfile).
|
||||||
- PDF files only provide image content; comic metadata (title, series, etc.) is not available from PDF files.
|
- PDF files only provide image content; comic metadata (title, series, etc.) is not available from PDF files.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user