Expand description
Document parsing API library.
This crate provides functionality for parsing various file formats into plain text, exposed through a REST API.
Structsยง
- parse_
file - Parses various document formats into plain text.
- serve_
files - Serves static files from the
staticfolder. Embeds the files into the binary.