Skip to content

QuantumSavory/PyTesseractDecoder.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Julia wrapper for accessing the python library tesseract-decoder.

How to use

The relevant python modules/objects are immediately available:

julia> using PyTesseractDecoder

julia> PyTesseractDecoder.tesseract
Python: <module 'tesseract_decoder.tesseract' from ...>

julia> PyTesseractDecoder.stim
Python: <module 'stim' from ...>

julia> PyTesseractDecoder.np
Python: <module 'numpy' from ...>

You can also import them into your namespace:

julia> using PyTesseractDecoder: tesseract, stim, np

This package is separate from PyQDecoders.jl because tesseract-decoder runs on fewer operating systems and breaks the CI of PyQDecoders.jl.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages