diff --git a/app/(website)/obse/page-backup.tsx b/app/(website)/obse/page-backup.tsx index 6899c52..e53e5ff 100644 --- a/app/(website)/obse/page-backup.tsx +++ b/app/(website)/obse/page-backup.tsx @@ -1,959 +1,959 @@ -// app/obse/page.tsx +// // app/obse/page.tsx -import Image from "next/image"; -import Link from "next/link"; // Import Link for internal navigation -import { - FaBolt, // Represents speed, automation - FaExclamationTriangle, // Represents challenges, risks - FaLightbulb, // Represents solution, intelligence - FaCogs, // Represents how it works, engine - FaThumbsUp, // Represents benefits, advantages - FaChartPie, // Represents data outputs, insights - FaMicrochip, // Represents technology - FaBriefcase, // Represents use cases - FaUsersCog, // Represents customization, partnership - FaInfoCircle, // Represents about section (alternative) - FaPhoneAlt, // Represents contact - FaPlayCircle, // Optional for mini-CTA - FaArrowRight, // For CTAs or steps - FaFilePdf, // For PDF/Statement icon - FaSearchDollar, // For income detection - FaShieldAlt, // For fraud detection - FaNetworkWired, // For API integration - FaTable, // For data structuring - FaBrain, // For Machine Learning - FaBusinessTime, // For turnaround time - FaHourglassHalf, // For reducing time - FaHandHoldingUsd, // For operational costs - FaUserCheck, // For accuracy - FaChartLine, // For efficiency/profitability - FaClipboardList, // For transaction summary - FaCalendarAlt, // For debit orders - FaMoneyBillWave, // For disposable income - FaBalanceScale, // For affordability - FaExchangeAlt, // For Income/Expenses - FaEye, // For review/interact step - FaUpload, // For upload step - FaPaperPlane, - FaCheckCircle, // For access/integrate step -} from "react-icons/fa"; +// import Image from "next/image"; +// import Link from "next/link"; // Import Link for internal navigation +// import { +// FaBolt, // Represents speed, automation +// FaExclamationTriangle, // Represents challenges, risks +// FaLightbulb, // Represents solution, intelligence +// FaCogs, // Represents how it works, engine +// FaThumbsUp, // Represents benefits, advantages +// FaChartPie, // Represents data outputs, insights +// FaMicrochip, // Represents technology +// FaBriefcase, // Represents use cases +// FaUsersCog, // Represents customization, partnership +// FaInfoCircle, // Represents about section (alternative) +// FaPhoneAlt, // Represents contact +// FaPlayCircle, // Optional for mini-CTA +// FaArrowRight, // For CTAs or steps +// FaFilePdf, // For PDF/Statement icon +// FaSearchDollar, // For income detection +// FaShieldAlt, // For fraud detection +// FaNetworkWired, // For API integration +// FaTable, // For data structuring +// FaBrain, // For Machine Learning +// FaBusinessTime, // For turnaround time +// FaHourglassHalf, // For reducing time +// FaHandHoldingUsd, // For operational costs +// FaUserCheck, // For accuracy +// FaChartLine, // For efficiency/profitability +// FaClipboardList, // For transaction summary +// FaCalendarAlt, // For debit orders +// FaMoneyBillWave, // For disposable income +// FaBalanceScale, // For affordability +// FaExchangeAlt, // For Income/Expenses +// FaEye, // For review/interact step +// FaUpload, // For upload step +// FaPaperPlane, +// FaCheckCircle, // For access/integrate step +// } from "react-icons/fa"; -const keyFeatures = [ - { - icon: FaBolt, - title: "Automated Data Extraction", - description: - "Processes statements in seconds (avg. 9-12s), drastically reducing manual effort.", - }, - { - icon: FaUserCheck, // Using accuracy icon here - title: "Advanced OCR Technology", - description: - "High accuracy, reads varied fonts, handles stamps, and distinguishes similar characters ('7' vs 'Z').", - }, - { - icon: FaFilePdf, - title: "Comprehensive SA Bank Coverage", - description: - "Handles statements from all major SA banks and various formats (PDF, scanned, stamped, multi/single page).", - }, - { - icon: FaSearchDollar, - title: "Intelligent Income Detection", - description: - "Auto-identifies salaried/non-salaried income with suggestive logic and exclusionary rules.", - }, - { - icon: FaShieldAlt, - title: "Enhanced Fraud Detection", - description: - "Detects document tampering, fraudulent transaction insertion, and developing ML-based behavioral profiling.", - }, - { - icon: FaCogs, // Using cogs for interaction/processing - title: "Dynamic Data Interaction", - description: - "User-friendly interface for real-time transaction recategorization and immediate recalculations.", - }, - { - icon: FaNetworkWired, - title: "Seamless API Integration", - description: - "Push structured, validated data directly into your credit scoring, LOS, or other internal systems.", - }, - { - icon: FaChartPie, - title: "Visual Analytics & Reporting", - description: - "Intuitive dashboards showing cash flow, income sources, and spending patterns.", - }, - { - icon: FaTable, // Using table for dashboard data - title: "MI Dashboard & Performance Tracking", - description: - "Monitor processing volumes, success rates, processing times, and user performance.", - }, - { - icon: FaTable, - title: "Multiple Export Formats", - description: - "Download results as structured Excel, formatted PDFs, or copy data for easy transfer.", - }, - { - icon: FaCheckCircle, // Reusing from About Us for validation - title: "Built-in Accuracy Checks", - description: - "Includes automated validations and data reviews for uncertain extractions to ensure reliability.", - }, -]; +// const keyFeatures = [ +// { +// icon: FaBolt, +// title: "Automated Data Extraction", +// description: +// "Processes statements in seconds (avg. 9-12s), drastically reducing manual effort.", +// }, +// { +// icon: FaUserCheck, // Using accuracy icon here +// title: "Advanced OCR Technology", +// description: +// "High accuracy, reads varied fonts, handles stamps, and distinguishes similar characters ('7' vs 'Z').", +// }, +// { +// icon: FaFilePdf, +// title: "Comprehensive SA Bank Coverage", +// description: +// "Handles statements from all major SA banks and various formats (PDF, scanned, stamped, multi/single page).", +// }, +// { +// icon: FaSearchDollar, +// title: "Intelligent Income Detection", +// description: +// "Auto-identifies salaried/non-salaried income with suggestive logic and exclusionary rules.", +// }, +// { +// icon: FaShieldAlt, +// title: "Enhanced Fraud Detection", +// description: +// "Detects document tampering, fraudulent transaction insertion, and developing ML-based behavioral profiling.", +// }, +// { +// icon: FaCogs, // Using cogs for interaction/processing +// title: "Dynamic Data Interaction", +// description: +// "User-friendly interface for real-time transaction recategorization and immediate recalculations.", +// }, +// { +// icon: FaNetworkWired, +// title: "Seamless API Integration", +// description: +// "Push structured, validated data directly into your credit scoring, LOS, or other internal systems.", +// }, +// { +// icon: FaChartPie, +// title: "Visual Analytics & Reporting", +// description: +// "Intuitive dashboards showing cash flow, income sources, and spending patterns.", +// }, +// { +// icon: FaTable, // Using table for dashboard data +// title: "MI Dashboard & Performance Tracking", +// description: +// "Monitor processing volumes, success rates, processing times, and user performance.", +// }, +// { +// icon: FaTable, +// title: "Multiple Export Formats", +// description: +// "Download results as structured Excel, formatted PDFs, or copy data for easy transfer.", +// }, +// { +// icon: FaCheckCircle, // Reusing from About Us for validation +// title: "Built-in Accuracy Checks", +// description: +// "Includes automated validations and data reviews for uncertain extractions to ensure reliability.", +// }, +// ]; -const coreBenefits = [ - { - icon: FaHourglassHalf, - title: "Dramatically Reduce Processing Time", - description: - "Cut down statement analysis from hours to mere minutes/seconds.", - }, - { - icon: FaUserCheck, - title: "Ensure High Accuracy & Reliability", - description: - "Minimize human error with advanced OCR and built-in validation rules.", - }, - { - icon: FaHandHoldingUsd, - title: "Lower Operational Costs", - description: - "Reduce reliance on manual data entry staff and associated overheads.", - }, - { - icon: FaShieldAlt, - title: "Strengthen Fraud Prevention", - description: - "Proactively identify tampered documents and suspicious financial activity.", - }, - { - icon: FaBusinessTime, - title: "Accelerate Turnaround Times", - description: - "Speed up loan applications, credit assessments, and customer onboarding.", - }, - { - icon: FaBrain, // Using brain for better decisions - title: "Improve Decision-Making", - description: - "Base assessments on accurate, comprehensive, and rapidly available data.", - }, - { - icon: FaChartLine, - title: "Enhance Operational Efficiency", - description: "Streamline workflows, free up staff for higher-value tasks.", - }, - { - icon: FaThumbsUp, // Using thumbs up for compliance - title: "Improve Compliance", - description: - "Ensure consistent and accurate data handling for regulatory requirements.", - }, -]; +// const coreBenefits = [ +// { +// icon: FaHourglassHalf, +// title: "Dramatically Reduce Processing Time", +// description: +// "Cut down statement analysis from hours to mere minutes/seconds.", +// }, +// { +// icon: FaUserCheck, +// title: "Ensure High Accuracy & Reliability", +// description: +// "Minimize human error with advanced OCR and built-in validation rules.", +// }, +// { +// icon: FaHandHoldingUsd, +// title: "Lower Operational Costs", +// description: +// "Reduce reliance on manual data entry staff and associated overheads.", +// }, +// { +// icon: FaShieldAlt, +// title: "Strengthen Fraud Prevention", +// description: +// "Proactively identify tampered documents and suspicious financial activity.", +// }, +// { +// icon: FaBusinessTime, +// title: "Accelerate Turnaround Times", +// description: +// "Speed up loan applications, credit assessments, and customer onboarding.", +// }, +// { +// icon: FaBrain, // Using brain for better decisions +// title: "Improve Decision-Making", +// description: +// "Base assessments on accurate, comprehensive, and rapidly available data.", +// }, +// { +// icon: FaChartLine, +// title: "Enhance Operational Efficiency", +// description: "Streamline workflows, free up staff for higher-value tasks.", +// }, +// { +// icon: FaThumbsUp, // Using thumbs up for compliance +// title: "Improve Compliance", +// description: +// "Ensure consistent and accurate data handling for regulatory requirements.", +// }, +// ]; -const dataOutputs = [ - { - icon: FaClipboardList, - title: "Basic Transaction Summary", - description: - "Concise overview of transactions for spending pattern analysis.", - }, - { - icon: FaCalendarAlt, - title: "Debit Order Analysis", - description: "Clear tracking of recurring payments and regular expenses.", - }, - { - icon: FaMoneyBillWave, - title: "Disposable Income Calculation", - description: "Assessment of available funds after essential expenses.", - }, - { - icon: FaBalanceScale, - title: "Affordability Assessment Data", - description: "Key data points to support financial capability evaluation.", - }, - { - icon: FaExchangeAlt, - title: "Income & Expenses Breakdown", - description: "Detailed insights into financial inflows and outflows.", - }, - { - icon: FaTable, - title: "Detailed Transaction List", - description: - "Full, structured transaction data exportable for deep analysis.", - }, - { - icon: FaExclamationTriangle, - title: "Fraud Indicators", - description: - "Flags for potentially suspicious documents or transaction patterns.", - }, -]; +// const dataOutputs = [ +// { +// icon: FaClipboardList, +// title: "Basic Transaction Summary", +// description: +// "Concise overview of transactions for spending pattern analysis.", +// }, +// { +// icon: FaCalendarAlt, +// title: "Debit Order Analysis", +// description: "Clear tracking of recurring payments and regular expenses.", +// }, +// { +// icon: FaMoneyBillWave, +// title: "Disposable Income Calculation", +// description: "Assessment of available funds after essential expenses.", +// }, +// { +// icon: FaBalanceScale, +// title: "Affordability Assessment Data", +// description: "Key data points to support financial capability evaluation.", +// }, +// { +// icon: FaExchangeAlt, +// title: "Income & Expenses Breakdown", +// description: "Detailed insights into financial inflows and outflows.", +// }, +// { +// icon: FaTable, +// title: "Detailed Transaction List", +// description: +// "Full, structured transaction data exportable for deep analysis.", +// }, +// { +// icon: FaExclamationTriangle, +// title: "Fraud Indicators", +// description: +// "Flags for potentially suspicious documents or transaction patterns.", +// }, +// ]; -const useCases = [ - { title: "Lending & Credit Origination (Personal, VAF, SME)" }, - { title: "Credit Risk Assessment & Scoring Input" }, - { title: "Automated Income Verification" }, - { title: "Affordability Calculations & Compliance Checks" }, - { title: "Faster Customer Onboarding (KYC/Financial)" }, - { title: "Portfolio Financial Health Monitoring" }, - { title: "Internal Audit & Reconciliation Support" }, - { title: "Fraud Investigation Data Preparation" }, -]; +// const useCases = [ +// { title: "Lending & Credit Origination (Personal, VAF, SME)" }, +// { title: "Credit Risk Assessment & Scoring Input" }, +// { title: "Automated Income Verification" }, +// { title: "Affordability Calculations & Compliance Checks" }, +// { title: "Faster Customer Onboarding (KYC/Financial)" }, +// { title: "Portfolio Financial Health Monitoring" }, +// { title: "Internal Audit & Reconciliation Support" }, +// { title: "Fraud Investigation Data Preparation" }, +// ]; -export default function ObsePage() { - return ( - <> -
-
-
-
-
- OMS Logo -
-

