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
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
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
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
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