Tectly is an AI-powered floor-plan recognition service that can ingest virtually any floor plan format and automatically extract structural elements like walls, rooms, doors, windows, and measurements.
Tectly is an AI-powered floor-plan recognition service that can ingest virtually any floor plan format (scans, JPGs, PDFs, CAD files, or hand sketches) and automatically extract structural elements like walls, rooms, doors, windows, and measurements. It lets you edit the generated geometry in a browser, and offers export of structured building data (JSON, CSV, Excel) as well as integration via a REST API, SDKs, or embeddable web widget.
The Tectly TypeScript Client contains the JavaScript bindings and types of the Tectly Rest API with some convenience functions for easy use.
Install the bindings via NPM using npm i @tectly/client.
The simplest way to get started is to use the TectlyClient. Please check out the example usage for more details.
Please find detailed documentations in the following places: