
Work Here?
Work Here?
Work Here?
Ocrolus provides a SaaS platform that turns financial documents into structured data to automate back-office tasks. It analyzes documents like bank statements, pay stubs, IDs, tax forms, mortgage forms, and invoices using AI, with human reviewers in a loop to verify and improve accuracy. This hybrid approach enables end-to-end automation for loan underwriting, mortgage automation, SBA PPP processes, invoice processing, and compliance tasks such as KYC and auditing, with high accuracy. Ocrolus differentiates itself by combining machine intelligence with human quality control and extensive training data to deliver scalable, accurate document processing that reduces manual data entry, speeds decision-making, and strengthens fraud detection and regulatory compliance.
Industries
Data & Analytics
Fintech
AI & Machine Learning
Financial Services
Company Size
501-1,000
Company Stage
Late Stage VC
Total Funding
$139.3M
Headquarters
New York City, New York
Founded
2014
See people who can refer or advise you
Help us improve and share your feedback! Did you find this helpful?
Total Funding
$139.3M
Above
Industry Average
Funded Over
8 Rounds
Taking care of you - We offer a comprehensive health package, including dental and vision, to support your physical and mental wellbeing.
Ocrolus Appreciation Days - Enjoy Ocrolus Appreciation Days, our company holiday on the last Friday of every month. That’s 12 extra days of PTO per year!
Save for retirement - All employees benefit from a 401(k) plan, offered through Betterment, the investment and savings app.
Unlimited time off - Vacations at Ocrolus are on your terms. There’s no cap on PTO, alongside a flexible schedule and time off on summer Fridays.
Paid parental leave - It’s the big moments in life that matter. Our employees take up to three months of paid maternity or paternity leave.
Meals on us - Get catered lunch in the office all week long. We also provide dinner on most nights of the week.
Develop at work - Be empowered to grow personally and professionally with our annual learning and development stipend.
Take ownership - It’s important that Ocrolus employees feel invested in the company. Equity packages are available to most staff.
Ride to work - Commuting doesn’t have to be a drag. With CitiBike membership, you can make getting to work fun and healthy.
LLMs vs. specialized models in production lending. TL;DR: In production lending, not all AI workloads call for the same type of model. Ocrolus uses large language models for high-variance, long-tail and reasoning-heavy tasks, and purpose-built specialized models for consistent, high-volume document processing - delivering greater than 99% accuracy at roughly one-tenth the per-document cost of managed LLM providers. This post explains the decision framework and how Ocrolus orchestrates both model types across the full range of financial document workflows. The tendency to apply a single AI model uniformly across a lending operation is understandable, but the economics and performance data argue against it. Large language models are genuinely capable across a wide range of tasks, but that generality comes at a price: in compute spend, in latency and in precision on the structured, high-volume extraction work that most lending workflows actually require. Purpose-built specialized models solve those problems, but they are not built to absorb the variability at the edges of any real document operation. The productive question is not which model type is superior in the abstract. It is which model type is right for each class of workload. Ocrolus processes millions of document pages per month across mortgage and small business lending. The platform's greater than 99% accuracy is not the result of one model doing everything. It is the result of deliberately mapping model type to workload type, and building the orchestration infrastructure to make both work together. Where LLMs fit. Any lending operation's document workload follows a distribution. The head of that distribution is high-volume and predictable: standard bank statements, W-2s, common pay stub formats. The tail is everything else - purchase contracts with addendums and cross-outs across separate document revisions, tax documents with atypical income structures, statements from smaller institutions with non-standard layouts. Large language models are well suited to that long tail. They handle high variance, absorb noise and deliver actionable outputs on document types where no purpose-built automation yet exists. The precision may not reach 100%, but getting 80 to 90 percent of the way there on documents that were previously fully manual is immediate, concrete value. Those initial outputs also reveal where the remaining gaps are and where engineering effort should go next. LLMs make the long tail tractable today while the infrastructure to automate it more precisely gets built. LLMs are also the right tool for reasoning-heavy workflows: assembling conditions across a full mortgage file, performing multi-step analysis on a complex loan application or working through problems where the value comes from drawing connections across data rather than extracting a single field consistently. A latency tradeoff is acceptable when the work being done would otherwise take a trained underwriter 30 to 60 minutes. Where specialized models win. For the head of the workload distribution - high-volume, consistent, well-defined - purpose-built specialized language models are the right fit. Ocrolus deploys a portfolio of these models: initialized from frontier open-source LLMs, fine-tuned on proprietary financial document data and optimized for specific extraction and classification tasks across mortgage and SMB lending. On consistent workloads, these models outperform general-purpose LLMs on every production metric that matters: accuracy, latency and cost. The cost gap is concrete. Processing through a managed LLM provider runs approximately 30 cents per document. Running the same workload on Ocrolus' purpose-built internal models costs approximately 3 cents. At the volume Ocrolus processes daily, that difference is not marginal; it is the gap between a scalable cost structure and one that becomes a ceiling on growth. Foundation model partners who have evaluated Ocrolus' approach have confirmed this logic. For focused, domain-specific extraction tasks run at scale, tuning and distilling specific models for specific document types produces better performance than applying a general-purpose LLM to the same problem. A model doing less, with more focus, does that job better. How orchestration connects both. Ocrolus does not treat LLMs and specialized models as competing choices. They function as layers within the same production inference stack. LLMs handle reasoning and initial extraction on complex or novel inputs. Specialized models run the high-volume core and serve as validators, confirming or flagging LLM outputs in workflows where precision requirements are non-negotiable. The result is a system where neither model type is overextended, and where the strengths of each compensate for the limitations of the other. Ocrolus is also developing an internal forms model designed for key-value extraction from financial documents. Paired with vision or language models that handle document layout interpretation, it will process the extraction layer at a fraction of current cost - extending the same layered logic to a broader set of document types, including those that today require significant manual review. This model selection framework - LLMs for variance and reasoning, specialized models for volume and precision, orchestration binding them together - is the production layer on which everything else is built. It is also what enables the next step: using the observability and eval infrastructure Ocrolus has in place to automate continuous improvement of the entire stack. That capability, and the engineering approach behind it, is where this series goes next. Key takeaways. * LLMs are most valuable for high-variance, long-tail workloads and reasoning-heavy tasks where the value of the output justifies the cost and latency * Purpose-built specialized models outperform general-purpose LLMs on consistent, high-volume extraction tasks - on accuracy, latency and cost simultaneously * The cost difference between managed LLM providers and purpose-built specialized models is significant: approximately 30 cents per document vs. 3 cents, an order-of-magnitude gap that compounds at production scale * Orchestrating both model types - LLMs for reasoning, specialized models for validation and high-volume extraction - is what makes greater than 99% accuracy achievable without sacrificing throughput * Model orchestration is not just an efficiency strategy; it is the infrastructure that makes systematic, automated improvement of lending AI workflows possible over time FAQs. What is the difference between large language models and specialized models in lending AI? Large language models are general-purpose AI systems trained on broad datasets that handle a wide variety of tasks. Specialized models are purpose-built for a specific class of work - in lending, that typically means financial document extraction, classification or validation - and are trained on domain-specific data. Specialized models consistently outperform LLMs on focused, high-volume tasks in accuracy, speed and cost. When should a lender's AI infrastructure use LLMs vs. specialized models? LLMs are most effective for high-variance workloads, new document types without established automation, long-tail queries and reasoning-heavy tasks like multi-document analysis. Specialized models are the better choice for consistent, high-volume document processing where precision, latency and cost efficiency are non-negotiable. Most production lending operations require both, deployed according to workload type. Why does the cost of LLMs matter so much in document processing? At scale, the per-document cost of running managed LLM providers adds up quickly. Processing through a general-purpose LLM provider can cost approximately 30 cents per document. Purpose-built specialized models running the same workload in-house can bring that to approximately 3 cents. For a platform processing millions of pages per month, the compounding effect of that difference directly affects pricing, margin and the ability to grow volume profitably. What is model orchestration in lending AI? Model orchestration is the practice of using multiple AI model types in a coordinated production stack, where each model handles the tasks it is best suited for. In Ocrolus' approach, LLMs handle reasoning and initial extractions on complex inputs, while specialized models run the high-volume core and validate outputs. Orchestration is what allows greater than 99% accuracy to hold across diverse document types and workload volumes. What is the "long tail" in financial document processing? The long tail refers to the portion of a lending operation's document workload that is low-frequency, high-variance and difficult to automate with purpose-built models because there is not enough consistent volume to justify specialized training. Purchase contracts, atypical tax documents and non-standard bank statement formats are examples. LLMs provide immediate value on this long tail by delivering usable outputs quickly, even without dedicated training data for a specific document type.
Small businesses are confident, cash-strapped, and bypassing banks: OnDeck & Ocrolus Q1 2026 Trend Report. If you want to know what's actually happening on the ground in small business America right now, the Q1 2026 Small Business Cash Flow Trend Report, published jointly by OnDeck and Ocrolus, is one of the more useful reads on the table. The tenth iteration of this ongoing partnership combines OnDeck's market position as a leader in small business lending with Ocrolus' document AI and cash flow analytics platform, drawing on responses from 651 small business owners and cash flow data from over 3.69 million working capital applications. The result lands on five themes that anyone funding small businesses needs to pay attention to. Here's what the data says, and what it actually means. 1. Confidence is at an all-time high. Despite the macro noise, small business owners are remarkably bullish. 93% expect moderate to significant growth over the next year, and 32% are expecting significant growth, a survey all-time high. Optimism is broad-based, but the leaders are Professional and Technical Services (37% expecting significant growth) and Retail (33%). That confidence isn't unfounded: 68% of small businesses report being on track to meet or exceed their 2026 projections, and 38% plan to increase headcount in the next six months. This is happening even as the NFIB Small Business Optimism Index dipped to 95.8 in March 2026, below the historical 98-point average. Translation: macro indicators are wobbling, but the businesses actually doing the work are still moving forward. 2. Cash Flow has overtaken inflation as public enemy #1. For the first time in this report's history, cash flow is the top concern for small business owners (31%), surpassing inflation (29%). That shift matters. Inflation is something businesses adapt to over time. Cash flow is an immediate operational constraint. And the data backs up what owners are saying: the median revenue-to-expense ratio across all industries dropped to 99.84% in Q1 2026, meaning the average small business is operating at a slight loss on a monthly basis. Margins are tightening. The strategies businesses are using to manage the squeeze tell the story: * 58% are relying on a business line of credit * 51% are delaying paying themselves or their family * 42% are making the minimum payment on credit cards Layer in payroll-to-revenue rising to 17% in Q1 (+5% year-over-year), and you get a clear picture: labor costs are climbing, margins are compressing, and short-term liquidity tools are doing the heavy lifting. 3. Traditional banks are losing the Small Business customer. This one's seismic. Over 76% of small businesses report bypassing traditional banks for capital, another all-time high. In Retail, that number jumps to 82%. Why? The data is unambiguous: * 44% of small businesses that approached a traditional bank first were denied * 47% of those who bypassed banks cite paperwork as a key challenge * 33% point to complex application requirements * 29% point to lengthy approval timelines * 30% had concerns about even qualifying The Federal Reserve's 2025 Small Business Credit Survey reinforces the pattern: 48% of credit applicants in 2025 were either denied or didn't receive the full amount they requested. Ocrolus cash flow data shows non-bank loan inflows reaching $8,824 in median monthly volume in Q1 2026, up 5% year-over-year and 2% quarter-over-quarter. Bank inflows trail at $6,929 and remain more variable. The takeaway: the customer migration from traditional banks to non-bank lenders is no longer a trend. It's the new baseline. 4. The strategic priorities are clear. When asked what's shaping their 2026 strategy, small business owners ranked: * Access to credit (46%) * Consumer spending trends (42%) * Interest rates (35%) External macro factors like trade policy ranked far lower at 14%. What this tells Funder Intel LLC.: small businesses aren't building strategy around political headlines. They're building it around whether they can fund growth and whether their customers are still spending. That's a useful signal for funders; it confirms that the products that win in 2026 are the ones that solve for capital access first and operational flexibility second. CAPITAL AFTER HOURS May 14, 2026, 6:30 - 8:30 PM The Federal 5. AI is officially mainstream for Small Business. 58% of small businesses now report using AI (up from 56% in Q4 2025), and 89% of users say it's having a positive impact on their business. Where AI is working: * Marketing (64% of AI users) * Business research (43%) * Productivity gains (37% report improvements) * Reduced rework (37% report improvements) A growing 54% majority are using AI to search for information, with ChatGPT (90%) dominating, followed by Google Gemini (33%) and Microsoft Copilot (21%). For lenders, the implication is straightforward: small business owners are increasingly comfortable with AI-driven tools. The friction around digital underwriting, AI-powered onboarding, and automated decisioning is dropping fast. What the OnDeck & Ocrolus Q1 2026 Trend Report means for funders and lenders. Three takeaways worth marking down: Demand is real, and it's here. Confidence is at record highs, growth is being planned and funded, and headcount is expanding. The market is active. Banks are still creating the gap, and that gap keeps widening. Three out of four small businesses are skipping banks entirely. That's where alternative finance, RBF, MCAs, factors, and specialty lenders are picking up share, and the data suggests this isn't reverting. Cash flow is the central battlefield. The product that solves a small business owner's daily liquidity problem, fast, flexible, and without paperwork, wins their loyalty. That's where attention belongs. The trend report is one of the cleanest snapshots of small business reality available right now, and it points to a customer base that knows what it needs and increasingly knows where to get it.
Ocrolus, an AI workflow and analytics platform for lenders, has launched automated conditioning capabilities for mortgage lenders, launching on 1 April. The AI-powered system automatically generates, tracks and resolves underwriting conditions within a unified workspace that syncs with Encompass. The platform analyses borrower asset, income and credit data alongside automated underwriting system findings to generate selling-guide-aligned conditions, eliminating manual document matching and condition writing. Documents are automatically matched to appropriate conditions as they arrive, reducing cycle times and compliance risk. Ocrolus has signed nearly 90 mortgage lender customers in the past year, adding approximately three new clients weekly. The company currently processes roughly 750,000 credit applications monthly and serves over 400 customers. The new capabilities will be showcased at ICE Experience 2026 in Las Vegas.
Product Pulse recap: automating rental income validation with the Fannie Mae income calculator. 6 Mar 2026 TL;DR: Rental and self-employed income are among the most complex areas of mortgage underwriting. Ocrolus integrates directly with Fannie Mae's Income Calculator to deliver automated, GSE-eligible income assessments that qualify for rep and warrant relief - all within your existing workflow. In this month's Product Pulse, Ocrolus Inc. walked through one of the most requested topics in mortgage underwriting from its customers: how Ocrolus automates rental and self-employed income validation through a direct integration with Fannie Mae's Income Calculator. If you missed the live session, here is a recap of what Ocrolus Inc. covered. Income calculation is one of the most time-consuming and error-prone elements of mortgage underwriting, particularly for self-employed and rental income. Manual processes lead to delayed loan closings, compliance risks, miscalculations and increased buyback exposure. For lenders managing high volumes of complex files, the cost of that inconsistency adds up fast. Ocrolus eliminates that inconsistency. By integrating directly with Fannie Mae's Income Calculator, Ocrolus delivers automated income assessments eligible for rep and warrant relief, without requiring underwriters to leave their existing workflow. Watch the replay below: How it works. The Ocrolus and Fannie Mae integration is designed to fit inside the underwriting process, not around it. Here is how a file moves through the workflow: Borrower income documents are submitted via Ocrolus, where they are digitized and structured automatically. That data is then sent directly to Fannie Mae's Income Calculator for processing. Results return to the Ocrolus Dashboard, clearly labeled and ready for review. From there, validated income values and case file IDs sync automatically to Encompass, along with any relevant alerts. Underwriters stay in their primary system throughout. There is no re-keying, no tool switching and no manual tracking of case identifiers outside the core workflow. Why this matters for rental income. Schedule E income analysis has always required careful judgment: tax return review, add-back calculations and property-level expense analysis. When that work happens manually, across different team members and branches, the results vary. A missed adjustment or undocumented override may not surface until quality control or post-close review, and by then, the file is much harder to defend. The Ocrolus integration addresses this directly. Income amounts are calculated by Fannie Mae, not derived from manual math. Required data elements like employment start date, subject property designation and key rental expense inputs are enforced before submission, blocking incomplete files from moving forward. When documents change, re-runs are supported without disrupting the rest of the file. The result is a structured, auditable baseline for every calculation; one that holds up under post-close scrutiny. Key benefits. * Improved accuracy. Ocrolus reduces the need for manual document review and income calculation. With over 99% document analysis accuracy across all formats and quality levels, the data going into Fannie Mae's Income Calculator is clean from the start. * Increased confidence. Income amounts are calculated by Fannie Mae, not estimated by an underwriter working from a spreadsheet. Rep and warrant relief minimizes risk exposure and gives operations teams a defensible record for every file. * Enhanced efficiency. Automated calculations run within existing workflows. Seamless integration with Encompass means underwriters import results directly rather than re-entering values, and case file IDs sync automatically for audit tracking. * GSE compliance built in. The integration aligns with GSE-compliant guidelines and minimizes friction and regulatory risk by enforcing required inputs before any calculation is submitted. A smarter workflow for complex income. Ocrolus is an AI-driven workflow platform that helps mortgage professionals, from loan officers to underwriters, make faster, smarter, and more confident decisions. Its technology automates the time-consuming document and data tasks that slow down origination, while keeping humans firmly in control of credit decisions. Ocrolus Inc. use AI to extract and validate data from over 1,700 document types, then apply that intelligence to streamline workflows, like income (and conditioning) analysis, so lenders can focus on higher-value work. Ocrolus is purpose-built for the complexity of mortgage underwriting. The Fannie Mae Income Calculator integration is a direct extension of that capability - bringing GSE-eligible calculation inside the workflow so lenders can move faster, reduce repurchase risk and build files that are easier to defend from the start. Key takeaways. * Manual income calculation creates downstream risk. Delayed closings, miscalculations and buyback exposure all trace back to inconsistent manual processes. * Ocrolus integrates directly with Fannie Mae's Income Calculator. Income assessments are calculated by Fannie Mae and qualify for rep and warrant relief. * The workflow stays intact. Documents go in via Ocrolus, results come back to the dashboard and validated values sync automatically to Encompass. * Guardrails prevent incomplete submissions. Required fields are enforced before calculation, reducing downstream corrections and strengthening audit readiness. * Over 99% document analysis accuracy. Clean inputs mean reliable outputs - and more defensible files at every stage of review. Ready to streamline your mortgage income calculations? Schedule a demo to see how Ocrolus automates rental income validation inside your existing workflow.
Fintech rundown: A rapid review of weekly news. The final week of October is always a little extra spooky, as it signals that the start of the holiday season is just days away. The week also generally brings an onslaught of company announcements, as organizations rush to publish their latest news before audiences become distracted by the holidays. Here is some of the biggest news from this week so far. We'll continue adding news to this post throughout the week, so stay tuned! Mastercard and Citi bring Citi Flex Pay Installments to more retailers at checkout. Worldpay unveils AI-powered 3D Secure optimization service to increase payment approvals. PayQuicker announces Flex, a business-ready stablecoin alternative for global payouts. Bold.org partners with Wildfire to launch first debit card rewards program for purchases on AI platforms. PayNearMe enhances PayXM with the rollout of AI-powered Intelligent Virtual Agent (IVA). MassPay processes tens of thousands of monthly identity verifications through Veriff integration. Southwest Airlines taps SoFi's Galileo to offer a new way for customers to earn rapid rewards points on everyday purchases. Venmo and Bilt unveil partnership reinventing rent and mortgage payments nationwide. dLocal launches BNPL Fuse, a Buy Now, Pay Later aggregator for emerging markets. Ocrolus launches Encore: A cash flow data sharing platform for small business funding. Clearwater Analytics and J.P. Morgan Asset Management launch automated cash management solution for hedge funds. Fraud, security, and compliance. Trulioo reports 1,996% growth in US Know Your Business (KYB) transaction volume since 2023. ThetaRay and Kaufman Rossin announce AI AML model validation. iDenfy revamps its RegTech software and launches a new AML Screening solution. Socure expands RiskOS platform with AI suite of agents and assistants designed to automate and accelerate identity, risk, and compliance decisions. Daon launches mobile driver's license support, powered by MATTR's verifiable credential infrastructure. Trulioo unveils next-generation identity capabilities to power a complete digital trust life cycle. Core banking. Belize Bank Group taps Finastra's Essence to reimagine its core. Small business banking. BILL launches new AI agents to power touchless transactions. Digits launches Connect API for open, programmable accounting and faster, integrations. Incode launches Agentic Identity to verify and secure AI agents.
Find jobs on Simplify and start your career today
Industries
Data & Analytics
Fintech
AI & Machine Learning
Financial Services
Company Size
501-1,000
Company Stage
Late Stage VC
Total Funding
$139.3M
Headquarters
New York City, New York
Founded
2014
Find jobs on Simplify and start your career today