================= Quickstart ================= .. contents:: :depth: 1 :local: :backlinks: none .. highlight:: console Features ---------------- Detect and extractoc bouding box entities from pictures. How to use : ------------------- .. code-block:: python from imlab import iml result=iml(image) for bouding_box,classe in result: print(classe) .. note:: You can use a custom model and display the picture with its bouding box with the arg show=True How to run into cli: -------------------------------------- .. code-block:: console imlab image --show