- Revolutionize Lending with OBSE -

-

- Automate data extraction, enhance accuracy, detect fraud, and - accelerate decision-making with South Africa's intelligent bank - statement solution: Owethu Bank Statement Extraction. -

-
- - Request a Demo - - - See How It Works - -
-

- Keywords: Bank Statement Extraction, OCR, Automation, Financial Data - Analysis, South Africa -

-
-
+// export default function ObsePage() { +// return ( +// <> +//
+//
+//
+//
+//
+// OMS Logo +//
+//

+// Revolutionize Lending with OBSE +//

+//

+// Automate data extraction, enhance accuracy, detect fraud, and +// accelerate decision-making with South Africa's intelligent bank +// statement solution: Owethu Bank Statement Extraction. +//

+//
+// +// Request a Demo +// +// +// See How It Works +// +//
+//

+// Keywords: Bank Statement Extraction, OCR, Automation, Financial Data +// Analysis, South Africa +//

+//
+//
-
-
-
-
- -

- The High Cost of Manual Bank Statement Processing -

-

- In the rapidly evolving landscape of financial services, where - precision and speed are paramount, extracting data from bank - statements manually creates significant roadblocks. Efficiently - parsing financial information is critical for accurate risk - assessment, yet reliance on manual methods impacts efficiency - and decision-making. -

