v0.2.2
Changes
- Improve
docx
pptx
andxlsx
matcher performance by replacing:zip.unzip/2
with:binary.match/2
. - Add optional second argument,
byte_size
, toInfer.get_from_path/2
to allow checking only the necessary part of the file.
docx
pptx
and xlsx
matcher performance by replacing :zip.unzip/2
with :binary.match/2
.byte_size
, to Infer.get_from_path/2
to allow checking only the necessary part of the file.