printable version: ByteScout-Text-Recognition-SDK-C-sharp-Save-OCR-Objects-As-JSON.pdf How to save OCR objects as JSON in C# with ByteScout Text Recognition SDK ByteScout Text Recognition SDK: the text recognition SDK to help with extraction of text using OCR from scanned images and documents. Supports English and non-Latin languages, can take PDF as input. On-demand (REST Web API) version: Web API (on-demand version) On-premise offline SDK for Windows: 60 Day Free Trial (on-premise) Program.cs using System; using System.Diagnostics; using ByteScout.TextRecognition; namespace [...]