fix markdown typo

This commit is contained in:
hyugogirubato
2025-07-09 23:41:13 +02:00
parent 526fee3617
commit 6aa6b0da21
+2
View File
@@ -112,6 +112,7 @@ cbzplayer my_comic.pdf
### Requirements for CBR Support
CBR file support requires:
- The `rarfile` Python package (automatically installed with CBZ)
- An external RAR extraction tool such as:
- `unrar` (recommended) - Available in most package managers
@@ -189,6 +190,7 @@ comic_from_pdf = ComicInfo.from_pdf('/path/to/your_comic.pdf')
```
**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).
- PDF files only provide image content; comic metadata (title, series, etc.) is not available from PDF files.