extractor_p

Crates.ioextractor_p
lib.rsextractor_p
version0.1.3
sourcesrc
created_at2023-04-16 20:12:47.808471
updated_at2023-04-16 20:28:39.70358
descriptionExtracts the photo from the given doc file
homepage
repositoryhttps://github.com/LCahid/Extractor
max_upload_size
id840841
size4,288
Cahid (LCahid)

documentation

README

Extractor

This is a extractor for the photos inside the doc files.

Usage

fn main() { extr_photo("./test.doc", "./test").unwrap(); }

Panics

If Path to doc file is incorrect or path to photo folder is incorrect or path to photo folder is occupied by another file or folder

Commit count: 17

cargo fmt