Slashdot Mirror


USPTO Won't Accept Upside Down Faxes

bizwriter writes "This may seem like a joke, but it's not. The US Patent and Trademark Office will not accept patent filings faxed in if they arrive upside down. That's right, the home of innovation of the federal government is incapable of rotating an incoming fax file, whether electronically or on paper."

10 of 427 comments (clear)

  1. Re:Upside down or 180degrees? by Anonymous Coward · · Score: 1, Informative

    fax machines record incoming number

  2. Re:Post ideas here. by Anonymous Coward · · Score: 1, Informative

    Irfanview can rotate image files in batch mode.

  3. Re:Post ideas here. by fuzzix · · Score: 4, Informative

    I work at a federal regulatory agency which is having the same issue. They were asking IT/tech/computer people if there was a solution around. Nobody knew of any software that auto rotates images based on text. Anybody? Reply here.

    Run gocr on the document (run 1), rotate it 180 degrees and run gocr on that (run 2).

    If (no of dictionary words(run 2) > no of dictionary words(run 1)) {
            doc = rotated doc;
    }

  4. Re:Post ideas here. by CSHARP123 · · Score: 2, Informative

    Here is a Free software that rotates Jpg files. http://annystudio.com/software/jpeglosslessrotator/ You can write a batch script to rotate the images. Hope this helps.

  5. Re:Post ideas here. by SharpFang · · Score: 2, Informative

    Is rotating the images manually based on text so much view?
    In irfanview: [r][r][s][enter]
    Or are your clerks too stupid to recognize rotated text and need software to recognize it for them?

    --
    45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
  6. Here's the patent that blocking them by H4x0r+Jim+Duggan · · Score: 4, Informative

    That one's just an application. Here's one they granted in 1994:

    • US5276742:
          Rapid detection of page orientation
  7. Found one by H4x0r+Jim+Duggan · · Score: 2, Informative

    I found one patent they granted that they might be worried about:

    (And a poster higher up found this application, which is still in the examination phase: 20090274392: page orientation detection based on selective character recognition.)

  8. Re:Upside down or 180degrees? by natehoy · · Score: 4, Informative

    Update: There is now a discussion on the article that covers this very topic. Someone theorized that the USPTO received blank pages (meaning that "upside down" meant "back to front".

    The author's reply:

    According to the people involved, that is not the case. The page was simply put in bottom side first. Otherwise, the response would have been that the received fax was blank.

    --
    "This post contains words, known to the State of California to cause thought. Wash brain thoroughly after reading."
  9. Original link appears to be down by phiz187 · · Score: 2, Informative
    Here is some info from the USPTO website: http://www.uspto.gov/web/offices/com/sol/og/2000/week33/patfacs.htm

    Why are you telling me that my document is "upside down"? In a routine fax transmission, page orientation (top of the page first into the machine or bottom of the page first) is not critical because the reader can easily flip and arrange the pages to read them top to bottom. However, it is critical to our process that each page is faxed top to bottom with the top margin being fed first into the machine. Once they have been received in PTAS, fax transmitted assignments are processed strictly by electronic means. Although the PTAS software can rotate a document 180 degrees for viewing purposes, when the electronic document is extracted to generate the archival microfilm record, each page is extracted exactly as it was first received. Accordingly, a document sent "upside down" would be microfilmed upside down. To further complicate matters, because the system generated recordation and reel and frame markings on the pages would be in the opposite orientation, the resulting document would be difficult to read.

    --
    Pretend I said something meaningful or insightful here.
  10. Re:Idea by Facegarden · · Score: 2, Informative

    And then finally they'll get the bright idea to implement software that recognizes whether it's upside down and only print out the ones that are right-side up!

    They can't implement that software because a method for doing that has already been patented!

    Much though I dislike software patents, that doesn't prevent using text to detect orientation. Someone upthread came up with a solution that wouldn't violate that patent, namely OCRing all orientations and the one with the most dictionary words is the correct orientation.

    The posted patent compares letter width to letter height, and uses that to determine if the image is sideways. If the document is all capital letters or in Russian, it looks at the 'T's in the document, otherwise it uses 'i's. It then figures the ratio of what appear to be correctly oriented 'T's or 'i's to incorrectly oriented 'T's or 'i's and uses that to determine whether or not the document is upside down.

    To circumvent that, you could test something different. If using different letters and the same overall formula don't evade the patent, you could still use factors like frequency analysis ('b' and 'd' are more common in English than 'q' and 'p') or attempting to detect different known incorrect characters (there's no English letter that looks like a sideways 'b', 'd', 'p', or 'q' or an upside-down 'k' or 'h' or 'y' (though an upside-down 'y' looks like a backwards 'h')

    As someone mentioned in a patent-related posting recently on slashdot, the government is actually not bound by patent law - they can legally use any patented technology they need.

    This is just a situation where some idiot at the patent office didn't know how to rotate a file, so they just made some rule that outlawed it because it was easier.

    At least, I'm guessing, didn't RTFA. The point is they're not held back by patents.
    -Taylor

    --
    Worldwide Military budgets: $2100 billion. Worldwide Space Exploration budgets: $38 billion. Really, world? Really?