Can I improve PDF OCR accuracy and compression ratio by running it through Acrobat X Std or Pro?

I scanned a book and stored the PDF file with minimal OCR and low compression using mp ex navigator v1. Can I use Acrobat X Standard or Acrobat X Pro to take that PDF file and improve both the OCR accuracy percentage AND the compression ratio, and then it in a new PDF file?
I am running Windows 8 64-bit.  It may or may not matter, but I have Office 2010.
Message was edited by: computer-girl

I purchased Acrobat Pro XI last month to try to digitize all my text books (Scanned as TIFF and imported to PDF).  I've been pretty unimpressed in general.  Specifically to your question, it seems that if a page has a photo on it or some complex image, Acrobat won't deskew it.  My version updated just today to 11.0.06 and it still has this problem.  I think it does deskew when "Apply Adaptive Compression" is selected because that option causes each page to be broken into parts (text/image).
Just incase you haven't tried, on the Optimize Scanned PDF dialoge box, make sure the slider is set to "High Quality" instead of "Small Size", that may help with the image quality.  In my tests, I ended up leaving it turned up all the way.
I have finally put together a workflow to deal with the problem.  I use Acrobat to extract each page as a TIFF to a separate directory.  I use a third party program to deskew and crop the images.  I use Acrobat to reassemble them into a PDF.  I use Text Recognition/In this File (Searchable Image Exact) to do OCR.
I am pleased with the results though Acrobat tries to OCR a lot of images and I just get a bunch of jumbled invisible text on my images.  I don't mind it though cuz it's invisible, but pretty pathetic given the cost of this product.
I'll mention the third party program I use in a post below because I don't know if I'm allowed to post it or not.  I just don't want this post to be deleted for mentioning another program.
Hope this helps others.

