CodeDelphiRAD Studio

Quickly Deploy Powerful Cross-Platform Machine Learning OCR Technology

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…
Read more
CodeDatabaseDelphiNews

Are You Using The Secret Alternative To SQLite?

I know the best way to traumatize a software developer who has been using Windows Tools for Developers for some time. You just show them this image: The BDE Administration Manager. So many ‘happy’ hours trying to resolve “PDOXUSERS.NET is in use” messages and learning all about the purpose of arcane settings like SharedDir and NETDIR. Shudder. If you wanted to store a database…
Read more
C++CodeDelphiRAD Studio

RAD Server CRUD Procedures - Part 1

In this RAD Server CRUD Procedures – Part 1 post, we will discuss the the default generated CRUD procedure implementations from the RAD Server Package Wizard. In the RAD Server CRUD Procedures – Part 2 post, we will discuss modifying the default generated CRUD procedure implementations from the RAD Server Package Wizard using both Delphi and C++ Builder, to show possible ways to…
Read more
CodeDelphiRAD Studio

5 Ways To Use Computer Vision In Your Windows Apps

In this article, you’ll learn why you should use Python for computer vision, how to use the Python Windows GUI Builder for GUI features and functionalities, how to use Python libraries to perform Computer Vision Tasks, the results, and much more. What is Computer Vision? According to Ballard and Brown in 1982, Computer Vision is an interdisciplinary scientific field that deals with how…
Read more