// ToolKit needs access to the gear struct for instantiation
// === PUBLIC API (from SDK) ===
// Other gears (e.g. scan-gateway) should prefer depending on
// `cf-gears-file-parser-sdk` directly rather than this implementation crate
// (it pulls in kreuzberg/docx-rust transitively); these re-exports exist for
// convenience/back-compat only.
pub use ;
// === MODULE DEFINITION ===
pub use FileParserGear;
// === INTERNAL MODULES ===
// WARNING: These gears are internal implementation details!
// They are exposed only for comprehensive testing and should NOT be used by external consumers.