Earlier quoted context omitted.
So can any type of file -- that doesn'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't change the original file.
True but you can make modified copies if you reverse engineer it with OCR.
OCR for construction documents does not work, we fixed it
71–80 of 103 posts
Re: OCR for construction documents does not work, we fixed it
#72Earlier quoted context omitted.
Since when is tamper resistance a part of PDF or any common image format?
You can't change a PDF, it is by design to be not easy to OCRed
For example: add this is in the contents stream for a pdf page and it'll put hello world on the page
BT
/myfont 50 Tf
100 200 Td
(Hello World) Tj
ET
(Note: a bit more is required to select the font etc)Re: OCR for construction documents does not work, we fixed it
#73Earlier quoted context omitted.
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.
> not exactly OCR, but similar. So chunks of the image that look sufficiently similar get replaced with a reference to a single instance. How can we describe OCR that wouldn't match this definition exactly?
It also gives a false sense of security when it displays dirty pixels that still clearly show a specific digit, since you think you're basically looking at the original.
Re: OCR for construction documents does not work, we fixed it
#74Earlier quoted context omitted.
> not exactly OCR, but similar. So chunks of the image that look sufficiently similar get replaced with a reference to a single instance. How can we describe OCR that wouldn't match this definition exactly?
Jbig2 dynamically pulls reference chunks out of the image, which makes it more likely to have insufficient separation between the target shapes. It also gives a false sense of security when it displays dirty pixels that still clearly show a specific digit, since you think you're basically looking at the original.
Jbig2 is an OCR algorithm that doesn't assume the document comes from a pre-existing alphabet.
Re: OCR for construction documents does not work, we fixed it
#75Earlier quoted context omitted.
Jbig2 dynamically pulls reference chunks out of the image, which makes it more likely to have insufficient separation between the target shapes. It also gives a false sense of security when it displays dirty pixels that still clearly show a specific digit, since you think you're basically looking at the original.
That's a description of Jbig2, not a description of OCR. Jbig2 is an OCR algorithm that doesn't assume the document comes from a pre-existing alphabet.
Re: OCR for construction documents does not work, we fixed it
#76I 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. 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. Imagine, all this information about quantities and d…
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. They even gave me a big desk…
Re: OCR for construction documents does not work, we fixed it
#77Do that for Finnish construction documents. My parser is 30000+ lines candidate based but the lack of standards and the Finnish language...
Re: OCR for construction documents does not work, we fixed it
#78Earlier quoted context omitted.
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.
> not exactly OCR, but similar. So chunks of the image that look sufficiently similar get replaced with a reference to a single instance. How can we describe OCR that wouldn't match this definition exactly?
If the image is actually text, both of them can end up finding things. Binning will identify "these things look almost the same", while OCR will identify "these look like the letter M"
Re: OCR for construction documents does not work, we fixed it
#79Earlier quoted context omitted.
That's a description of Jbig2, not a description of OCR. Jbig2 is an OCR algorithm that doesn't assume the document comes from a pre-existing alphabet.
You asked what the difference was, and I said the difference. Was it unclear that to fit the phrasing of your question, we add "OCR doesn't"? I would not personally call Jbig2 OCR.
Take another look at my comment.
Re: OCR for construction documents does not work, we fixed it
#80What is the maximum resolution you support for PDFs? The max gemini will do is 3072x3072. We have plans that are 10x that size.