-
    -
  • - - - - Slow & Labor-Intensive: - {" "} - Countless hours spent on manual data entry lead to - operational bottlenecks. - -
  • -
  • - {" "} - {/* Using red for error */} - - - Prone to Human Error: - {" "} - Mistakes risk inaccurate assessments, compliance breaches, - and poor decisions. - -
  • -
  • - - - - High Operational Costs: - {" "} - Significant resources consumed managing large volumes - manually. - -
  • -
  • - {" "} - {/* Using red for ineffective fraud detection */} - - - Limited Fraud Detection: - {" "} - Manually identifying sophisticated fraud is difficult and - time-consuming. - -
  • -
  • - - - - Long Turnaround Times: - {" "} - Slow processing leads to customer dissatisfaction and lost - opportunities. - -
  • -
-
-
- Manual data entry challenges vs automated efficiency -
-
-
-
-
+//
+//
+//
+//
+// +//

+// The High Cost of Manual Bank Statement Processing +//

+//

+// In the rapidly evolving landscape of financial services, where +// precision and speed are paramount, extracting data from bank +// statements manually creates significant roadblocks. Efficiently +// parsing financial information is critical for accurate risk +// assessment, yet reliance on manual methods impacts efficiency +// and decision-making. +//

+//
    +//
  • +// +// +// +// Slow & Labor-Intensive: +// {" "} +// Countless hours spent on manual data entry lead to +// operational bottlenecks. +// +//
  • +//
  • +// {" "} +// {/* Using red for error */} +// +// +// Prone to Human Error: +// {" "} +// Mistakes risk inaccurate assessments, compliance breaches, +// and poor decisions. +// +//
  • +//
  • +// +// +// +// High Operational Costs: +// {" "} +// Significant resources consumed managing large volumes +// manually. +// +//
  • +//
  • +// {" "} +// {/* Using red for ineffective fraud detection */} +// +// +// Limited Fraud Detection: +// {" "} +// Manually identifying sophisticated fraud is difficult and +// time-consuming. +// +//
  • +//
  • +// +// +// +// Long Turnaround Times: +// {" "} +// Slow processing leads to customer dissatisfaction and lost +// opportunities. +// +//
  • +//
