Nicomsoft OCR SDK Articles
OCR steps in details
Any OCR process always contains several steps like image scaling, deskew, noise removing, binarization, lines detection and so on. Sometimes it is very useful to have some kind of control on these steps, for example, pause OCR process after some step, analyze intermediate results and change some settings of next step before applying it, or [...]
General description of Nicomsoft OCR architecture
Nicomsoft OCR engine (NSOCR) has the following modules: Main engine module: Engine_XXXXX functions. It is used for initialization/uninitialization of the library and general library configuration. Configuration module: Cfg_XXXXX functions. It is used to create, destroy and manage CFG objects. CFG object stores all settings that are used in OCR process. OCR module: Ocr_XXXXX functions. It [...]
Optical Character Recognition (OCR) – How it works
OCR is a complex technology that converts images with text into editable formats. OCR allows you to process scanned books, screenshots and photos with text and get editable documents like TXT, DOC or PDF files. This technology is widely used in many areas and the most advanced OCR systems can handle almost all types of [...]