OmniAI Docs home page
Search...
⌘K
Github
Dashboard
Dashboard
Search...
Navigation
Document Extraction
Best Practices
User Guides
API Reference
Zerox
Changelog
Documentation
Introduction
Document Extraction
Quickstart
Accepted File Types
Schema Builder
Best Practices
Tutorials
Enterprise
Pipelines
Data Connectors
VPC Deploy
Integrations
Google Sheet
Excel
On this page
Need Help?
Document Extraction
Best Practices
Best practices for creating a json schema
Use clear names
Choose field names that are descriptive
Use
snake_case
for consistency
Avoid special characters and spaces
Add descriptions
Include clear descriptions for each field, especially for object and array fields
Explain any special requirements or formats
Start simple
Begin with basic fields
Add complexity gradually as needed
Test your schema with sample documents and validate the output
Group related fields
Use objects to group related information. For example, a
person
object might contain
name
,
email
, and
phone
fields.
Keep your schema organized and logical
Need Help?
If you need assistance with your schema, please contact us at
tyler@getomni.ai
.
Schema Builder
Parse basic invoice
Assistant
Responses are generated using AI and may contain mistakes.