We couldn't find an API that understood construction drawings, so we built one(getanchorgrid.com)
getanchorgrid.com
We couldn't find an API that understood construction drawings, so we built one
https://www.getanchorgrid.com/developer/docs/changelog/construction-drawings-are-data-prisons
4 comments
There is some video of the screen while using your product in https://www.getanchorgrid.com/developer Do you have a more detailed example?
What specifically would be most useful — a door detection example, spec parsing, or elevation detection?
You can use it like this --
Upload a pdf first: curl -X POST https://api.anchorgrid.ai/v1/documents \\ 90 + -H "X-API-Key: <your-api-key>" \\ 91 + -F "[email protected]"
then run the door detection for the pdf: curl -X POST https://api.anchorgrid.ai/v1/drawings/detection/doors \ -H "X-API-Key: <your-api-key>" \ -H "Content-Type: application/json" \ -d '{ "document_id": "550e8400-e29b-41d4-a716-446655440000", "page_numbers": [1, 2, 3] }
You can use it like this --
Upload a pdf first: curl -X POST https://api.anchorgrid.ai/v1/documents \\ 90 + -H "X-API-Key: <your-api-key>" \\ 91 + -F "[email protected]"
then run the door detection for the pdf: curl -X POST https://api.anchorgrid.ai/v1/drawings/detection/doors \ -H "X-API-Key: <your-api-key>" \ -H "Content-Type: application/json" \ -d '{ "document_id": "550e8400-e29b-41d4-a716-446655440000", "page_numbers": [1, 2, 3] }
I also added an example PDF (just so you can interact with the results live)
https://www.getanchorgrid.com/developer/docs/endpoints/drawi...
https://www.getanchorgrid.com/developer/docs/endpoints/drawi...
http://getanchorgrid.com/developer