Python Wrapper
Python Wrapper
- Clone the repository:
- Edit
AlgoMarker_python_API/run_server.shand update the following:
AM_CONFIG: Path to the AlgoMarker configuration file.AM_LIB: Path to the AlgoMarker shared library. Refer to AlgoMarker Library for compilation steps.- If using the old ColonFlag, follow the steps in the ColonFlag setup page to compile the ICU library. Add the ICU library path to
LD_LIBRARY_PATHin the script before callinguvicorn. 3. Make sure you have all python dependencies installed (The AlgoMarker.py itself has no dependencies if you want to use it directly without FastAPI):4. Run the ServerAlgoMarker_python_API/run_server.sh
For more details follow: Python AlgoMarker API Wrapper