+//
+//
+// Manual data entry challenges vs automated efficiency +//
+//
+//
+//
+//
- {/* --- 3. Introducing OBSE: The Intelligent Solution --- */} -
-
-
-
- {/* Use the UI screenshot showing upload */} - OBSE Bank Statement Upload Interface -
-
- -

- OBSE: Automated Accuracy, Speed, and Insight -

-

- Owethu Bank Statement Extraction (OBSE) is an advanced OCR and - data aggregation platform designed specifically for the South - African financial landscape. It seamlessly extracts - comprehensive, accurate data from{" "} - - any SA bank statement - {" "} - (individual or juristic), regardless of format – including PDF - templates, scanned images, stamped documents, and even - disorganized statements. -

-

- OBSE transforms raw bank statement data into actionable - financial intelligence in seconds, eliminating manual drudgery - and empowering your teams to make faster, smarter decisions. -

-
-
-
-
+// {/* --- 3. Introducing OBSE: The Intelligent Solution --- */} +//
+//
+//
+//
+// {/* Use the UI screenshot showing upload */} +// OBSE Bank Statement Upload Interface +//
+//
+// +//

+// OBSE: Automated Accuracy, Speed, and Insight +//

+//

+// Owethu Bank Statement Extraction (OBSE) is an advanced OCR and +// data aggregation platform designed specifically for the South +// African financial landscape. It seamlessly extracts +// comprehensive, accurate data from{" "} +// +// any SA bank statement +// {" "} +// (individual or juristic), regardless of format – including PDF +// templates, scanned images, stamped documents, and even +// disorganized statements. +//

+//

+// OBSE transforms raw bank statement data into actionable +// financial intelligence in seconds, eliminating manual drudgery +// and empowering your teams to make faster, smarter decisions. +//

+//
+//
+//
+//
- {/* --- 4. How OBSE Works: Simple Steps, Powerful Results --- */} -
-
-
- -

- From PDF to Insights in Seconds -

-

- OBSE simplifies complex data extraction into a streamlined - workflow: -

-
- {/* Process Steps - Can use a grid or timeline structure */} -
- {/* Step 1: Upload */} -
-
- -
-

- 1. Upload -

-

- Easily upload single or multiple bank statements (PDFs). -

-
- {/* Step 2: Extract */} -
-
- -
-

- 2. Automated Extraction -

-

- Powerful engine reads, structures, and validates data in seconds -

-
- {/* Step 3: Analyze & Check */} -
-
- -
-

- 3. Analysis & Fraud Check -

-

- Analyzes transactions, identifies income, flags potential fraud. -

-
- {/* Step 4: Review */} -
-
- -
-

- 4. Review & Interact (Optional) -

-

- User-friendly interface to review, recategorize (real-time), and - view insights. -

-
- {/* Step 5: Access/Integrate */} -
-
- -
-

- 5. Access & Integrate -

-

- Export (Excel, PDF), use visual analytics, or integrate via API. -

-
-
- {/* Visual for the process flow */} -
- OBSE Process Flow Visualization -

- Process Flow Visual (Replace with Image) -

-
-
-
+// {/* --- 4. How OBSE Works: Simple Steps, Powerful Results --- */} +//
+//
+//
+// +//

+// From PDF to Insights in Seconds +//

+//

+// OBSE simplifies complex data extraction into a streamlined +// workflow: +//

