我的征尘是星辰大海。。。
The dirt and dust from my pilgrimage forms oceans of stars...
-------当记忆的篇章变得零碎,当追忆的图片变得模糊,我们只能求助于数字存储的永恒的回忆
作者:黄教授
手机视频列表
别让千里马去拉磨了DeepSeekOCR被误读的背后
视频
音频
原始脚本
别让千里马拉磨,Deepseek OCR 被误读背后,是一场多模态技术的认知错位。 当一位深耕 OCR 领域5年的工程师,用碑文识别错误率、连笔字准确率这些传统指标。 给 DeepMind CoCo 二打出不如帕多瓦科维尔的结论时,一场荒诞却真实的认知错位已然发生。 就像用拉磨效率评判千里马,用载重能力衡量跑车。 不是 DeepMind CoCo 二不够好,而是评价的尺子从一开始就错了。 必须先明确一个核心前提,重要的事情说三遍,是压缩器,不是 OCR ,是压缩器,不是 OCR ,是压缩器,不是 OCR 。 它的 OCR 功能只是压缩有效性的验证器,不是核心产品力。 那些纠结他连笔字认不全,碑文错字多的人,就像拿着显微镜挑千里马的蹄子花纹。 完全没搞懂这东西的使命是跑远路,不是踩的齐。 一,一场错位的测试,被误读的 Token 数,被忽略的信息密度。 那位扫描产品工程师的测试足够专业,但有一组数据的解读完全偏离了重点。 数学公式识别别场景中,Deepseek OCR 的视觉 token 是805个,对应文本 token773个。 压 压缩比0.96。 很多人看到视觉 Token 更多,就嘲讽,这哪是压缩?明明是膨胀。 但真相是,这805个视觉 Token 是整页内容的总 Token,而773个文本 Token 是公式单独的 Token,加上题干和步骤,总文本 Token 会超过2000个。 这时候再算压缩比,805÷2000等于0.4025。 相当于用不到一半的 token 承载了整夜的所有信息,这才是真正的压缩。 更关键的是视觉 token 承载的信息维度是文本 token 永远达不到的。 比如公式 S X 等于减 A 类,一加 X 括号,A 加一,括回,X 除以括号,一加 X,用文本 token 表示,需要拆成线性排列的24个 token。 大模型要理解 是对数符号,分数线上下是分子分母,还得额外调用语法解析逻辑。 而 DeepCocoa 的视觉 token 直接把 ln 在 1+X上方,分数线分隔分子分母的空间结构拍进 token 里。 大模型看一眼就知道这是对数加分式的组合,不用花时间拆解线性文本。 就像同样是记录会议,纯文本 Token 是逐字记录的录音稿,而视觉 Token 是带图表的思维导图。 前者字多但乱,后者字少但清晰。 工程师测试时只算了字的数量,却没算信息传递的效率,这才得出压缩反变膨胀的误解。 二、被骂不行的 OCR 能力,本就是验证工具,不是核心功能。 评论区里最刺耳的声音莫过于连个连笔字都认不全,还好意思叫大模型 OCR。 但这些人没搞懂,Deepseek COCR 的 decoder 解码器本质是压缩效果的体温计。 为什么要保留 OCR 功能?不是为了让你用来转文字,而是而是为了证明压缩没把羽翼弄丢。 就像医生用体温计测体温,不是为了看体温计的数字好不好看,而是为了 确认身体没发烧。 比如压缩一份合同后,用 decoder 输出文字,发现甲方名称里的有限责任公司简写为有限公司,很多人会骂识别错了。 但在大模型眼里,通过视觉 token 里甲方盖章位置、合同编号格式这些信息,早就知道这就是某有限责任公司,简写的几个字根本不影响理解。 这时候,Decoder 输出的错误,其实是压缩策略下的可接受损失。 那位工程师测试时,把 Deepseek OCR 的表格列错位判定为失败,也是同样的逻辑。 在传统 OCR 里,列错位是硬伤。 但在大模型场景里,只要视觉 token 保留了店铺月销完成率的空间对应关系。 大模型扫一眼就知道,一店月销800,完成率72%,列的轻微错位根本不影响数据提取。 三,为什么专业工程师也会踩坑?两种思维的断层。 那位 OCR 工程师的专业度没话说,但他的误解暴露了传统软件思维和大模型思维的三个核心断层。 一、对压缩的理解不一样,Token 数减少,VS 信息效率提升。 传统软件里的压缩就是文件变小、字数变少。 但大模型的压缩是用更少的 Token 承载更多的有效信息。 就像把100页报告浓缩成10页 PPT,页数没多,但信息传递效率翻了10倍。 二、对准确率的定义不一样,字符没错 vs 任务能成。 传统 OCR 追求100个字符错0个。 但 Deepseek OCR 追求压缩后,大模型回答问题的准确率仍能达90%。 比如压缩一份古籍,传统 OCR 会因某个生僻字认错判定失败。 但大模型通过视觉 token 里的上下文,依然能读懂这段讲的是祭祀礼仪。 这时候任务成了比字符对了重要一万倍。 三,对工具定位的认知不一样,单机能用, VS 大模型生态。 传统 OCR 是单机工具,下载下来转完文字使命就结束了。 而 DeepC OCR 是大模型生态的配件,它的视觉 token 必须和大模型的文本 token 协同工作。 就像显卡不是为了自己亮屏,而是为了让游戏设计软件跑得流畅。 脱离大模型谈它的 OCR 能力,就像拿着显卡当砖头砸核桃,不仅没用对地方,还浪费了核心价值。 四,别再纠结 OCR 了,它的价值只在无限上下文里,更在多模态未来里。 当我们跳出 OCR 对错的泥潭,会发现 Deepseek OCR 的颠覆性远不止给大模型压缩上下文这么简单。 在金融场景,100页的财报用它压缩后只剩500个视觉 token,大模型10秒就能算出营收增长率。 而传统方案要先转 OCR,再切分文本,最后检索,半小时都未必出结果。 在科研场景,化学论文里的结构式、公式、实验数据,用它压缩后变成带结构信息的视觉 token 大模型不用额外调用公式识别、图表解析工具,直接就能理解这个反应的步骤和结论。 在教育场景,古籍扫描件不用先花几周做全文 OCR?压缩后直接喂给大模型,就能实现边看古籍边问答。 这些场景里,它不是 OCR 工具,而是大模型处理长文档的钥匙。 更值得关注的是,它的探索恰好呼应了人工智能界的前沿判断。 特斯拉 AI 前负责人 Carpathy 曾说,或许 LLMs 的所有输入都应该是图像。 这句话不是在夸 OCR 工具。 二能力,而是在指出视觉 token 是更通用的输入单元。 一张图里的文字、表格、图表,用视觉 token 压缩后,既能保留猫在桌子上的文字语义,又能保留猫在桌子左边的空间排版。 这种多维度信息合一的能力,是纯文本 token 永远做不到的。 而 DeepCocoa 二正是把这种未来可能性落地成了可用的技术方。 方案。 至于它的 OCR 能力不如 PaddleOCR vL,这太正常了,就像跑车的越野能力不如 SUV,但没人会用越野能力骂跑车不行。 结语,别拿旧地图找新路上的宝藏。 最后再把核心认知焊死在脑子里。 Deepseek C2是用来给大模型压缩上下文的,不是用来转文字的。 如果下次再有人拿连笔字认不全骂他,不用跟他争,只需要问一句,你知道大模型处理5万字报告,用它压缩后能省多少算力吗?你知道视觉 Token 能同时装下文字和图表,纯文本 Token 能吗?毕竟,千里马不会因为有人骂它不会拉磨,就忘了自己该往远方跑。 真正的新技术也不会因为被旧尺子衡量,就失去改变未来的力量。
修正脚本
别让千里马拉磨,Deepseek OCR 被误读背后,是一场多模态技术的认知错位。 当一位深耕 OCR 领域5年的工程师,用碑文识别错误率、连笔字准确率这些传统指标, 给 Deepseek C2打出不如 PaddleOCR 的结论时,一场荒诞却真实的认知错位已然发生。 就像用拉磨效率评判千里马,用载重能力衡量跑车。 不是 Deepseek C2不够好,而是评价的尺子从一开始就错了。 必须先明确一个核心前提,重要的事情说三遍,是压缩器,不是 OCR ,是压缩器,不是 OCR ,是压缩器,不是 OCR 。 它的 OCR 功能只是压缩有效性的验证器,不是核心产品力。 那些纠结它连笔字认不全,碑文错字多的人,就像拿着显微镜挑千里马的蹄子花纹。 完全没搞懂这东西的使命是跑远路,不是踩得齐。 一、一场错位的测试,被误读的 Token 数,被忽略的信息密度。 那位OCR产品工程师的测试足够专业,但有一组数据的解读完全偏离了重点。 数学公式识别的场景中,Deepseek OCR 的视觉 token 是805个,对应文本 token773个。 压缩比0.96。 很多人看到视觉 Token 更多,就嘲讽,这哪是压缩?明明是膨胀。 但真相是,这805个视觉 Token 是整页内容的总 Token,而773个文本 Token 是公式单独的 Token,加上题干和步骤,总文本 Token 会超过2000个。 这时候再算压缩比,805÷2000等于0.4025。 相当于用不到一半的 token 承载了整页的所有信息,这才是真正的压缩。 更关键的是视觉 token 承载的信息维度是文本 token 永远达不到的。 比如公式 ln 一加 X 括号,A 加 X,括回,除以括号一加 X,用文本 token 表示,需要拆成线性排列的24个 token。 大模型要理解ln是对数符号,分数线上下是分子分母,还得额外调用语法解析逻辑。 而 Deepseek C2 的视觉 token 直接把 ln 在 1+X上方,分数线分隔分子分母的空间结构拍进 token 里。 大模型看一眼就知道这是对数加分式的组合,不用花时间拆解线性文本。 就像同样是记录会议,纯文本 Token 是逐字记录的录音稿,而视觉 Token 是带图表的思维导图。 前者字多但乱,后者字少但清晰。 工程师测试时只算了字的数量,却没算信息传递的效率,这才得出压缩反变膨胀的误解。 二、被骂不行的 OCR 能力,本就是验证工具,不是核心功能。 评论区里最刺耳的声音莫过于连个连笔字都认不全,还好意思叫大模型 OCR。 但这些人没搞懂,Deepseek OCR 的 decoder 解码器本质是压缩效果的体温计。 为什么要保留 OCR 功能?不是为了让你用来转文字,而是为了证明压缩没把信息弄丢。 就像医生用体温计测体温,不是为了看体温计的数字好不好看,而是为了确认身体没发烧。 比如压缩一份合同后,用 decoder 输出文字,发现甲方名称里的有限责任公司简写为有限公司,很多人会骂识别错了。 但在大模型眼里,通过视觉 token 里甲方盖章位置、合同编号格式这些信息,早就知道这就是某有限责任公司,简写的几个字根本不影响理解。 这时候,Decoder 输出的错误,其实是压缩策略下的可接受损失。 那位工程师测试时,把 Deepseek OCR 的表格列错位判定为失败,也是同样的逻辑。 在传统 OCR 里,列错位是硬伤。 但在大模型场景里,只要视觉 token 保留了店铺月销完成率的空间对应关系。 大模型扫一眼就知道,一店月销800,完成率72%,列的轻微错位根本不影响数据提取。 三、为什么专业工程师也会踩坑?两种思维的断层。 那位 OCR 工程师的专业度没话说,但他的误解暴露了传统软件思维和大模型思维的三个核心断层。 一、对压缩的理解不一样,Token 数减少,VS 信息效率提升。 传统软件里的压缩就是文件变小、字数变少。 但大模型的压缩是用更少的 Token 承载更多的有效信息。 就像把100页报告浓缩成10页 PPT,页数没多,但信息传递效率翻了10倍。 二、对准确率的定义不一样,字符没错 vs 任务能成。 传统 OCR 追求100个字符错0个。 但 Deepseek OCR 追求压缩后,大模型回答问题的准确率仍能达90%。 比如压缩一份古籍,传统 OCR 会因某个生僻字认错判定失败。 但大模型通过视觉 token 里的上下文,依然能读懂这段讲的是祭祀礼仪。 这时候任务成了比字符对了重要一万倍。 三、对工具定位的认知不一样,单机能用, VS 大模型生态。 传统 OCR 是单机工具,下载下来转完文字使命就结束了。 而 Deepseek C2 是大模型生态的配件,它的视觉 token 必须和大模型的文本 token 协同工作。 就像显卡不是为了自己亮屏,而是为了让游戏设计软件跑得流畅。 脱离大模型谈它的 OCR 能力,就像拿着显卡当砖头砸核桃,不仅没用对地方,还浪费了核心价值。 四、别再纠结 OCR 了,它的价值只在无限上下文里,更在多模态未来里。 当我们跳出 OCR 对错的泥潭,会发现 Deepseek OCR 的颠覆性远不止给大模型压缩上下文这么简单。 在金融场景,100页的财报用它压缩后只剩500个视觉 token,大模型10秒就能算出营收增长率。 而传统方案要先转 OCR,再切分文本,最后检索,半小时都未必出结果。 在科研场景,化学论文里的结构式、公式、实验数据,用它压缩后变成带结构信息的视觉 token,大模型不用额外调用公式识别、图表解析工具,直接就能理解这个反应的步骤和结论。 在教育场景,古籍扫描件不用先花几周做全文 OCR,压缩后直接喂给大模型,就能实现边看古籍边问答。 这些场景里,它不是 OCR 工具,而是大模型处理长文档的钥匙。 更值得关注的是,它的探索恰好呼应了人工智能界的前沿判断。 特斯拉 AI 前负责人 Carpathy 曾说,或许 LLMs 的所有输入都应该是图像。 这句话不是在夸 OCR 工具的能力,而是在指出视觉 token 是更通用的输入单元。 一张图里的文字、表格、图表,用视觉 token 压缩后,既能保留猫在桌子上的文字语义,又能保留猫在桌子左边的空间排版。 这种多维度信息合一的能力,是纯文本 token 永远做不到的。 而 Deepseek C2 正是把这种未来可能性落地成了可用的技术方案。 至于它的 OCR 能力不如 PaddleOCR vL,这太正常了,就像跑车的越野能力不如 SUV,但没人会用越野能力骂跑车不行。 结语:别拿旧地图找新路上的宝藏。 最后再把核心认知焊死在脑子里。 Deepseek C2是用来给大模型压缩上下文的,不是用来转文字的。 如果下次再有人拿连笔字认不全骂它,不用跟他争,只需要问一句,你知道大模型处理5万字报告,用它压缩后能省多少算力吗?你知道视觉 Token 能同时装下文字和图表,纯文本 Token 能吗? 毕竟,千里马不会因为有人骂它不会拉磨,就忘了自己该往远方跑。 真正的新技术也不会因为被旧尺子衡量,就失去改变未来的力量。
英文翻译
Don't let a thousand-mile horse pull a millstone. Behind the misreading of Deepseek OCR lies a cognitive misalignment in multimodal technology. When an engineer with five years of deep experience in OCR used traditional metrics like stele text recognition error rates and cursive character accuracy to conclude that Deepseek C2 is inferior to PaddleOCR, a absurd yet real cognitive misalignment had already occurred. It's like judging a thoroughbred by its ability to pull a millstone, or measuring a sports car by its load capacity. It's not that Deepseek C2 isn't good enough—it's that the yardstick was wrong from the start. We must first establish a core premise, and say it three times: it's a compressor, not an OCR; it's a compressor, not an OCR; it's a compressor, not an OCR. Its OCR function is merely a validator of compression effectiveness, not the core product strength. Those who nitpick about its inability to recognize all cursive characters or its errors in stele texts are like using a microscope to examine the hoof patterns of a thousand-mile horse. They completely miss that its mission is to run long distances, not to step in perfect alignment. 1. A Misaligned Test: Misinterpreted Token Counts and Ignored Information Density. The OCR product engineer's test was professional enough, but the interpretation of one set of data completely missed the point. In the mathematical formula recognition scenario, Deepseek OCR used 805 visual tokens, corresponding to 773 text tokens. The compression ratio was 0.96. Many people saw more visual tokens and sneered: "This isn't compression—it's expansion!" But the truth is, those 805 visual tokens represent the total tokens for the entire page, while the 773 text tokens are only for the formula itself. Adding the question stem and steps, the total text tokens would exceed 2,000. Recalculating the compression ratio: 805 ÷ 2000 = 0.4025. That means less than half the tokens carry all the information on the page—that's real compression. More critically, the information dimension carried by visual tokens is something text tokens can never achieve. For example, the formula "ln(1+X)/(1+X)" would need 24 linearly arranged text tokens to represent. For a large model to understand that "ln" is a logarithm symbol, the fraction line separates numerator and denominator, it has to invoke additional syntax parsing logic. But Deepseek C2's visual tokens directly encode the spatial structure: "ln" above "1+X," a fraction line separating numerator and denominator, all baked into the tokens. The large model sees at a glance that it's a combination of logarithm and fraction, without spending time parsing linear text. It's like recording a meeting: pure text tokens are a verbatim transcript, while visual tokens are a mind map with charts. The former has more words but is messy; the latter has fewer words but is clear. The engineer only counted the number of words, not the efficiency of information transfer, leading to the mistaken conclusion that compression turned into expansion. 2. The Criticized OCR Capability is Merely a Validation Tool, Not the Core Function. The harshest comments in the discussion section were: "It can't even recognize all cursive characters, and it calls itself a large model OCR?" But these people don't understand: Deepseek OCR's decoder is essentially a thermometer for compression effectiveness. Why retain an OCR function? Not for you to convert text, but to prove that compression didn't lose information. It's like a doctor using a thermometer not to admire the number, but to confirm the body has no fever. For example, after compressing a contract and outputting text via the decoder, if "Limited Liability Company" is abbreviated as "Limited Company," many would call it an error. But in the large model's eyes, based on information in the visual tokens—such as the seal position of Party A and the contract number format—it already knows it's that specific Limited Liability Company. The omitted words don't affect understanding. In this case, the decoder's "error" is actually an acceptable loss under the compression strategy. When the engineer tested and judged column misalignment in a table as a failure, it followed the same logic. In traditional OCR, column misalignment is a fatal flaw. But in a large model scenario, as long as the visual tokens preserve the spatial correspondence of "store monthly sales completion rate," the large model sees at a glance that Store 1 has monthly sales of 800 and a completion rate of 72%. Slight column misalignment doesn't affect data extraction. 3. Why Did a Professional Engineer Also Fall into the Trap? Two Kinds of Thinking Gap. The OCR engineer's professionalism is beyond question, but his misunderstanding reveals three core gaps between traditional software thinking and large model thinking. First, different understanding of compression: reduction in token count vs. improvement in information efficiency. In traditional software, compression means smaller files and fewer words. But in large models, compression means using fewer tokens to carry more effective information. Imagine condensing a 100-page report into a 10-page PPT. The page count doesn't increase, but information transfer efficiency increases tenfold. Second, different definition of accuracy: zero character errors vs. task success. Traditional OCR pursues zero errors in 100 characters. But Deepseek OCR pursues that after compression, the large model's accuracy in answering questions still reaches 90%. For example, compressing an ancient text: traditional OCR would fail due to a rare character error. But the large model, using context from visual tokens, still understands that the passage describes a sacrificial ritual. In this case, task success is ten thousand times more important than character accuracy. Third, different perception of tool positioning: standalone usability vs. large model ecosystem. Traditional OCR is a standalone tool: download it, convert text, and its mission ends. Deepseek C2, however, is a component of the large model ecosystem. Its visual tokens must work synergistically with the large model's text tokens. A graphics card doesn't exist to light up its own screen, but to make game design software run smoothly. Evaluating its OCR capability in isolation from the large model is like using a graphics card as a brick to crack walnuts—not only misapplied, but also wasting its core value. 4. Stop Obsessing Over OCR—Its Value Lies in Infinite Context and, Even More, in the Multimodal Future. When we step out of the quagmire of OCR right-or-wrong, we realize that Deepseek OCR's disruptive power goes far beyond just compressing context for large models. In finance, a 100-page financial report compressed into just 500 visual tokens allows a large model to calculate revenue growth rates in 10 seconds. Traditional methods require first OCR, then text segmentation, then retrieval—maybe half an hour, and still not necessarily a result. In scientific research, chemical paper structures, formulas, and experimental data, when compressed, become visual tokens with structural information. The large model can directly understand reaction steps and conclusions without invoking additional formula recognition or chart parsing tools. In education, ancient text scans no longer require weeks for full OCR. Just compress and feed them to the large model, enabling Q&A while reading the ancient text. In these scenarios, it's not an OCR tool; it's the key for large models to process long documents. Even more noteworthy, its exploration echoes frontier judgments in AI. Tesla AI former head Karpathy once said: "Perhaps all inputs to LLMs should be images." This statement isn't praising OCR tools, but pointing out that visual tokens are a more universal input unit. Text, tables, and charts in an image, when compressed into visual tokens, can preserve both the semantic meaning of "cat on the table" and the spatial layout of "cat to the left of the table." This ability to combine multi-dimensional information is something pure text tokens can never achieve. Deepseek C2 brings this future possibility into a usable technical solution. As for its OCR capability being inferior to PaddleOCR vL—that's perfectly normal. It's like a sports car's off-road ability being inferior to an SUV's, but no one would criticize a sports car for not being good off-road. Conclusion: Don't Use Old Maps to Find Treasures on New Roads. Finally, weld the core cognition into your brain. Deepseek C2 is used to compress context for large models, not to convert text. If someone next time complains that it can't recognize all cursive characters, don't argue. Just ask: "Do you know how much computing power a large model saves when processing a 50,000-word report compressed with it? Do you know that visual tokens can simultaneously contain text and charts, while pure text tokens cannot?" After all, a thousand-mile horse won't forget to run far just because someone scolds it for not pulling a millstone. Truly new technology won't lose its power to change the future just because it's measured by an old yardstick.
back to top