1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
# File Parser Module File parsing module for CyberFabric / ModKit. ## Overview The `cf-file-parser` crate implements the `file_parser` module and registers REST routes. Parsing backends currently include: - Plain text - HTML - PDF - DOCX - Images - Stub parser (fallback) ## Configuration ```yaml modules: file_parser: config: max_file_size_mb: 100 download_timeout_secs: 60 ``` ## License Licensed under Apache-2.0.