+//
+// {/* Process Steps - Can use a grid or timeline structure */} +//
+// {/* Step 1: Upload */} +//
+//
+// +//
+//

+// 1. Upload +//

+//

+// Easily upload single or multiple bank statements (PDFs). +//

+//
+// {/* Step 2: Extract */} +//
+//
+// +//
+//

+// 2. Automated Extraction +//

+//

+// Powerful engine reads, structures, and validates data in seconds +//

+//
+// {/* Step 3: Analyze & Check */} +//
+//
+// +//
+//

+// 3. Analysis & Fraud Check +//

+//

+// Analyzes transactions, identifies income, flags potential fraud. +//

+//
+// {/* Step 4: Review */} +//
+//
+// +//
+//

+// 4. Review & Interact (Optional) +//

+//

+// User-friendly interface to review, recategorize (real-time), and +// view insights. +//

+//
+// {/* Step 5: Access/Integrate */} +//
+//
+// +//
+//

+// 5. Access & Integrate +//

+//

+// Export (Excel, PDF), use visual analytics, or integrate via API. +//

+//
+//
+// {/* Visual for the process flow */} +//
+// OBSE Process Flow Visualization +//

+// Process Flow Visual (Replace with Image) +//

+//
+//
+//
- {/* --- 5. Key Features: Powering Your Processes --- */} -
-
-
- {/* */} -

- Unlock Deeper Financial Understanding -

-

- Explore the core capabilities that make OBSE an indispensable tool - for modern financial analysis. -

-
-
- {keyFeatures.map((feature) => ( -
- -

- {feature.title} -

-

- {feature.description} -

-
- ))} -
-
-
+// {/* --- 5. Key Features: Powering Your Processes --- */} +//
+//
+//
+// {/* */} +//

+// Unlock Deeper Financial Understanding +//

+//

+// Explore the core capabilities that make OBSE an indispensable tool +// for modern financial analysis. +//

+//
+//
+// {keyFeatures.map((feature) => ( +//
+// +//

+// {feature.title} +//

+//

+// {feature.description} +//

+//
+// ))} +//
+//
+//
- {/* --- 6. Core Benefits: The OBSE Advantage (The Gain) --- */} -
-
-
- -

- Transform Operations & Decision-Making -

-

- Discover the tangible benefits OBSE brings to your financial - workflows and bottom line. -

-
-
- {coreBenefits.map((benefit) => ( -
- -

- {benefit.title} -

-

- {benefit.description} -

-
- ))} -
-
-
+// {/* --- 6. Core Benefits: The OBSE Advantage (The Gain) --- */} +//
+//
+//
+// +//

+// Transform Operations & Decision-Making +//

+//

+// Discover the tangible benefits OBSE brings to your financial +// workflows and bottom line. +//

+//
+//
+// {coreBenefits.map((benefit) => ( +//
+// +//

+// {benefit.title} +//

+//

+// {benefit.description} +//

+//
+// ))} +//
+//
+//
- {/* --- 7. Data Outputs & Insights --- */} -
-
-
-
- -

- Actionable Intelligence at Your Fingertips -

-

- OBSE delivers a suite of standard financial summaries and - detailed data points essential for informed decisions. Gain - clarity on: -

-
- {dataOutputs.map((output) => ( -
- -
-

- {output.title} -

-

- {output.description} -

-
-
- ))} -
-
-
- {/* Visual: Use dashboard examples from Page 6 */} - OBSE Dashboard Examples showing financial insights -

- Dashboard Visual (Replace with Image) -

-
-
-
-
+// {/* --- 7. Data Outputs & Insights --- */} +//
+//
+//
+//
+// +//

+// Actionable Intelligence at Your Fingertips +//

+//

+// OBSE delivers a suite of standard financial summaries and +// detailed data points essential for informed decisions. Gain +// clarity on: +//

+//
+// {dataOutputs.map((output) => ( +//
+// +//
+//

+// {output.title} +//

+//

+// {output.description} +//

+//
+//
+// ))} +//
+//
+//
+// {/* Visual: Use dashboard examples from Page 6 */} +// OBSE Dashboard Examples showing financial insights +//

