mirror of
https://github.com/silverstripe/silverstripe-textextraction
synced 2024-10-22 11:06:00 +02:00
2977f85cb5
API Implement support for detection via mime-type as well as file extension API Implement FileContent property for safe usage in templates API instead of returning the list of extensions / mime types supported, support is determined on a per-file bases Marking dev-master as version 2.0 as this contains breaking changes
4 lines
59 B
Bash
Executable File
4 lines
59 B
Bash
Executable File
#!/usr/bin/env bash
|
|
apt-get update
|
|
apt-get install -y xpdf
|