<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Need a suggestion about how to implement unusual behaviour in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/need-a-suggestion-about-how-to-implement-unusual-behaviour/m-p/231342#M184472</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an uncommon requirement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco here is used as a simple repository getting (image) documents from a scanner.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So far, I've used the great &lt;/SPAN&gt;&lt;A href="http://code.google.com/p/zxing/" rel="nofollow noopener noreferrer"&gt;http://code.google.com/p/zxing/&lt;/A&gt;&lt;SPAN&gt; project to read a barcode written inside those documents, so I can use the barcode number to assign a property to the document (and other properties associated by that number) - it works like a charm (btw, if someone wants snippets to do this, simply ask me)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now 2 new requirements: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1)if the scanned images are put in a multi-page-capable format (pdf or tiff), my boss want those pages to be merged in a single document. Any hint about this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2)since we have no control over those documents, we can not choose to apply the barcode on each sheet of paper. So if I had resolved requirement 1, I still have the problem of merging all documents coming from the scanner since after the first sheet I have barcodes anymore. My boss suggested that the merge should occur when we find a document with a new barcode, meaning that the previous one had finishd. I don't like this solution (works only if there is a single user i.e. a single scanner, and is weak since a failure in reading the barcode would not throw an error but simply append the new document to the previous..) but my boss can live with that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have any suggestion/ideas? I don't need the work done, but I wonder if there is a better solution, or how to implement it at best &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(for example, where do you think is the best place to 'record' the current barcode, would you do a SingletonService using Spring or store a type=base property on the sotre?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks to everyone&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alex&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Nov 2009 15:01:56 GMT</pubDate>
    <dc:creator>ale_carraro</dc:creator>
    <dc:date>2009-11-06T15:01:56Z</dc:date>
    <item>
      <title>Need a suggestion about how to implement unusual behaviour</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-a-suggestion-about-how-to-implement-unusual-behaviour/m-p/231342#M184472</link>
      <description>I have an uncommon requirement.Alfresco here is used as a simple repository getting (image) documents from a scanner.So far, I've used the great http://code.google.com/p/zxing/ project to read a barcode written inside those documents, so I can use the barcode number to assign a property to the docum</description>
      <pubDate>Fri, 06 Nov 2009 15:01:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-a-suggestion-about-how-to-implement-unusual-behaviour/m-p/231342#M184472</guid>
      <dc:creator>ale_carraro</dc:creator>
      <dc:date>2009-11-06T15:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need a suggestion about how to implement unusual behaviour</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-a-suggestion-about-how-to-implement-unusual-behaviour/m-p/231343#M184473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry for this late reply. I was trying the barcode reader you mentioned. But it can not work. So I download another free trial &lt;/SPAN&gt;&lt;A href="http://www.onbarcode.com/products/net_barcode_reader/" rel="nofollow noopener noreferrer"&gt;&lt;SPAN style="color:black;"&gt;barcode reader&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; project to read the barcode image. It is successful. But it needs to be paid. I want some free ones. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 06:47:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-a-suggestion-about-how-to-implement-unusual-behaviour/m-p/231343#M184473</guid>
      <dc:creator>alisaslwe</dc:creator>
      <dc:date>2013-10-21T06:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need a suggestion about how to implement unusual behaviour</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-a-suggestion-about-how-to-implement-unusual-behaviour/m-p/231344#M184474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To manipulate PDF files have a look at PDF box.&amp;nbsp;&amp;nbsp; Its what alfresco uses itself to extract meta-data but you can use it to manipulate PDF documents.&amp;nbsp;&amp;nbsp; I had a quick look and there's a likely looking "addPage" method.&amp;nbsp;&amp;nbsp; And a "Splitter" class that can go in the other direction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My thoughts are that you are over-using the "barcode".&amp;nbsp;&amp;nbsp; Yes its part of your solution but there's a bit of an issue with using it to group several pages together.&amp;nbsp;&amp;nbsp; For example there is also an issue of page ordering.&amp;nbsp; Can you get any information from your scanner to batch together pages?&amp;nbsp; Can you upload the pages into a folder and then run an action to merge them together?&amp;nbsp;&amp;nbsp;&amp;nbsp; That could work automatically if you can have a simple upload stream but I suspect you will eventually want some sort of review process to check for missing and duplicated pages. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 15:04:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-a-suggestion-about-how-to-implement-unusual-behaviour/m-p/231344#M184474</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2013-10-21T15:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need a suggestion about how to implement unusual behaviour</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-a-suggestion-about-how-to-implement-unusual-behaviour/m-p/231345#M184475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;er.. how about this one &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://www.keepautomation.com/products/net_barcode_reader/" rel="nofollow noopener noreferrer"&gt;http://www.keepautomation.com/products/net_barcode_reader/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;barcode reader&amp;lt;/a&amp;gt;, i heart it's free. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 02:13:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-a-suggestion-about-how-to-implement-unusual-behaviour/m-p/231345#M184475</guid>
      <dc:creator>cindy313</dc:creator>
      <dc:date>2013-11-13T02:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need a suggestion about how to implement unusual behaviour</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-a-suggestion-about-how-to-implement-unusual-behaviour/m-p/231346#M184476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;how long does the &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://www.keepautomation.com/products/net_barcode_reader/barcode_interleaved25.html" rel="nofollow noopener noreferrer"&gt;http://www.keepautomation.com/products/net_barcode_reader/barcode_interleaved25.html&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;barcode reader project free trail&amp;lt;/a&amp;gt; supports?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 03:52:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-a-suggestion-about-how-to-implement-unusual-behaviour/m-p/231346#M184476</guid>
      <dc:creator>lucy</dc:creator>
      <dc:date>2014-01-24T03:52:26Z</dc:date>
    </item>
  </channel>
</rss>

