Are you familiar with the concept of OCR? Wouldn’t it be nice to be able to easily convert images of typed, handwritten or printed text into machine-encoded text? Take a look at the two images below, with just a few lines of code we will make our Windows, Mac, Android or iOS application able to “read” those texts! Whether from a scanned document, a photo of a document or the text on…
Efficiently Serialize And Deserialize JSON In Your Delphi Projects With Third Party Neon Library
October 8, 2020
Neon is a JSON serialization library for Delphi. This is a project by Paolo Rossi who is also a man behind the another popular open-source Delphi project called Delphi JOSE JWT.
Neon is a serialization library for Delphi which helps you to convert (back and forth) objects…