# osra_vs **Repository Path**: dqhe/osra_vs ## Basic Information - **Project Name**: osra_vs - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-27 - **Last Updated**: 2021-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OSRA built by Visual Studio OSRA built by Visual Studio 2015. ## How to build Execute build.bat in x86|x64 Native Tools Command Prompt. It creates dependency binaries in a `Release\bin` dirctory. After that, execute `build\osra.bat` to create OSRA executable and the library. Binaries are created in Release directory or in `Release\x64` directory. CMAKE is required to make. File path including spaces can be troublesome. ## How to run. - Add `Release\bin` and `Release\bin\GraphicsMagick-Q8\bin` directory to `Path` envirnment, or store all DLL's in the same directory of `osra.exe`. - Copy `osra\dict\spelling.txt` and `osra\dict\superatom.txt` to `Release\bin` directory. ### Usage ``` osra compound_image_file.png ``` The following versions are used to make it. - osra-2.1.0 - zlib-1.2.11 - libpng-1.6.21 - giflib-5.1.4 - jpeg-9b - jbigkit-2.1 - tiff-4.0.6 - libxml2-2.9.3 - GraphicsMagick-1.3.23 - gocr-0.50pre - ocrad-0.26 - potrace-1.15 - openbabel-2.4.1 - INCHI-1.0.4 - leptonica-1.73 - tclap-1.2.1