Liblouis User's and Programmer's Manual
7.30 Python bindings ¶
Liblouis provides comprehensive Python bindings for its core functionality. The following functions are available:
7.30.1 Translation functions ¶
translate, translateStringForward translation from text to braille
backTranslate, backTranslateStringReverse translation from braille to text
7.30.2 Finding tables ¶
The query API provides querying for tables through:
findTable, findTablesLocate translation tables
getTableInfoRetrieve table metadata
listTablesList available tables
7.30.3 Additional functions ¶
hyphenateText hyphenation
checkTableValidate table syntax
compileStringCompile translation rules
setLogLevelConfigure logging verbosity
versionGet library version information
For detailed API documentation, refer to the Python module’s built-in help. Installation instructions can be found in python/README.