Similar Messages

  • HT4061 I can't access my icloud account and the verification will not come through because of that and I can't remember the password

    I can't access my icloud account and have tried everything,

    I FOUND THE SOLUTION!
    I had the same exact problem. I had my old apple ID connected to a school email which did not exist anymore. My ipad (ICloud) was prompting me to put the password in for that ID and I could not delete it from my ipad because the "Find My Ipad" was turned on, once again prompting for password. I called apple and they said this Apple no longer exists and is not in there system, which I knew already. After hours on the phone nobody could help me. Try this.
    -Go to create a new Apple ID and use the same email address as the old apple ID which is locked in on your ipad
    -Create a new password and all that, it will say it send a verification link to your email, in my case my email no longer exists so I could not do this
    - I called Apple to explain this problem and I asked if they could verify it for me, which they did after I convinced them it was worth a try. The guy told me that the verification shouldnt matter and should still be able to login but he did it anyway. You can try skipping this step but if it doesn't work then go ahead.
    -Go to ICloud and click on your account, the email should be grayed out but it should allow you to change that password, put in the new password which you just created.
    -This allowed me to sign in to accept the new terms and conditions but it said "unable to conncet to server" so I just backed out and went to "Delete Account" and it worked!
    The whole idea is to re-create your old apple ID into Apple's system and then use that new password. The guy at Apple said tons of people called about this problem and nobody could solve it. I thanked him for helping me and he thanked me for helping him. I hope this helps you!

  • Can I upgrade Acrobat XI Std to Pro?

    I have a copy of Acrobat XI Std, which can bundled with a SnapScan scanner.  Can I upgrade Acrobat to the Pro version.  If so how?  And how much does it cost?  All I can find on the website is subscriptions, not relevant to me!

    Will inbox you a number to call. They will provide you information.
    Regards,
    Ajlan Huda.

  • Can't generate PDF from xdp and XML

    Hello,
    I'm new to livecycle and flashbuilder.
    I assigned as a task to send to a  livecycle server a xdp template and a XML file with the data in order to create the pdf.
    So far, I created a class with two methods that returns as a BLOB the strings of a xdp template and the XML data to populate the template.
    On the main application I'm calling the generatePDFOutput method from the OutputService and as far as I know I'm supposed to get a Blob which I can manipulate to save it as a PDF.
    What could be my error? or how should I approach this problem? I came here since I can't find some document that shows how to create pdf from a flex app using livecycle...
    I appreaciate your help.
    I attach below the code of the main class
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" creationComplete="initializeChannelSet();">
        <fx:Script>
            <![CDATA[
                import flash.sampler.Sample;
                import mx.messaging.ChannelSet;
                import mx.messaging.channels.AMFChannel;
                import mx.rpc.CallResponder;
                import mx.rpc.events.ResultEvent;
                import services.outputservice.OutputService;
                import valueObjects.BLOB;
                import valueObjects.OutputResult;
                import valueObjects.PDFOutputOptionsSpec;
                import valueObjects.RenderOptionsSpec;
                private var parentResourcePath:String="/";
                private var serverPort:String="192.168.3.46:8080";
                private function initializeChannelSet():void{
                    var cs:ChannelSet= new ChannelSet();
                    cs.addChannel(new AMFChannel("remoting-amf", "http://"+serverPort+"/remoting/messagebroker/amf"));
                    outputService.setCredentials("administrator","password");
                    outputService.channelSet=cs;
                protected function btn_clickHandler(event:MouseEvent):void
                var pdf:OutputService= new OutputService();
                var x:TestPDF= new TestPDF();
                var wsCall:CallResponder= new CallResponder();
                var out:PDFOutputOptionsSpec= new PDFOutputOptionsSpec();
                out.fileURI="D:\PDF_Output\test.pdf";
                var render:RenderOptionsSpec= new RenderOptionsSpec();
                wsCall.token=pdf.generatePDFOutput("PDF","Form.xdp","D:\\PDF_Output",out,render,TestPDF.D ata());
                var res:BLOB= wsCall.lastResult as BLOB;
                var result:ByteArray= new ByteArray();
                    result=res as ByteArray;
                var a:Number=2;
                protected function outputService_resultHandler(event:ResultEvent):void
                    // TODO Auto-generated method stub
            ]]>
        </fx:Script>
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
            <mx:RemoteObject id="outputService" destination="OutputService" result="outputService_resultHandler(event);"/>
        </fx:Declarations>
        <s:Button id="btn" x="90" y="141" label="Button" click="btn_clickHandler(event)"/>
    </s:Application>

    build.xml file for Hibernate:
    <?xml version="1.0"?>
    <project name="Hibernate"
    default="schemaGenerator" basedir="C:\Hibernate">
    <property name="src.dir" value="src"/>
    <property name="classes.dir" value="classes"/>
    <property name="hibernate" value="hibernate-2.1"/>
    <property name="hibernate.mappings" value="mappings"/>
    <property name="jdbc" value="C:\oracle\product\10.1.0\Db_1\jdbc"/>
    <property name="hibernate.extensions" value="tools"/>
    <property name="hibernate.properties" value="properties"/>
    <path id="project.class.path">
    <pathelement location="${classes.dir}" />
    <fileset dir="${hibernate}">
    <include name="hibernate2.jar"/>
    </fileset>
    <fileset dir="${hibernate}/lib">
    <include name="*.jar"/>
    </fileset>
    <fileset dir="${hibernate.extensions}/lib">
    <include name="*.jar"/>
    </fileset>
    <fileset dir="${hibernate.extensions}">
    <include name="hibernate-tools.jar"/>
    </fileset>
    <fileset dir="${jdbc}/lib">
    <include name="classes12.jar"/>
    </fileset>
    </path>
    <target name="init"> <mkdir dir="${src.dir}"/>
    <mkdir dir="${classes.dir}"/>
    </target>
    <taskdef name="javaGen"
    classname="net.sf.hibernate.tool.hbm2java.Hbm2JavaTask"
    classpathref="project.class.path"/>
    <target name="javaGenerator" depends="init">
    <javaGen output="${src.dir}">
    <fileset dir="${hibernate.mappings}">
    <include name="Catalog.hbm.xml"/>
    </fileset>
    </javaGen>
    </target>
    <target name="compile" depends="javaGenerator">
    <javac srcdir="${src.dir}"
    destdir="${classes.dir}">
    <classpath refid="project.class.path"/></javac>
    </target>
    <taskdef name="schemaGen"
    classname="net.sf.hibernate.tool.hbm2ddl.SchemaExportTask"
    classpathref="project.class.path"/>
    <target name="schemaGenerator" depends="compile">
    <schemaGen properties="${hibernate.properties}/hibernate.properties" quiet="no">
    <fileset
    dir="${hibernate.mappings}">
    <include name="Catalog.hbm.xml"/>
    </fileset>
    </schemaGen>
    </target>
    </project>

  • Can i improve pdf quality output in keynote?

    guys n gals -
    does anybody know how we can get a better quality pdf out of keynote? the "best" setting is really not so good - pixellation, nasty color rendering.
    keynote is a pretty genius basic program for laying things out, but when the pdf output is ugly, what do you do?
    thanks!

    Hey, I also have this problem. It was never this poor quality before! Everything looks really pixellated and the text is almost a parody. I have tried different settings but the exported version to pdf is simply awful.
    What to do?
    (OSX 10.9 and Keynote 6.01)

  • How can I Show PDF in C# and disable user interaction

    I am testing the C# example project BasicIacOCX. I can run the project and there I can hide the toolbar of the Acrobat-control (pdfWindowLeft.setShowToolbar(false);). But if I press F8 the toolbar is visible again. Now I found out nothing how I can disable that the user can press F8.
    Any ideas?

    Correct, there is no support for permanent hiding of the toolbar.  Also, with Acrobat X, the whole idea of a "toolbar" has changed.

  • Can I improve performance by compiling and running programs?

    I installed Arch Linux two weeks. It was not a simple installation like Ubuntu. But now I have a tailored OS and a better understanding of how it works. I hope one day I can switch my primary OS to Arch Linux. I know that Arch Linux is optimized for i686 processors; I wanted to take this idea to more recent processors.
    I have a Core 2Duo processor. If I download the source code (of frequently used programs like Firefox) compile it on my computer and use the program will I get a better performance than downloading the binaries? I'm assuming that I can easily find a compiler that leverages the power of more recent processors.
    If the answer if yes, please provide me some references to compilers and documentation.

    You can compile your own packages with PKGBUILDs, makepkg and ABS,
    See these links for further reference:
    http://wiki.archlinux.org/index.php/PKGBUILD
    http://wiki.archlinux.org/index.php/ABS … ild_System
    When you say compiler I take it you mean compile flags specific for your processor?
    Look here: http://wiki.archlinux.org/index.php/Safe_Cflags
    You probably won't feel any significant speed increase, though.
    Edit: The reason to use these tools instead of the traditional way is that the packages created with these tools can be managed by pacman.
    Last edited by Ashren (2008-05-07 00:38:05)

  • I have Adobe reader installed, but can't open pdfs in Firefox and it doesn't show in the Applications tab.

    When I click on a pdf link, the new tab opens but doesn't show the content of the pdf. There is no error message. When I look under Tools, Options, applications, there is no option for handling pdfs. I have the Adobe reader for Firefox installed.

    https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox
    https://support.mozilla.com/en-US/kb/Opening+PDF+files+within+Firefox

  • How can I move all my emails and mailboxes from my Powerbook 10.4 to a new MacBook Pro running Lion?

    I have an older PowerBook (OS X 10.4.x) and I need to move all my Mail (including mail I archived to folders) to a new Macbook Pro running Lion. 
    Can I just move the Mail directory (/Home/Library/Mail) and com.apple.mail.plist from the Powerbook to the MBP? 
    I noticed that the Mail directory structure on the MBP is different in Lion than the Mail directory structure on my PB OS X 10.4.
    I didn't want to overwrite the Mail directory on the MBP and find out I corrupted Mail on the new MBP.
    Any advise would be appreciated.
    Thanks.

    The safe "step 1," of course, is to keep an unaltered copy of the 10.4 Mail folder and plist so that if something bad happens on the new machine, you just throw out that folder and plist and try again.
    The safe "step 2" is that instead of dragging the folder into the same place on the new Mac, you can copy it to a separate location, like a temporary folder in Documents, then in Apple Mail in your new Lion MBP, use File/Import Mailboxes. It will ask you where the mailboxes are, and after you point it to that folder, I'm assuming it will import and convert them to the new format and place them in the correct sub-folders. If it goes well, you can then delete the temporary copy that you made for import purposes.
    The 10.4 plist might be too old since it's 3 major versions later; you can try putting it in the Preferences folder, but it seems safer to note all the settings in 10.4 and re-enter them from scratch.

  • How can I connect my iphone 4 and my mac mini, running mountain lion, so that I can airplay music to my mac mini from my iPhone?  Or, is this not possible?

    Just trying to stream music from my iphone to my mac mini speakers.  Any way I can do that in a similar way that I can do it via applte tv?

    No.
    Since all music on your iPhone should be in your iTunes library on the Mini if that is the Mac you sync your iPhone with, play the music from iTunes on your Mini through the Mini speakers. If the music is in your iTunes library on another Mac, set up Home sharing to play the music in your iTunes library on another Mac with iTunes on your Mini.

  • How can I convert PDF table to Excel table? I'm using Adobe Acrobat Pro X

    Please, Help

    See this thread: http://forums.adobe.com/thread/968107?tstart=0 
    Lori posted some links to useful tutorials.
    Be well...

  • Photo has packet loss.  Can I improve the image with Aperature?

    I received a poor quality family photo (hard copy). Almost like "packet loss" on TV whereby the image edges are muted and/or missing. I wanted to enlarge the 3 X 5 inch photo but if the quality is poor at this resolution, I know enlarging will just make it worse.
    Can Aperature improve the photo quality? Compression or rendering or ??
    OR is this a photoshop opportunity?
    Please advise.
    Thanks

    Hi labratinaz;
    While I will admit I am now learning to use Aperture, IMHO this sounds like if it can be solve it will take Photoshop to do it. I don't think the adjustments in Aperture are powerful enough.
    Allan

  • Can't view PDF in browser

    Running FireFox 3.6.8 - Can't view PDF files in browser. Get a messgae that basically says "Can't not display PDF file in browser. Exit Reader and your browser and try again."

    I think this message should go to all who contacted me, and for that I thank you.
    It seems I have found the problem, or at least I can now view PDF files. I disabled the FireFox Plug-in "Adobe Acrobat 9.3.4.218" which is described as "Adobe Acrobat Plug-In for FireFox and Netscape 9.3.4".
    Not being a genius at computers, I really don't know what has happened. I just know that I went into the "Tools/Addons/Plug-ins" section of FireFox and disabled the above plug-in and the next thing I know I could view PDF files.
    Again, thanks to all for trying to help

  • Can't print pdf files from my imac

    can't print pdf files from my imac.

    macs don't come with acrobat reader by default
    when one get a mac and open a pdf file the build in program called preview opens it
    most of us stick with preview because acrobat reader is a rather dangerous program to install
    http://www.cvedetails.com/vulnerability-list/vendor_id-53/product_id-497/cvsssco remin-6/cvssscoremax-6.99/Adobe-Acrobat-Reader.html
    more
    https://www.google.com/search?sourceid=opera-portal&q=acrobat+reader+exploits&cl ient=opera-portal&channel=portal#hl=en&client=opera-portal&hs=lqn&channel=portal &sclient=psy-ab&q=list+of+acrobat+reader+exploits&oq=list+of+acrobat+reader+expl oits&gs_l=serp.3...8463.9471.0.9773.8.7.0.0.0.1.162.508.6j1.7.0.les%3B..0.0...1c .1.5.psy-ab.4Tc73RiiXXA&pbx=1&bav=on.2,or.r_gc.r_pw.r_cp.r_qf.&bvm=bv.43148975,d .bGE&fp=cab576d3b9062d9c&biw=1825&bih=748
    after adobe flash and oracle Java the adobe acrobat reader is the most open door for hackers into ones system
    if you type preview in spotlight(the icon which looks like a spyglass) or in the launch's seach you can get to the preview app

  • Can't edit PDF

    I just signed in for adobe and I still can't edit PDF's

    Sounds as if you took up a subscription to Acrobat XI.
    That, by itself does not put Acrobat XI on your computer.
    Yes -- you have to download and install Acrobat XI on a desktop or laptop or smaller (but "real" - e.g., ultrabook, netbook, MS Slate Pro 3, etc) computer.
    No "devices" eh.
    Once you have the actual application installed you can launch it for use.
    Good to do -- Fetch the Help file and study it.  Use the available Acrobat tutorials.
    Acrobat is a "18-wheeler" so the gearng ain't your 3-speed bicycle shift.
    Acrobat Learn & Support 
    https://acrobatusers.com/tutorials
    Products | Acrobat | Adobe TV 
    The Adobe Press "Classroom in a Book" for Acrobat is available:   
    -- | as a hardcover book with work files on DVD 
    --| a PDF  
    --| a Kindle book
    So, some resources to get you started (once you have downloaded and installed the application).
    Be well...

Maybe you are looking for

  • HT201209 How do i use the Itunes credit to purchase a movie?

    My daughter got a gift card for her birthday with 15.00 on it. I have entered it into the redemtion area and see the credit on the account. How do I purchase a movie for her with this credit? I go to purchase the movie and it keeps trying to bill my

  • Power View for Sharepoint 2013 'Feature not available'

    Hello All, We are trying to set up Power view in Sharepoint but every time I click the power button on a report we get the  "The feature: "Power View" is not supported in this edition of Reporting Services." error. Our setup consists of two servers.

  • Where's the list view in Calendar?

    I want my list view back in Calendar...

  • Trading Partner

    Hi, New to BCS hence needs guidance from you experts 1. Can we define Trading Partner for a specific Item in a company or replace the existing partner with new partner 2.  I have uploaded a file thru Flexi upload method, I want to reload that file wi

  • How to write the oracle data as XML format. (.XML file)

    create or replace procedure pro(p_number ) is cursor c1 is select *from emp where empno=p_number; v_file utl_file.file_type; begin v_file := utl_file.fopen('dirc','filename.txt','w'); for i in c1 loop utl_file.put_line(v_file,i.ename || i.empno ||i.j