+// Dashboard Visual (Replace with Image) +//

+//
+//
+//
+//
- {/* --- 8. Technology Deep Dive --- */} -
-
-
- -

- Leveraging Advanced Technology -

-

- Built on a foundation of robust and intelligent technologies for - reliable, accurate results. -

-
-
- {/* OCR Engine */} -
- -

- Advanced OCR Engine -

-

- Fine-tuned for SA bank statements, handles diverse formats, - scans, and obscured text. -

-
- {/* Machine Learning */} -
- -

- Machine Learning -

-

- Continuously improves interpretation, reconciles discrepancies, - and powers fraud detection models. -

-
- {/* Data Structuring */} -
- -

- Data Structuring & Validation -

-

- Intelligently structures extracted data (e.g., JSON), validates - entries, applies rules. -

-
- {/* Secure API */} -
- -

- Secure API -

-

- Robust and secure API for seamless, safe integration with your - existing systems. -

-
-
- {/* Visual: JSON code snippet visual from Page 5 */} -
- Example JSON output from OBSE data extraction -

- JSON Output Example (Replace with Image) -

-
-
-
+// {/* --- 8. Technology Deep Dive --- */} +//
+//
+//
+// +//

+// Leveraging Advanced Technology +//

+//

+// Built on a foundation of robust and intelligent technologies for +// reliable, accurate results. +//

+//
+//
+// {/* OCR Engine */} +//
+// +//

+// Advanced OCR Engine +//

+//

+// Fine-tuned for SA bank statements, handles diverse formats, +// scans, and obscured text. +//

+//
+// {/* Machine Learning */} +//
+// +//

+// Machine Learning +//

+//

+// Continuously improves interpretation, reconciles discrepancies, +// and powers fraud detection models. +//

+//
+// {/* Data Structuring */} +//
+// +//

+// Data Structuring & Validation +//

+//

+// Intelligently structures extracted data (e.g., JSON), validates +// entries, applies rules. +//

+//
+// {/* Secure API */} +//
+// +//

+// Secure API +//

+//

+// Robust and secure API for seamless, safe integration with your +// existing systems. +//

+//
+//
+// {/* Visual: JSON code snippet visual from Page 5 */} +//
+// Example JSON output from OBSE data extraction +//

+// JSON Output Example (Replace with Image) +//

+//
+//
+//
- {/* --- 9. Use Cases & Applications --- */} -
-
-
- -

- Empowering Various Financial Processes -

-

- OBSE delivers value across a wide range of applications within the - financial services sector. -

-
-
- {useCases.map((useCase) => ( -
- - - {useCase.title} - -
- ))} -
-
-
+// {/* --- 9. Use Cases & Applications --- */} +//
+//
+//
+// +//

+// Empowering Various Financial Processes +//

+//

+// OBSE delivers value across a wide range of applications within the +// financial services sector. +//

+//
+//
+// {useCases.map((useCase) => ( +//
+// +// +// {useCase.title} +// +//
+// ))} +//
+//
+//
- {/* --- 10. Customization & Partnership --- */} -
-
-
-
- OMS and Client Partnership -
-
- -

- Flexible Solutions, Tailored To You -

-

- While OBSE offers a comprehensive standard package, we - understand that each organization has unique needs. If you - require specific information or analysis not included,{" "} - - we are committed to collaborating with you to develop - tailor-made outputs - {" "} - that align perfectly with your requirements. -

-

- Our goal is to ensure OBSE meets and exceeds your expectations, - providing the exact insights needed for your operational - processes and decision-making. -

- {/* POC Callout */} -
-

- Proof of Concept (POC) Available -

-

- We offer Proof of Concept engagements to demonstrate OBSE's - capabilities with your specific data and workflows before full - commitment. Let's discuss your needs. -

-
-
-
-
-
+// {/* --- 10. Customization & Partnership --- */} +//
+//
+//
+//
+// OMS and Client Partnership +//
+//
+// +//

+// Flexible Solutions, Tailored To You +//

+//

+// While OBSE offers a comprehensive standard package, we +// understand that each organization has unique needs. If you +// require specific information or analysis not included,{" "} +// +// we are committed to collaborating with you to develop +// tailor-made outputs +// {" "} +// that align perfectly with your requirements. +//

