Características
- Soporte Office: DOCX, XLSX, PPTX.
- Seguridad: Análisis de entropía mejorado.
- Privacidad: Zero-Knowledge Architecture.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Limpiador de metadatos ultrarrápido con detección de amenazas.
npm install ark_clean
<script type="module">
import init, { WasmFileProcessor } from './node_modules/ark_clean/ark_clean.js';
async function boot() {
await init();
const processor = new WasmFileProcessor();
// Procesar archivos...
}
</script>
Was this page helpful?