Getting Started¶
Welcome to Hyper-Extract! This guide will help you get up and running quickly, whether you prefer using the command line or Python.
Choose Your Path¶
-
I want to use the terminal
The CLI is perfect if you:
- Want to process documents without writing code
- Need to batch process files
- Prefer terminal workflows
Start here: Installation CLI Quickstart
-
I want to use Python
The Python SDK is perfect if you:
- Are building an application
- Need to integrate with existing code
- Want full programmatic control
Start here: Installation Python Quickstart
What's Next?¶
After completing the quickstart:
- Explore the CLI Guide — Learn the complete workflow
- Browse the Template Library — Find templates for your domain
- Read Core Concepts — Understand how it all works
Need Help?¶
- Questions? Check the FAQ
- Issues? See Troubleshooting
- Found a bug? Report it on GitHub