+//

+// Our goal is to ensure OBSE meets and exceeds your expectations, +// providing the exact insights needed for your operational +// processes and decision-making. +//

+// {/* POC Callout */} +//
+//

+// Proof of Concept (POC) Available +//

+//

+// We offer Proof of Concept engagements to demonstrate OBSE's +// capabilities with your specific data and workflows before full +// commitment. Let's discuss your needs. +//

+//
+//
+//
+//
+//
- {/* --- 11. About OMS: Your Trusted Technology Partner --- */} -
-
- {/* Optional: Simple OMS logo here */} - Owethu Management Solutions Logo -

- Your Experienced Technology Partner -

-

- Owethu Management Solutions (OMS) provides professional technology - services with a proven track record, including participation in - ABSA's supplier development program since 2020. OBSE is backed by - our dedicated team of IT Managers, Senior Developers, and UX - Designers committed to robust, user-friendly solutions. -

-

- We focus on leveraging technology to solve real-world business - challenges in the financial sector, emphasizing efficiency, - accuracy, and strong partnerships. -

-
- - Learn More About OMS - -
-
-
+// {/* --- 11. About OMS: Your Trusted Technology Partner --- */} +//
+//
+// {/* Optional: Simple OMS logo here */} +// Owethu Management Solutions Logo +//

+// Your Experienced Technology Partner +//

+//

+// Owethu Management Solutions (OMS) provides professional technology +// services with a proven track record, including participation in +// ABSA's supplier development program since 2020. OBSE is backed by +// our dedicated team of IT Managers, Senior Developers, and UX +// Designers committed to robust, user-friendly solutions. +//

+//

+// We focus on leveraging technology to solve real-world business +// challenges in the financial sector, emphasizing efficiency, +// accuracy, and strong partnerships. +//

+//
+// +// Learn More About OMS +// +//
+//
+//
- {/* --- 12. Call to Action (CTA) --- */} -
-
- -

- Ready to Transform Your Bank Statement Processing? -

-

- See OBSE in action! Schedule a live demo tailored to your specific - use case and discover how OBSE can streamline your operations, - reduce costs, and mitigate risk. -

-
- - Request a Personalized Demo - - - Contact Sales Team - -
- {/* Optional Tertiary Link */} - {/*
- - Download Brochure - -
*/} -
-
+// {/* --- 12. Call to Action (CTA) --- */} +//
+//
+// +//

+// Ready to Transform Your Bank Statement Processing? +//

+//

+// See OBSE in action! Schedule a live demo tailored to your specific +// use case and discover how OBSE can streamline your operations, +// reduce costs, and mitigate risk. +//

+//
+// +// Request a Personalized Demo +// +// +// Contact Sales Team +// +//
+// {/* Optional Tertiary Link */} +// {/*
+// +// Download Brochure +// +//
*/} +//
+//
- {/* --- 13. Contact Information --- */} -
-
-
- -

- Get in Touch -

-

- For personalized support or to schedule your demo, reach out to - us. Let's harness the power of automated data extraction for your - business. -

-
-
-
-

- Contact Details: -

-

- Phone:{" "} - - (012) 051 3281 - -

-

- Email:{" "} - - Zanelem@oms.africa - -

-
+// {/* --- 13. Contact Information --- */} +//
+//
+//
+// +//

+// Get in Touch +//

+//

+// For personalized support or to schedule your demo, reach out to +// us. Let's harness the power of automated data extraction for your +// business. +//

+//
+//
+//
+//

+// Contact Details: +//

+//

+// Phone:{" "} +// +// (012) 051 3281 +// +//

+//

+// Email:{" "} +// +// Zanelem@oms.africa +// +//

+//
- {/* Optional: Placeholder for Contact Form */} - {/*
-

Or Send Us a Message

-

Contact form component would go here.

- Go to Contact Form -
*/} -
-
-
- - ); -} +// {/* Optional: Placeholder for Contact Form */} +// {/*
+//

Or Send Us a Message

+//

Contact form component would go here.

+// Go to Contact Form +//
*/} +//
+//
+//
+// +// ); +// }