Releases: gwen-lg/subtile-ocr
Releases · gwen-lg/subtile-ocr
v0.2.3
v0.2.2
🚀 Features
- (puffin) use a BufWriter for pref stats file
⚙️ Miscellaneous Tasks
- (gitignore) remove data files of ignore
- (release-plz) configure Release-plz for pr
- (cargo) fix alphabetical order of dependencies
- (cargo) update subtile dependendies to 0.3.1
- fix github workflows change for trigger code_check
- (cargo) update dependendies
v0.2.1
🚀 Features
- (typos) Add .typos.toml conf
- (dump) Add DumpImage error and map to call to dump_images
- (error) Create a dedicated error for Index file opening
- (error) Create an error for RayonThreaPool creation
- Run cargo update
- (subtile) Update subtile dependency to v0.3"
- (pgs) Add pgs (*.sup files) management
- Add dump-raw option
🚜 Refactor
- Rework ocr thread management
run
fn return a simple Result- Convert ocr process to use IntoParrallelTterator
- Inline code of process_image_for_ocr
📚 Documentation
- Change
PNGs
toPNG files
- (error) Add documentation for errors of check_subtitles
- (cargo) Add 'pgs' as keyword for crate
🎨 Styling
- Update to multiline
use
- Inline format args
- (cargo) Move dependencies before lints setup
⚙️ Miscellaneous Tasks
- (typos) Add typos step in code_check ci workflow
- (github) Update runs-on to
ubuntu-latest