image

NakovDocumentSigner :: SmartCardSignerApplet – Demo

October 13, 2010
This demo is intended to illustrate how SmartCardSignerApplet signs files with a smart card in the client’s Web browser. The user is given below a file upload browser control, two text fields for the results of the signing process and a Java applet for signing the selected file. When the user select some file and
image

NakovDocumentSigner :: DigitalSignerApplet – Demo

This demo is intended to illustrate how DigitalSignerApplet signs files in the client’s Web browser. The user is given below a file upload browser control, two text fields for the results of the signing process and a Java applet for signing selected file. When the user select some file and click on the
image

Tesseract OCR Engine – Technical Talk at OpenFest’2009

November 8, 2009
Today I had a technical talk at OpenFest 2009 along with my colleague Vesko Kolev. We presented the OCR technologies and the open source OCR engine Tesseract. I demonstrated hot to download and compile tesseract, how it works, when it recognizes text correctly and when it fails and how to train it in a new
image

Open Source Toolkit for Extraction of Cognates and False Friends (TECFF)

September 30, 2009
Today I granted to the community (under MIT license) the source code of the most interesting algorithms designed for my PhD thesis (implemented in C#): MMEDR – algorithm for measuring weighted orthographic similarity between Bulgarian and Russian words taking into account some linguistically motivated Bulgarian-Russian correspondences (current supports Bulgarian and Russian only) SemSim – algorithm
image

JAX-RS, @Path, @PathParam and Optional Parameters

July 15, 2009
In a recent Java project I needed to develop and provide to external clients a RESTful Web Services interface to an internal system. After some research I found that using JAX-RS and its open-source implementation Jersey with Spring and Hibernate as back-end will be great technologies stack for this project. Seems easy but unfortunately I