Saksham Arora

Results 9 comments of Saksham Arora

Hi @chriscohoat . The new output looks a lot better! As @yashlamba said we need to figure out how to dynamically set the best threshold value in order to get...

We can also do edge detection on the input image to detect the sheet then apply warp perspective transformation. This might help us get better outputs. What do you think?...

@soukarsha122 sure! Go ahead :)

The config on the overlay would look like this: ```python IDUTILS_CUSTOM_PID_SCHEMES = [ ("test", lambda x: True), ] from invenio_rdm_records.config import RDM_RECORDS_IDENTIFIERS_SCHEMES, RDM_RECORDS_PERSONORG_SCHEMES RDM_RECORDS_IDENTIFIERS_SCHEMES = { **RDM_RECORDS_IDENTIFIERS_SCHEMES, "test": {"label": _("Test"),...

Affected modules that would need a minor release: (bottom to top) ``` cds-rdm invenio-app-rdm invenio-rdm-records invenio-banners invenio-communities invenio-administration invenio-drafts-resources invenio-github invenio-jobs invenio-pages invenio-requests invenio-users-resources invenio-vocabularies invenio-records-resources commonmeta-py datacite marshmallow-utils ```

After analyzing the pain points using the [profiler](https://github.com/inveniosoftware/invenio-app-rdm/pull/3199), the profiling helped in finding performance issues as follows: With 5,000 authors, a single draft update takes 3.685s (84% of the time...

Should also mention to register the new entrypoint: ``` invenio_db.alembic = invenio_foobar = invenio_foobar:alembic ```