20 comments

  • Terr_5 hours ago
    &gt; OCR for construction documents does not work<p>I&#x27;m reminded of the Xerox JBIG2 bug back in ~2013, where certain scan settings could silently replace numbers inside documents, and bad construction-plans were one of the cases that led to it being discovered. [0]<p>It wasn&#x27;t overt OCR <i>per se</i>, end-user users weren&#x27;t intending to convert pixels to characters or vice-versa.<p>[0] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=c0O6UXrOZJo&amp;t=6m03s" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=c0O6UXrOZJo&amp;t=6m03s</a>
    • TehCorwiz5 hours ago
      If I recall it was an artifact of the compression algo.<p>Full context and details: <a href="https:&#x2F;&#x2F;www.dkriesel.com&#x2F;en&#x2F;blog&#x2F;2013&#x2F;0802_xerox-workcentres_are_switching_written_numbers_when_scanning" rel="nofollow">https:&#x2F;&#x2F;www.dkriesel.com&#x2F;en&#x2F;blog&#x2F;2013&#x2F;0802_xerox-workcentres...</a>
    • hackcasual2 hours ago
      JBIG2 does glyph binning, as you say not exactly OCR, but similar. So chunks of the image that look sufficiently similar get replaced with a reference to a single instance.
      • thaumasiotes48 minutes ago
        &gt; not exactly OCR, but similar. So chunks of the image that look sufficiently similar get replaced with a reference to a single instance.<p>How can we describe OCR that wouldn&#x27;t match this definition exactly?
        • Dylan1680720 minutes ago
          Jbig2 dynamically pulls reference chunks out of the image, which makes it more likely to have insufficient separation between the target shapes.<p>It also gives a false sense of security when it displays dirty pixels that still clearly show a specific digit, since you think you&#x27;re basically looking at the original.
          • thaumasiotes15 minutes ago
            That&#x27;s a description of Jbig2, not a description of OCR.<p>Jbig2 is an OCR algorithm that doesn&#x27;t assume the document comes from a pre-existing alphabet.
  • h3172 hours ago
    I cannot wait for the day when tech companies become players in the construction industry because it looks like it is the only way forward to make a change.<p>To think that everything has been digitalized a long time ago, yet contract law cannot properly deal with delineating responsibilities between GC and Architects, who are still sending 2D drawings to each other.<p>Imagine, all this information about quantities and door types (and everything else) is already available and produced by the architect&#x27;s team, BUT they cannot share it! Because if they do, they are responsible for the numbers in case something is wrong.<p>So now there is this circus of: Arch technologist making the base drawing with doors. GC receives documents, counts doors for verification, and sends them to the sub. Subcontractor looks at these drawings, counts them again, and sends data to the supplier. Guess what, the supplier also looks, counts, confirms, and back we go.<p>Though I think robotics will change all of that. And when we have some sort of bot assistance, big tech players will have a bigger leverage in this, which will lead to the proper change management architecture.<p>Anyway, cool product. Anything to help with estimation. Really hope it gets traction.
    • punnerud1 hour ago
      I had a job as HVAC engineer for the upgraded Oslo Airport back in 2011; started doing HVAC work for 3 weeks the rest was programming trying to make the rest of people more efficient. Made an Excel sheet with a lot of macros to manage all the drawing of the airport. That’s why I switched to programming when I continued to study, and did not want to come back before I got more experience.<p>They even gave me a big desk at Trondheim&#x2F;Tyholt so I could help them with the software during my studies.
    • wcisco171 hour ago
      Hey thanks!! For estimation we cover division 08 (doors and opening) you can use it for your estimating purposes with these two endpoints:<p>- Counting all the doors: <a href="https:&#x2F;&#x2F;www.getanchorgrid.com&#x2F;developer&#x2F;docs&#x2F;endpoints&#x2F;drawings-doors" rel="nofollow">https:&#x2F;&#x2F;www.getanchorgrid.com&#x2F;developer&#x2F;docs&#x2F;endpoints&#x2F;drawi...</a> - Extracting schedules in architectural drawings: <a href="https:&#x2F;&#x2F;www.getanchorgrid.com&#x2F;developer&#x2F;docs&#x2F;endpoints&#x2F;drawings-schedules" rel="nofollow">https:&#x2F;&#x2F;www.getanchorgrid.com&#x2F;developer&#x2F;docs&#x2F;endpoints&#x2F;drawi...</a><p>and use Claude or any other AI tool to wire up the UI<p>We&#x27;re releasing toilets (division 10) later this week, then floors and pipes next.
    • ndespres1 hour ago
      I’ve worked on projects where a lot of work was done in highly collaborative drawings on Bluebeam, in which vendors add their markups and items and the program facilitates counting it all at the end of the phase. My role was only in things like wireless AP placement and low voltage cabling drop locations, not anything safety critical like doors, but I assume those vendors were able to keep track of those items in a similar way. For actual engineering projects I’m glad so many people have to take the time to count.
  • sreekanth8504 hours ago
    We’re taking a different path, building a parsing engine that converts CAD (DWG&#x2F;DXF) into fully structured JSON with preserved semantics (no ML in the critical path).We also have a separate GIS parser that extracts vector data (features, layers, geometries) independently, Like to know how you handle consistency and reproducibility across runs using models and how you make it affordable, especially at scale. because as far as i know CAD and GIS need precision and accuracy.
    • wcisco173 hours ago
      interesting yeah parsing DWG&#x2F;DXF natively makes sense when the source file is clean and well-structured. The precision argument is valid in controlled environments.<p>The challenge we kept running into is that construction drawings in the wild aren’t always that clean. Unresolved xrefs, exploded dynamic blocks, version incompatibilities, SHX font substitutions — by the time a PDF hits a GC’s desk it’s often the only reliable artifact left. The CAD source may not even be available.<p>That’s why we see vision becomes the more pragmatic path — not because it’s more precise than structured CAD parsing, but because PDFs are the actual lingua franca of construction. Every firm, every trade, every discipline hands off PDFs. So we made a bet on meeting the document where it actually lives.<p>On consistency and reproducibility — that’s a real challenge with vision models. Our approach is to keep detection scope narrow and validate confidence scores on every output rather than trying to generalize broadly. Happy to go deeper on that if useful.
    • runxel1 hour ago
      Dumbcad line barf will not help you with that at all.<p>There already is a format that is plain text and preserves the semantics: IFC. That&#x27;s what it was made for.
    • oneneptune3 hours ago
      Is this a service &#x2F; product you plan to offer outwardly? I&#x27;d be interested in learning more. Use case: estimation.
  • nostrapollo1 hour ago
    First off, congrats on the launch! Construction is a tough market to build in. My personal view after being in it a for a few years is that there is no shortage of MVPs. In fact there is an MVP for every problem at every level (or at least it feels that way) but construction is &#x2F;vast&#x2F; and the rough edges that seem juicy at first, in practice are optimizations rather than bottlenecks for constructors.<p>I hope you succeed because it would be great to have a standard API for this data, but I would advise on one of two directions: become the standard by being close to 100% accurate at finding symbols (one symbol doesn&#x27;t seem to cut it in our testing) or make a great, comprehensive workflow for a small subset of the market and become standard that way.<p>In both cases, you cannot do a broad &#x27;market test&#x27;, you need to spend many hours with a specific sub-set of users in construction.<p>Disclaimer: I&#x27;m a co-founder of Provision.
  • petee3 hours ago
    I ran the example doors given and it missed 9 swinging doors, some that were in double swing pairs, and a few that were just out on their own not clustered. Not bad overall though
    • wcisco171 hour ago
      Yep we&#x27;re constantly improving we&#x27;re currently above 0.87 for doors<p>we&#x27;re thinking of adding a params for the ROC curve so that you can decide your own optimal thresholds depend on when false positive true positive rate is acceptable
      • petee1 hour ago
        Oh nice! I spend a good amount of time eyeballing drawings for overlooked details, so even finding most is a handy tool to me as my brain can skip the marked areas
  • mmethodz36 minutes ago
    Do that for Finnish construction documents. My parser is 30000+ lines candidate based but the lack of standards and the Finnish language...
  • tomedwrds1 hour ago
    I have been working on an extension of this problem lately that involves extracting all doors + any details about those doors to produce quotes. I have found giving the pdf to codex pretty good at it as it can take subcrops of the plans to look at certain areas of high noise in more detail. Only downside is cost is quite high.
  • punnerud1 hour ago
    «Why we did it»; would rather have a “How we did it”. The why gave me AI generated marketing material feelings.<p>Tailscale’s article about NAT traversal is an example of how to write “how we did it”: <a href="https:&#x2F;&#x2F;tailscale.com&#x2F;blog&#x2F;how-nat-traversal-works" rel="nofollow">https:&#x2F;&#x2F;tailscale.com&#x2F;blog&#x2F;how-nat-traversal-works</a>
    • wcisco171 hour ago
      Fair point and thanks for the tip. No AI here though.
  • frogguy4 hours ago
    Looks cool! Where are you getting the data to finetune the cv models for element extraction? I&#x27;m worried there isn&#x27;t a robust enough dataset to be able to build a detection model that will generalize to all of the slightly different standards each discipline (and each firm for that matter) use.
    • wcisco174 hours ago
      good q — we don&#x27;t train on customer drawings. Our detection models are trained on a curated dataset of architectural drawings we&#x27;ve sourced and labeled ourselves, focused on the most common fixture and element types across CSI divisions.<p>The generalization problem you&#x27;re pointing at is real and it&#x27;s the hardest part of this. Our approach is to keep the detection scope tight — rather than trying to generalize across every firm&#x27;s conventions, we train on a small but high-quality set of fixtures and optimize for precision within that scope.<p>The result is high confidence outputs on the elements we support, rather than mediocre coverage across everything.<p>We&#x27;re expanding the detection surface incrementally as we validate accuracy division by division!
      • dylan6043 hours ago
        How in the world is an answer to a question from the account posting TFA replying directly to said question getting killed?
  • testUser12285 hours ago
    What do you foresee being the end use case for this (or most valuable use case)?
    • wcisco175 hours ago
      Anyone building in or for construction tech — whether that&#x27;s a startup building estimating or project management software, a construction company with an internal tech team solving this themselves, or a builder looking to automate their workflow. The common thread is drawings. Every one of those groups lives and dies by their ability to extract actionable data from a PDF that was never designed to be machine-readable. We&#x27;re building the layer that makes that possible so they don&#x27;t have to start from scratch.
      • wang_li5 hours ago
        Why does the workflow lie at the level of a real or virtual piece of paper and not in the metadata from the applications used to create that piece of paper? Seems like a CAD tool would allow you to identify each element of the drawing, assigning metadata as required.
        • jsidney4 hours ago
          Only a small set of construction stakeholders participate in the CAD ecosystem (e.g., architects, large GCs) while a broader set of stakeholders (subcontractors, trades, smaller GCs&#x2F;CMs) do not receive BIM files and work with PDFs. CAD&#x2F;BIM is a wonderful aspiration but for many the reality is PDFs.
          • instig0074 hours ago
            Re. &quot;CAD&#x2F;BIM&quot;, technically speaking CAD doesn&#x27;t imply BIM, and the industry&#x27;s promotion of BIM is akin to AI promotion among software engineering teams - the benefits aren&#x27;t clear upon detailed review of the advertised capabilities. The CAD part, on the other hand, is generally recognized as the essential tooling for the profession and I&#x27;m surprised to hear that it just is a &quot;wonderful aspiration&quot;.
            • eMPee5841 hour ago
              &quot;The profession&quot; actually is a wide variety of trades, not just architects and contractors. Electricians, plumbers etc. where CAD is not yet widely spread. Which hopefully will change in the near future, with open source BIM tool chains, boosted by generative&#x2F;agentic AI.. Finally, a huge source of confusion and execution hiccups will be overcome.
              • wcisco171 hour ago
                Until then pdf rules!!!
        • cyanydeez4 hours ago
          Oh you sweet summer child. These draws are anywhere from 0 to 120 years old and might just be something pulled out of a floppy disk from 1970 to scanned in coffee ridden pieces of paper sitting in a desk folded a hundred times.<p>The world in which metadata is a common thing attached to any file doesn&#x27;t exist, and probably never will, no matter how much you try to improve CAD work flow.
          • siriusfeynman1 hour ago
            &gt; Oh you sweet summer child<p>I know you&#x27;re just repeating a phrase from a TV show but do you know how incredibly condescending this comes across to most people?
  • Iulioh5 hours ago
    When will this be available for 30000x8000px electrical diagrams?<p>I have to make a BOM and oh boy I hate my job
    • oritron5 hours ago
      What software made the bitmap? Seems like a step earlier in the pipeline could help generate a BOM more easily.
      • Iulioh5 hours ago
        I&#x27;m not really sure and I don&#x27;t have access to it, I just recive flat PDFs or TIFFs<p>A lot of them are &quot;archival&quot; so I&#x27;m pretty OOL
        • dylan6043 hours ago
          You might even be SOL<p>It is telling that so many of the comments here assume the person with a thing that is not the most practical would be easily able to request thing in a different format. The assumption that the person with the inconvenient thing would never have thought to ask if more convenient thing was available and just willfully toiling with the inconvenient thing is kind of insulting.
          • oneneptune3 hours ago
            Also, in the construction industry you get an updated drawing file a day before the bidding closes... good luck getting the GC to send more detailed files (that they themselves got elsewhere) in that time. You&#x27;re better off sending it to your estimation department in India and letting them work through the night to put together the new estimations.
    • alexeischiopu5 hours ago
      I’m building a similar platform, with electrical being furthest ahead - SLD, panels, lights, power, comms.<p>Also do doors, windows, and mechanical equipment.<p>dm, and I can include you in the next preview.
      • testUser12284 hours ago
        I&#x27;m not sure how to dm on here, but I&#x27;m very interested
        • axus3 hours ago
          You can paste &quot;who is alexeischiopu&quot; to a search engine, and since there isn&#x27;t an athlete with the same name, a good candidate appears.
      • Iulioh5 hours ago
        I work in the automotive field, I don&#x27;t know if this complicates the things further but I appreciate any help!
    • jsidney5 hours ago
      What do you hate the most?
  • hspraggins775 hours ago
    Great points raised!
  • alexeischiopu5 hours ago
    Good idea :)
  • vessenes5 hours ago
    cool. What&#x27;s pricing like?
    • wcisco175 hours ago
      Thanks! <a href="https:&#x2F;&#x2F;www.getanchorgrid.com&#x2F;developer&#x2F;pricing" rel="nofollow">https:&#x2F;&#x2F;www.getanchorgrid.com&#x2F;developer&#x2F;pricing</a><p>Let me know if you find it useful or have any questions, happy to help.
      • vessenes5 hours ago
        Thanks -- btw the Pricing link on the site pulls up a form, not that page.
  • achillesheels5 hours ago
    Love it! <i>Starbucks Vente Machiato sip</i><p>Love to give it to an arc client, not sure who the right person to implement this would be? Hmm…
    • wcisco175 hours ago
      Hey OP here - Love to help if you&#x27;re looking for a team to implement a solution.<p><a href="https:&#x2F;&#x2F;cal.com&#x2F;anchorgrid&#x2F;anchorgrid-external-meeting?duration=30&amp;overlayCalendar=true" rel="nofollow">https:&#x2F;&#x2F;cal.com&#x2F;anchorgrid&#x2F;anchorgrid-external-meeting?durat...</a>
  • i18nagentai3 hours ago
    [flagged]
    • wcisco171 hour ago
      Yeah OCR for technical is largely solved we&#x27;re targeting the construction documents space For construction specs we have a few endpoints: - <a href="https:&#x2F;&#x2F;www.getanchorgrid.com&#x2F;developer&#x2F;docs&#x2F;endpoints&#x2F;specs-parse" rel="nofollow">https:&#x2F;&#x2F;www.getanchorgrid.com&#x2F;developer&#x2F;docs&#x2F;endpoints&#x2F;specs...</a> - <a href="https:&#x2F;&#x2F;www.getanchorgrid.com&#x2F;developer&#x2F;docs&#x2F;endpoints&#x2F;specs-content-extract" rel="nofollow">https:&#x2F;&#x2F;www.getanchorgrid.com&#x2F;developer&#x2F;docs&#x2F;endpoints&#x2F;specs...</a><p>so you would want these documents translated lets say to German, mandarin, ect?
  • fithisux6 hours ago
    Of course it is not working. PDF and images are supposed to be tamper resistant. OCR tries to reverse engineer them.
    • kube-system5 hours ago
      Since when is tamper resistance a part of PDF or any common image format?
      • pwagland5 hours ago
        PDF files can be signed, that is tamper resistance. Tamper resistance doesn&#x27;t have to make any difference to the readability of the document.
        • kube-system5 hours ago
          So can any type of file -- that doesn&#x27;t have any relevance to the supposed design of every file type in existence. Now, later versions of PDF do have explicit support for signatures, but what does this have to do with preventing OCR? OCR reads a file, it doesn&#x27;t change the original file.
          • ranger_danger5 hours ago
            Some OCR solutions do change the original file, like OCRmyPDF. They take layers that were just images before and replace it with text layers so that you can search the document.
            • kube-system5 hours ago
              That isn&#x27;t OCR, but an application of the resulting output of OCR. Again, a signature on a PDF or any type of file doesn&#x27;t prevent you from reading it. (It also doesn&#x27;t technically prevent you from changing it, it just enables the detection of changes to a particular file.)<p>There&#x27;s nothing about PDFs or image formats that prevent anyone from doing OCR. The reason construction documents are difficult to OCR is because OCR models are not well trained for them, and they&#x27;re very technical documents where small details are significant. It doesn&#x27;t have anything to do with the file format
          • fithisux4 hours ago
            True but you can make modified copies if you reverse engineer it with OCR.
            • jimjimjim36 minutes ago
              That&#x27;s not really what I would call reverse engineering. If you read a pdf, and type it into word is that reverse engineering? Either way whatever you get is in no way going to convince anybody that it is the original.
        • ranger_danger5 hours ago
          Can&#x27;t one just remove the signature and re-sign it with anything else after tampering? Who verifies PDFs that hard?
          • kube-system5 hours ago
            If you&#x27;re performing OCR, you&#x27;re almost by definition, disregarding the source file. The whole point of OCR is to be transformative.
      • fithisux4 hours ago
        You can&#x27;t change a PDF, it is by design to be not easy to OCRed
        • kube-system4 hours ago
          PDFs are merely an collection of objects, that can be plainly read by reading the file -- some of those are straight up plain text that doesn&#x27;t even need to be OCR&#x27;d, it can be simply extracted. It is also possible to embed image objects in PDFs, (this is common for scanned files) which might be what you are thinking of. But this is not a design feature of PDF, but rather the output format of a scanner: an image. Editing PDFs is a simple matter of simply editing a file, which you can do plainly as you would any other.
        • jimjimjim28 minutes ago
          It is not by design! PDFs that are made from scanned documents or collections of images would require OCRing but that is true of any format that the scans&#x2F;images are put into. These days the vast majority of PDFs do not need to be OCRed as the pages are just made up of text, line drawings and images. And although it can get tricky you can edit those text, line and image commands as much as you want.<p>For example: add this is in the contents stream for a pdf page and it&#x27;ll put hello world on the page<p><pre><code> BT &#x2F;myfont 50 Tf 100 200 Td (Hello World) Tj ET </code></pre> (Note: a bit more is required to select the font etc)
  • ware-intel4 hours ago
    Your smart features looks like a game changer? Nice job!