New Features in January 2024: Enhanced OCR and Batch Processing
Discover the latest StatementConverter features including improved OCR accuracy, batch processing capabilities, and new export formats.
New Features in January 2024: Enhanced OCR and Batch Processing
We're excited to announce significant improvements to StatementConverter this month. These updates focus on accuracy, efficiency, and user experience.
What's New
1. Enhanced OCR Technology
Our OCR (Optical Character Recognition) system has received a major upgrade:
Improvements:
- 40% better accuracy on scanned documents
- Support for rotated pages - automatic orientation detection
- Enhanced image preprocessing - better handling of poor quality scans
- Multi-language support - now supports 15 languages
Technical Details:
- Upgraded to Tesseract 5.3 with custom training models
- Advanced image enhancement algorithms
- Machine learning-based text region detection
- Improved confidence scoring for extracted text
Before vs After:
- Previous accuracy: ~85% on scanned documents
- New accuracy: ~95% on scanned documents
- Processing time: Reduced by 25%
2. Batch Processing
Process multiple statements simultaneously:
Features:
- Upload up to 50 files at once
- Parallel processing for faster completion
- Progress tracking for each file
- Batch export in a single ZIP file
How to Use:
- Select multiple PDF files during upload
- Monitor progress in real-time dashboard
- Download all results as a single ZIP file
- Individual file status and error reporting
Pricing:
- Free tier: Up to 5 files per batch
- Pro tier: Up to 20 files per batch
- Business tier: Up to 50 files per batch
3. New Export Formats
Additional export options for better integration:
QuickBooks CSV:
- Pre-formatted for QuickBooks import
- Proper account mapping
- Transaction categorization
Xero CSV:
- Compatible with Xero accounting software
- Automatic bank account matching
- Reconciliation-ready format
QIF (Quicken Interchange Format):
- Standard format for financial software
- Investment transaction support
- Split transaction handling
4. Improved Bank Format Support
Extended support for more financial institutions:
New Banks:
- European Banks: ING, ABN AMRO, Rabobank
- Canadian Banks: RBC, TD Canada Trust, BMO
- Credit Unions: 50+ regional credit unions
- Digital Banks: Chime, Ally Bank, Marcus
Format Improvements:
- Better handling of foreign currency transactions
- Improved date parsing for international formats
- Enhanced transaction description processing
5. Enhanced Security Features
Additional security measures for your data:
Advanced Encryption:
- Upgraded to TLS 1.3 for all connections
- Enhanced at-rest encryption with rotating keys
- Secure multi-party computation for sensitive operations
Audit Trails:
- Detailed logging of all file operations
- User activity monitoring
- Compliance reporting for enterprise users
Data Retention:
- Configurable retention periods
- Automatic secure deletion
- GDPR-compliant data handling
Performance Improvements
Processing Speed
- 50% faster processing for standard PDF documents
- 30% improvement in OCR processing time
- Reduced queue wait times during peak usage
System Reliability
- 99.9% uptime maintained in January
- Enhanced error handling with better user feedback
- Automatic retry logic for transient failures
User Interface
- Streamlined upload process with drag-and-drop improvements
- Real-time progress indicators for batch operations
- Mobile-responsive design updates
API Updates
New API features for developers:
Batch Processing Endpoint
POST /v1/batch-process
Submit multiple files in a single API call:
{
"files": [
{"name": "statement1.pdf", "data": "base64..."},
{"name": "statement2.pdf", "data": "base64..."}
],
"webhook_url": "https://yourapp.com/webhook",
"export_format": "json"
}
Enhanced Webhook Payloads
{
"batch_id": "batch_xyz789",
"status": "completed",
"results": [
{
"file_name": "statement1.pdf",
"job_id": "job_abc123",
"status": "completed",
"transaction_count": 45
}
]
}
New Query Parameters
ocr_language
: Specify OCR language (default: auto-detect)confidence_threshold
: Set minimum confidence level (0.0-1.0)export_format
: Choose output format during processing
Coming Soon
Features we're working on for February:
AI-Powered Categorization
- Automatic transaction categorization using machine learning
- Custom category training for your business
- Integration with popular accounting software
Advanced Analytics
- Spending pattern analysis
- Cash flow visualization
- Comparative reporting across periods
Enterprise Features
- Single Sign-On (SSO) integration
- Advanced user management
- Custom branding options
Migration Guide
For Existing Users
No action required - all improvements are automatically available:
- Batch Processing: Available in your dashboard now
- New Export Formats: Added to the format dropdown
- Enhanced OCR: Automatically applied to all uploads
For API Users
New optional parameters available:
// Before
const job = await client.process({
file: './statement.pdf'
});
// After (with new options)
const job = await client.process({
file: './statement.pdf',
ocrLanguage: 'en',
confidenceThreshold: 0.9,
exportFormat: 'quickbooks'
});
Feedback and Support
We'd love to hear about your experience with these new features:
- Feature Requests: features@statementconverter.xyz
- Bug Reports: bugs@statementconverter.xyz
- General Support: support@statementconverter.xyz
Usage Statistics
January performance highlights:
- 2.3M statements processed
- 99.2% accuracy average across all formats
- 1.8s average processing time
- 45 seconds average for batch operations
Thank You
These improvements were driven by your feedback and feature requests. Thank you for helping us build a better product!
Ready to try the new features? Log in to your account or start your free trial today.
Stay updated with our latest features by following us on Twitter or subscribing to our newsletter.