Arkindex 1.3.2
A new release is available for Arkindex instances. You can test it on our demo instance: demo.arkindex.org.
Frontend
The Arkindex frontend has been migrated from Vue 2 to Vue 3, and now uses vue-router 4 and Vuex 4. This migration allowed us to update a number of dependencies, and to support better tools, such as TypeScript .
The process graph in the process status view is temporary disabled while we build a better one. The workers and chunks that make up a process are however still listed on the left.
Training
It is now possible to create a Machine Learning Training process directly on Arkindex (using annotated images from Arkindex) via the API. The new endpoints are documented in the API documentation.
The next release will make this training feature accessible from the frontend.
File import
The PDF and image imports have been merged, which means that it is now possible to import PDF and image files together in a single file import.
The build entities option, an obsolete feature that had been introduced for a specific project, has been removed from Transkribus imports.
API
-
It is now possible to filter the results of
ListTranscriptionEntitiesby theTranscription Entities’s `worker_version, as well as by theworker_versionthat created theEntitiesthey reference. -
An unused
element_countfield has been removed from all API endpoints that retrieveWorkerVersions. -
The
ListElementEntitiesendpoint has been deprecated.