fdejax90

Results 3 comments of fdejax90

@AbubakarSaad Any update about the **Repeater** tag limitation? Linking one of those limitation with OCR Tesseract-backend: https://github.com/HumanSignal/label-studio/issues/4098#issuecomment-2043493472

@quangvhhe140489 To answer your question below: > "how can I get the page I'm annotating?" My answer: ``` idx = context.get('result')[-1]['to_name'].split("_")[-1] ``` so you get the page `idx` you are...

I tried to create a first user and log in, but complaining about missing attribute `cookies` even though it is set by default to `None` [here](https://github.com/HumanSignal/label-studio-sdk/blob/f5b41f1e050e0a2d5308528c002576a57a6ee8c6/label_studio_sdk/client.py#L70) ```python from label_studio_sdk.client import...