Reference Overview¶
Use the reference section when you already know what object or behavior you want to look up.
API Pages¶
-
AutoInferencer
Unified entry point for backend selection.
-
BaseInferencer
Shared interface for all inferencers.
-
LexicalInferencer
Path-based extension detection.
-
MagicInferencer
libmagic-based content detection.
-
MagikaInferencer
AI-based detection and confidence scoring.
-
HybridInferencer
Mixed strategy using Magic first, then Magika for text.
Support Pages¶
-
FAQ and Troubleshooting
Quick answers for common usage and failure cases.
-
Backend Conformance
Reviewed Ground Truth, runtime matrix, semantic baseline, and report lifecycle.
When to Leave Reference¶
If you need a recipe instead of a definition, go to How-to Guides. If you need rationale instead of signatures, go to Explanation Overview.