Instalando o Audiveris OCR para notação musical

1

Estou tentando instalar o OCR Audiveris para notação musical. Como parte da instalação, instalei o ambiente Microsoft VC ++ conforme indicado nas instruções abaixo.

Minha pergunta é sobre a segunda parte das instruções: " A variável de ambiente do sistema TESSDATA_PREFIX deve ser configurada para / ocr / (incluindo o caracter final" / ") para que o software Tesseract possa recuperar seus próprios dados ."

Onde e como faço isso?

Obrigado.

Isto é retirado do site da Audiveris:

*   Microsoft VC++ 2008 to be installed beforehand (the free express edition is fine).
* The system environment variable TESSDATA_PREFIX to be set to <install-dir>/ocr/ (including the final "/" character) so that Tesseract software can retrieve its own data.
    
por Xavierjazz 05.10.2009 / 22:27

1 resposta

2

No link kb para o Windows 2000, mas não acredito que essa área tenha mudado muito ao longo dos anos.

This step-by-step article describes how to create system variables and how to view system variable information in a Windows 2000 environment. A member of the administrators group will complete all procedures.

Creating a System Variable

1. Click Start, point to Settings, and then click Control Panel.
2. Double-click System.
3. On the Advanced tab, click Environment Variables.
4. Under System variables, click New.
5. In the Variable Name box type the name for your variable, in the Variable Value   
   box type your variable path, and then click OK.
6. Click OK.

Removing a System Variable

1. Click Start, point to Settings, and then click Control Panel.
2. Double-click System.
3. On the Advanced tab, click Environment Variables.
4. In the System variables box, click the variable you want to remove, and then 
   click Delete.
5. Click OK.

Viewing System Variables

1. Click Start, point to Programs, Administrative Tools, and then click Computer
   Management.
2. In the console tree, click to expand System Information, click to expand Software 
   Environment, and then click Environment Variables.
3. The display pane to the right lists all current system variables and their
   associated values.

Saving System Variables in a Text Document

1. In the Computer Management snap-in console tree, right-click Environment Variables, 
   and then click Save As Text File.
2. In the File name box, type the name you are giving to the file, and then click Save.
    
por 06.10.2009 / 01:12